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 luw or data base transaction ?
What are the two ways for restricting the value range for a domain ?
How can we handle table control in bdc? : abap bdc
What is tcode se16? For what is it used.
What is narrow casting and wide casting?
What does an exec sql statement do in abap? What is the disadvantage of using it?
Rp_provide_from_last contains how many parameters ? : abap hr
what is the difference between Blocked ALV and interactive ALV?
what is the exact code that shoud be implimented in sap note
How can end-of-selection be used?
What are the types of subroutines? : abap data dictionary
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is structure?
What are the classifications of the sap abap data classes?
What will exactly the hide statement do?