Answer Posted / antony
The basic form of the selection screen events is the AT
SELECTION-SCREEN event. This event occurs after the runtime
environment has passed all input data from the selection
screen to the ABAP program. The other selection screen
events allow programmers to modify the selection screen
before it is sent and specifically check user input.
Selection screen events occur both during standard and
user-defined selection screen processing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Did you use buffering?
State the system field for the current date?
Explain read dataset in sap abap?
Explain buffering
How the at-user command serves mainly in lists?
Explain the disadvantages of different types of bdc's?
What are the two different ways of building a match code object? : abap data dictionary
what is bapi,badi,bdc,ale idocs?
Can we write the code both call transaction and session method in single program?
What is the syntax for call transaction? : abap bdc
To how many tables can an append structure be assigned. : abap data dictionary
What is the function of a data element?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What are the different types of parameters? : abap modularization
What is the use of start-of-selection.,if not use in report what will happen,?