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 the difference between a dialog program and a report?
What is the syntax for ‘call transaction’?
What is meant by a schema? : sap abap hr
Explain the advantage of structures?
What are the types of bdc s?
How to create a check box/option button in a list?
How do you differentiate tax for different countries? : sap abap hr
What is img? : sap abap hr
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What is meant by hotspots?
Can we create a gui status in a program from the object browser?
What are the disadvantages of logical databases?
Folder types in smatforms? 2)What is Command line?
How to find the return code of a statement in abap programs?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?