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
How many primary keys can be created for a table?
when are objects are passed from task to the change request?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Where are you used type casting?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
Tell me a scenario where did you use secondary index?
Can we include customizing include or an append structure with pooled or cluster tables?
what is defference between repository and non repository Object?
What are the kinds of foreign key fields?
Can we write the code both call transaction and session method in single program?
Define database layer? : abap data dictionary
Explain the difference between function group and function module?
What is asynchronous and synchronous update?
What is table attribute? : abap data dictionary
Explain what is step-loop?