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 is the syntax for call transaction? : abap bdc
what is the difference between Blocked ALV and interactive ALV?
What is read line in abap?
What are extracts?
if while coding power goes off , how to retrieve the codes?
Can we reuse a userexit?
Define structure in abap data dictionary?
How to debug a script in abap?
What takes most time in SAP script programming?
What are the differences between table controls and step loops?
How to pass data from list to report?
how to modify the standard method as per your requirement
If your project is support project ? when is your implementation has completed ?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is the use of start-of-selection.,if not use in report what will happen,?