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
Mention what is alv programming in abap?
What happens if only one of the commands set screen and leave screen is used without using the other?
Module Pool Programming: Events and Table Control handling.
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
How to maintain lists?
How will you transfer data into a file in application server?
Explain about interactive report?
Explain what are the different functions used in sap script?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
Events that can be used in both the classical and interactive reports
What are the contents in technical specifications?
What are the arithmetic operators in the sap abap?
Describe data classes? : abap hr
Explain what is step-loop? Explain all the steps?
What does hide statement do?