Answer Posted / rv karthikeyan
Hi this is karthikeyan
control break statement: It is used to control the data flow inside the loop,for example if we need to add some functionality at run time for example subtotal for every new value triggered or sub heading,we use control break statement,now we see the types of control break statement.
at first: when the loop start first this at first will trigger,that when the loop starts the control goes to the at first statement and executed all the function inside it.
at new: when the first occurrence of the new value found this at new will trigger,used for the sub heading or page break purpose.
at end: when the last occurrence of the new value found this at end will trigger,used mainly for sub total purpose.
at last: when the last record in the loop over this at last will trigger used for grand total purpose.
Hope u got idea...
Regards
RV Karthikeyan.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Fallback class
What is meant by authorization? : sap abap hr
What functions does a data dictionary perform? : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?
What are extracts?
What are the sequences of event block?
Define infotype ? : abap hr
What is value table?
What will you code in start-of-selection & end-of-selection ?
What is sap locking?
Explain the types of bdc's?
Explain what are the different functions used in sap script?
What is the max no of match code id’s that can be defined for one match code object?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is new enhancement framework?