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


Please Help Members By Posting Answers For Below Questions

What abap statement will trigger list generation?

794


What is the bapi?

814


Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc

822


What is the difference between the exits created in M.M and S&D?

1820


Which transaction code can I use to analyze the performance of abap program?

746






What is the table & field to identify the no of items (bottles) stored in one case?

2175


What are dml commands in abap?

846


What are the features of abap/4 dictionary? : abap data dictionary

777


What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

763


Why do we use types statement in abap programming?

841


What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary

823


How to create a link between modified form and modified print program?

743


What data is contained in data dictionary? : abap data dictionary

855


What does an exec sql statement do in abap?

742


What is the difference between call transaction method and the session method? : abap bdc

714