ANY one can tell me what is basic diff b/w keywords
STOP,CONTINUE,CHECK,EXIT, AT-EXITCOMMAND?
Answer Posted / rajesh
One main thing to understand about continue and check
commands is :
Inside a loop, CHECK exactly works as CONTINUE but with a
logical/conditional expression. Below is the syntax
In a loop
- stmt -
- stmt -
CHECK <log-exp> .
- stmt -
- stmt -
endloop.
If the logical expression is TRUE, it immediately terminates
that particular loop pass and resumes with the next loop
pass. If it is FALSE, nothing happens, it just ignores and
continues with the next stmt.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the problems in processing batch input sessions?
Fallback class
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is open sql vs native sql ?
How many primary keys can be created for a table?
What are the two different ways of building a match code object? : abap data dictionary
Define structure in abap data dictionary?
Explain the types of bdc's?
Explain the difference between free and refresh?
What are the disadvantages of abap query tool?
The max number of calling modes stacked at one time is?
What is modularization and its benefits?
What are the basic objects of the data dictionary?
Explain about sap fico testing and the tools used? : abap bdc