what is the difference between at selection-screen output
and at selection screen?
Answer Posted / surya
AT SELECTION-SCREEN: used for validating the fields for
fields on the selection screen.after user click on the
execute button then this event will be triggered.
AT SELECTION-SCREEN OUTPUT: It is used for modifying the
selection screen based on the user selection.this event
will be triggered befor execute the program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How we can give authorization on the fields of table control in a dialog-programming?
What is the use of table maintenance allowed?
Tell me a scenario where did you use secondary index?
What is a collect statement?
What is payroll driver ? : abap hr
What is the meaning of table buffer? This buffer is used by which type oftable?
What is the purpose of sum statement?
What are the events we use in dialog programming and explain them?
What is the use of the statement leave to list-processing?
What are the types of views? : sap abap data dictionary
What type of user exits have you written ?
What is the difference between skip and new-line?
Difference between sy-tabix and sy-index?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is the difference between open_form and close_form?