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
Explain pai and pbo.
What is time constraint ? : abap hr
What are the page windows?
Explain the inside concept in select-options?
What is projection view?
Explain how do you use structures in the abap programs?
What are the uses of interactive reporting?
Explain what is runtime analysis?
What is a type group?
What is narrow casting and wide casting?
What are the user groups?
What is append search help? : sap abap data dictionary
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is the difference between semi-monthly and Bi-weekly payroll area
What are the types of parameters in the function modules?