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
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
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.
What are the events used for logical database?
What is repository info. Systems?
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.
What is view? Explain the different types of view?
When is the top-of-page event triggered? : abap data dictionary
What kind of financial periods exist in sap? What is the relavent table for that?
dynamic programming in sap abap
What is database view ? : sap abap data dictionary
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What are the steps in a bdc session? : abap bdc
What two statements are required in an abap program to output an icon using a written statement?
How do you read files from the presentation server ? : abap bdc