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 are the events in screen programming?
Explain about interactive report?
What is sap script? Describe its components.
What are two methods of modifying sap standard tables?
What is a view in sap? : abap data dictionary
What are lock objects?
What is the major difference between pool tables and transparent tables?
Which table stores the programs created?
How to find Kernal badi ?
What is client in the sap system? : sap abap hr
What is pnp-sw-found ? : abap hr
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What does a lock object involve?
What are control tables?