what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE =
'0/1'. in event AT SELECTION-SCREEN OUTPUT
Answer Posted / sivaramakrishna
a screen is a structure defined in data dictionary with the
fields input,active,hide,visible,..etc.
screen-ip = 0 means selection screen will not display
screen-ip = 1 means selection screen will display
screen-active = 0 means selection screen willdisplay
but not in active mode.i.e we can.t enter input
screen-active = 1 means selection screen willdisplay
in active mode.i.e we can enter input
| Is This Answer Correct ? | 21 Yes | 11 No |
Post New Answer View All Answers
What are the function modules used to create batch input session? : abap bdc
What are the differences between a database index and a match code?
How do you find the information on the current screen?
What is the difference between data elements and domains?
How do you control printer functions from sapscript?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What is foreign key relationship? : abap hr
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What are the sequences of event block?
What are Tickets in Realtime ?
What are the system fields? Explain?
Have you set up a back ground job ? How to create a background job without a variant ?
What is the difference between commit-work and rollback-work tasks?
In sap scripts, how will you link form with the event driven?
To how many tables can an append structure be assigned. : abap data dictionary