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


Please Help Members By Posting Answers For Below Questions

What is the differences between structure and table in the data dictionary in abap?

611


How to read files and process BDC's automatically ?

1633


What is dialog module?

607


How to combine multiple order in one Delivery ( Step by Step)?

1983


What is luw or data base transaction ?

580






What is an update task? : abap modularization

592


What are the advantages and disadvantages of ABAP query tool?

577


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1537


Which type of tables used this buffer?

603


How to call other programs?

622


How can we access the correction and transport system?

550


On which even we can validate the input fields in module progams?

586


Different types of luws. What are they?

622


How to display if the value entered contains records or not?

591


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1768