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
How to upload data using catt ? : abap hr
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What are the organizational related infotypes? : abap hr
How we format the data before writing a statement in the report?
Can you set up background processing using call transaction?
Can i know some of the Realtime tickets that anyone has been faced ?
What is a type-pool?
how to track records from data dictionary?
What is a maintenance view? : abap data dictionary
What is the use of the raising exception? : abap modularization
Define structure in abap data dictionary?
What are the parameters in bdc_open_group? : abap bdc
What are the features of abap/4 dictionary? : abap data dictionary
How can you access the function code from menu painter?
What is the use of 'table index'?