what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE =
'0/1'. in event AT SELECTION-SCREEN OUTPUT
Answer Posted / a
when screen-active component is zero then input = 0,output =
0 statically.screen field is invisible they are not ready
for input.
when active component is 1 then field is ready to accept the
input from user.
| Is This Answer Correct ? | 43 Yes | 4 No |
Post New Answer View All Answers
Explain what is sequence of event triggered in report?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is narrow casting and wide casting?
What are the two ways for restricting the value range for a domain? : abap data dictionary
How to insert a line into abap internal tables?
What is your approach for writing a bdc program? : abap bdc
What is an “on request field” statement?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What are the basic object types? : sap abap hr
What is the use of buffering?
What is the use of 'for all entries'?
Have you printed any report?
What is the significance of the screen number ‘0’?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc