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 / arasu
Statements that are not assigned to a processing block are
never executed. In executable programs, all non-declarative
statements between the REPORT or PROGRAM statement and the
first processing block are assigned to the default event
START-OF-SELECTION. if a program does not contain an
explicit START-OF-SELECTION event block, these statements
form the entire START-OF-SELECTION block. If a program
contains an explicitly defined START-OF-SELECTION event
block, these statements are inserted at the beginning of
this event block. If a program does not contain any explicit
event blocks, all non-declarative statements form the
processing block START-OF-SELECTION.
Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What abap statement will trigger list generation?
What is the bapi?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
What is the difference between the exits created in M.M and S&D?
Which transaction code can I use to analyze the performance of abap program?
What is the table & field to identify the no of items (bottles) stored in one case?
What are dml commands in abap?
What are the features of abap/4 dictionary? : abap data dictionary
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
Why do we use types statement in abap programming?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
How to create a link between modified form and modified print program?
What data is contained in data dictionary? : abap data dictionary
What does an exec sql statement do in abap?
What is the difference between call transaction method and the session method? : abap bdc