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
out bound process code for quotation?
Explain what are standard layouts sets in the sap script?
How does the interection between the dynpro and the abap/4 modules takes place?
Explain the advantages of abap query tool?
What is a fall back class?
How the at-user command serves mainly in lists?
What is the maximum number of match code id's that can be defined for one match code object ?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are the uses of secondary indexes?
singleton class
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the different between template and a table?
What is the max no of match code id’s that can be defined for one match code object?
What are the system table used in abap?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary