I want to disable a field in selection screen so that it
does not appear while displaying.How can i do that?wat wud
be the code?
Answer Posted / rinzy deena mathews
PARAMETER p_vbeln TYPE vbeln MODIF ID m1.
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-group1 = 'M1'.
screen-active = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which objects are independent transport objects?
What are the basic object types? : sap abap hr
Explain what is a foreign key relationship? Explain this with the help of an example.
How can we create callable modules of program code within one abap/4 program?
How do you move on to the next screen in interactive reporting?
What happens if a function module runs in an update task? : abap modularization
Did you use buffering?
What is alv programming in abap? When is this grid used in abap? : abap hr
Persistent class
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
How to determine the attributes of an internal table?
Difference between top-of-page and top-of-page during at line- selection?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
what is defference between repository and non repository Object?
when are objects are passed from task to the change request?