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 data classes in abap?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is example class
How are BAPI different from Normal function modules ?
What is transparent table?
Work most on which module: name a few tables?
What are pooled tables? : abap data dictionary
What are base tables of an aggregate object?
Explain what is sap script?
What are the components in sap application server?
I need some information regarding Vcentric Test pattern ? with questions.
What is a report?
What is elementary search help? : sap abap data dictionary
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What are the check tables and value tables?