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 a maintenance view? : abap data dictionary
What is the significance of hide?
Differentiate between report and dialog program
What is the difference between Classic badi and Kernal badi ?
How to upload more than 2GB file from External Source to SAP?
What is interactive reporting?
How will you transfer data into a file in application server?
Explain the disadvantages of different types of bdc's?
How do you set up background jobs in sap?
Explain the differences between interactive and drill down reports?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Is it possible to bring select option in module pool screens?
How can I make a differentiation between dependent and independent data? : abap hr
Write the bdc table structure? : abap bdc
What is the difference between sum and collect?