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 contents in technical specifications?
What are interactive reports?
What are the events in abap/4 language? : abap hr
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Can a filed occur in several field groups? : abap modularization
What are Pull and Push Methods?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Why grouping of fields is required? What is the max no of modification groups for each field?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is a currency factoring technique?
Explain how is batch input process different from processing on line?
Describe the difference between macro and subroutine?
What is a collect statement?
What is the difference between the exits created in M.M and S&D?
What are different types of parameters?