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 the difference between RETURNING and CHANGING parameters for a method?

1006


Can matchcode object contain ids with different update types? : abap data dictionary

611


What are the different functions used in sap script?

532


What are the three hierarchical levels of data types and objects?

579


How do you move on to the next screen in interactive reporting?

612






How to create user interfaces for lists?

615


Can you define a field without a data element?

560


What are screen painter and menu painter? : abap hr

573


Describe the data classes?

610


What are the pooled and cluster tables?

563


What is an on”*-input filed” statement?

603


The max number of calling modes stacked at one time is?

589


what is abstract classes

875


What functions does a data dictionary perform? : abap data dictionary

619


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

1770