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
Explain what are the system fields? Explain?
What are aggregated objects
How are the function code handles in flow logic?
How do you Export a session ?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the difference between a pool table and a transparent table and how they are stored at the database level?
How many ways can a sap system be accessed?
What are user exits? What is involved in writing them? What precations are needed?
Explain the disadvantages of logical databases?
What is a transaction variant and why are they used?
What is the maximum number of match code id's that can be defined for one match code object ?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How many ways you can create table? : abap data dictionary
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Explain what are the different functions used in sap script?