if i remove the select stmt from start-of-selection and put
the select stmt in end-of-selection it is triggering then
what is the use of start-of-selection?
Please send me the answer
Answer Posted / anonymous
Actually Start-of-selection is a default event that's been
triggered while executing a ABAP Report or Program. Here if
you've used Initialization event or AT Selection Screen
event, then you need to mention the Start-of-Selection event
explicitly. The use of Start-of-Selection is to fetch the
data from the database.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is modularization and its benefits? : abap modularization
How we format the data before writing a statement in the report?
What are control tables? : abap data dictionary
What is the function of the transport system and workbench organiser? : abap data dictionary
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How do you write transaction programs in sap?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are the three hierarchical levels of data types and objects?
What is database utility?
How do you activate a function exit?
What are different types of parameters?
What are the data types of the abap/4 layer? : abap data dictionary
What are logical databases? : abap hr
How collect statement is different from append?
how to modify the standard method as per your requirement