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
What is a transaction variant and why are they used?
when u prefer lsmw?
Why we are using Macros instead of Function Modules
visibility section for class level and attributes level
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What is an evaluation path? : sap abap hr
What is design pattern? Provide example .Why are we using it?
What has to be done to the packed fields before submitting to a BDC session.
What are the 2 other types of views, which are not allowed in release 3.0?
What is the difference of update types in call transaction method ? : abap bdc
Explain how do you use structures in the abap programs?
What is the disadvantage of using exec sql statement in abap?
What are the arithmetic operators in the sap abap?
How do you find the information on the current screen?
How can we access the correction and transport system? : abap data dictionary