ANY one can tell me what is basic diff b/w keywords
STOP,CONTINUE,CHECK,EXIT, AT-EXITCOMMAND?
Answers were Sorted based on User's Feedback
Answer / ashwini
stop : The statement STOP is only to be used in executable
programs and in the following event blocks:
AT SELECTION-SCREEN (without additions)
START-OF-SELECTION
GET
You leave these event blocks via STOP, and the runtime
environment triggers the event END-OF-SELECTION.
CONTINUE : The CONTINUE statement can only be used in
loops. If it is used, the current loop pass is ended
immediately and the program flow is continued with the next
loop pass.
CHECK : If the statement CHECK is executed in a loop and
log_exp is incorrect, the statement CHECK immediately
terminates the current loop pass and the program continues
with the next loop pass. For log_exp, you can specify any
logical expression.
Note
Outside a loop, the statement CHECK exits the current
processing block
EXIT ; If the EXIT statement is listed within a loop, it
leaves the loop by ending the current loop process. Program
execution is continued after the closing statement in the
loop.
Note
Outside of a loop, the EXIT statement leaves the current
processing block.
AT EXIT-COMMAND : it is used in module pool programming to
leave the screen without entering madatory fields.it is the
1st module in pai.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What is ALV?
Can i create a Table without a Data Element ? How ?
30) What is a text table?
Can a domain, assigned to a data element be changed? : abap data dictionary
If you write a write statement after end-of-selection, will that be triggered ?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What specific statements do you using when writing a drill down report?
What is PAKEY structure, PSHD1 structure and what type of fields it contains
What are control commands in sap scripts?
for example in client 710 i update the records for tcode me21 using bdc,in the same server if i update 5 records and in the mean while other user do the same bdc update for me21 for 3 records how do u resolve the remaining 2 records.
What is payroll area
differences between version 4.7 and ecc 5.0