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


Please Help Members By Posting Answers For Below Questions

On which even we can validate the input fields in module progams?

763


How to find the return code of a statement in abap programs?

832


List some of the many different ways that the sap standard functionality can be changed by a customer?

745


What is the difference between field-group header and other field groups?

739


What is sequence of event triggered in report?

794


What are data classes? What are the various data classes available for selection? : abap data dictionary

744


What is the first thing you do after vendor setup is complete?

1090


What is payroll driver ? : abap hr

812


what is the process of creating quotation using BAPIs.

1784


What application areas are you comfortable in?

1077


What is the difference between synchronous and asynchronous updates?

779


Events that can be used in both the classical and interactive reports

1320


when does a list get sent to the screen on the presentation layer?

1608


Can we make use of flow logic control key words in abap/4 and vice-versa?

783


Difference between domain and data element? What are aggregate object?

843