control break statements in ABAP?

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


Please Help Members By Posting Answers For Below Questions

What is an internal table?

868


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?

1133


What is a database view? : abap data dictionary

788


What are the steps to execute session method?

745


what are Hana Basics

1052






Which transaction code can I use to analyze the performance of abap program?

706


Did you create primary index?

709


What are the function of the transport system and workbench organiser? : abap data dictionary

709


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

940


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3336


What are match codes? describe?

778


Which function module would you use to check the user’s authorization to access files before opening a file?

769


What is open sql?

740


How do you Export a session ?

1755


What are logical data bases used in hr module? : abap hr

819