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
On which even we can validate the input fields in module progams?
How to find the return code of a statement in abap programs?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is the difference between field-group header and other field groups?
What is sequence of event triggered in report?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is the first thing you do after vendor setup is complete?
What is payroll driver ? : abap hr
what is the process of creating quotation using BAPIs.
What application areas are you comfortable in?
What is the difference between synchronous and asynchronous updates?
Events that can be used in both the classical and interactive reports
when does a list get sent to the screen on the presentation layer?
Can we make use of flow logic control key words in abap/4 and vice-versa?
Difference between domain and data element? What are aggregate object?