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
How to upload data using catt ? : abap hr
What is the use of the raising exception?
What are the different abap editors? What is the used of different editors in abap?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What are two methods of modifying sap standard tables? : abap data dictionary
What are field symbols?
What are the prerequisites for creating foreign key relationship?
What is the function of the transport system and workbench organiser?
Difference between user exit and badis?
Can a domain, assigned to a data element be changed?
What is screen flow logic? What are the sections in it?
How can we set the table spaces and extent sizes? : abap data dictionary
How can I get ascii value of any letter? Is there any function?
Difference between /N and /BEND?
What is the purpose of at first and at last?