Answer Posted / ramana
If you use the CHECK <expr> statement within an event block
but not within a loop, and the condition <expr> is not
fulfilled, the system exits the processing block
immediately.
<expr> can be any logical expression or the name of a
selection table. If you specify a selection table and the
contents of the corresponding table work are do not fulfill
the condition in the selection table, it is the same as a
false logical expression.
If you use the CHECK <expr> statement within an event block
but not within a loop, and the condition <expr> is not
fulfilled, the system exits the processing block
immediately.
If the CHECK statement occurs in a loop using DO, WHILE, or
LOOP, it is the loop that terminates, not the processing
block.
A subroutine normally ends at the ENDFORM statement.
However, you can terminate them earlier by using the EXIT
or CHECK statement.
In loop structures like
DO ... ENDDO
WHILE ... ENDWHILE
LOOP ... ENDLOOP
SELECT ... ENDSELECT
CHECK with a negative outcome terminates the current loop
pass and goes back to the beginning of the loop to start
the next pass, if there is one.
In structures like
FORM ... ENDFORM
FUNCTION ... ENDFUNCTION
MODULE ... ENDMODULE
AT
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between field-group header and other field groups? : abap modularization
Does the call transaction method allow multiple transactions to be processed by sap?
What is the reserve command?
What is an abap/4 query? : abap hr
Difference between Field groups and internal tables?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
How can you manipulate the presentation and attributes of interactive lists?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
To find the date difference & excude saturday & sunday in between them
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
Differentiate between report and dialog program
What is sap locking?
What are the components in sap application server?
What are the different types of laws. What are they?
What are the attributes of the data in data dictionary? : abap data dictionary