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 function module in bdc?
What kind of financial periods exist in SAP? What is the relevant table for that?
How do you display a data in a detail list?
How do you validate the selection criteria of a report? And how do you display initial
What is sapnet?
Explain buffering
What is lock mechanism? How do we create lock objects in abap?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What is retro active accounting
Can a domain, assigned to a data element be changed?
Name some data dictionary objects?
Where do you code the hide statement?
How many types of data classes are there in sap?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary