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
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What is abap work bench?
What are the disadvantages of abap query tool?
What are the properties of selection screen?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What are critical issues you have faced in your project
wat is the difference between A-gate & W-gate?where are they used?
What is the difference between synchronous and asynchronous update? : abap bdc
What takes most time in SAP script programming?
What are Tickets in Realtime ?
Value table VS check Table.
What are field groups?
What does the insert statement in extract datasets do? : abap modularization
What data is contained? : abap data dictionary
What is the disadvantage of a call by reference?