what is the use of STOP,EXIT,CHECK,CONTINUE in internal
table?
Answer Posted / raju
check : it terminates single loop pass conditionaly
countinue : it terminates single loop pass un conditionaly
exit : it terminates the loop processs nad countinous the
execution after the loop
stop : it terminates the loop process and control come out
of the program
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is the difference between a dialog program and a report?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is the difference between call transaction method and the session method? : abap bdc
Can a posting run be deleted? : sap abap hr
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What is pretty printer?
What are the system fields?
What are the events driven batch jobs?
how do you call third selection screen ?
What is the diff between database view and maintenance view?
What is sap abap tables?
What is the difference between a structure and a table? : abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?
What is netweaver???what is the relationship with ABAP?