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 is append structure?

539


How do you get the number of lines in an internal table?

612


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

1971


what is the transaction transaction for setting parameters rdisp/buffermode

3562


How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

723






What is meant by read lock? : sap abap data dictionary

558


What are field symbols and field groups? Have you used component idx of structure clause with field groups?

600


Explain the differences between interactive and drill down reports?

507


What are the difference between pool tables and transparent tables?

620


What is design pattern? Provide example .Why are we using it?

984


What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary

667


What are the control break events in abap? : abap data dictionary

605


What are the list of screen elements?

525


Search help exit details.

919


In sap script how to print bar code in vertical manner

2625