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 is ps structure? : abap hr
What are the different kinds of lock modes?
Explain the advantage of structures?
What is the difference between refresh and free statements?
what will happen if called program is not executable ?
what next in SAP-ABAP/4 is it going to be change?
What are the uses of interactive reporting?
What are the basic components of dialog program?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Explain what is step-loop? Explain all the steps?
What is the difference between sum and collect?
How we format the data before before write statement in report ?
How will you read from internal table records in a given value range (without using loop)
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.