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 an internal table?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is a database view? : abap data dictionary
What are the steps to execute session method?
what are Hana Basics
Which transaction code can I use to analyze the performance of abap program?
Did you create primary index?
What are the function of the transport system and workbench organiser? : abap data dictionary
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
What are match codes? describe?
Which function module would you use to check the user’s authorization to access files before opening a file?
What is open sql?
How do you Export a session ?
What are logical data bases used in hr module? : abap hr