control break statements in ABAP?

Answer Posted / arasu

Control Break Statement is different from Control statement,
the BREAK, EXIT, CONTINUE are used to break and come out of
the current loop where it occurs, where as AT NEW, AT END,
AT LAST, AT FIRST is used to check for a table field value
(internal table). When u asked for control statements alone,
u need to answer as BREAK, EXIT, CONTINUE, CHECK because it
controls the program flow.

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we assign dynamic views while creating material master and generating bdc? : abap bdc

872


In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.

2348


What are the events used for logical database?

778


What is repository info. Systems?

801


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

2010


What is view? Explain the different types of view?

951


When is the top-of-page event triggered? : abap data dictionary

973


What kind of financial periods exist in sap? What is the relavent table for that?

861


dynamic programming in sap abap

1182


What is database view ? : sap abap data dictionary

785


In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr

772


What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.

3121


What are the steps in a bdc session? : abap bdc

742


What two statements are required in an abap program to output an icon using a written statement?

869


How do you read files from the presentation server ? : abap bdc

798