what is check statement

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


Please Help Members By Posting Answers For Below Questions

What is the difference between field-group header and other field groups? : abap modularization

746


Does the call transaction method allow multiple transactions to be processed by sap?

741


What is the reserve command?

836


What is an abap/4 query? : abap hr

807


Difference between Field groups and internal tables?

813


Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?

1478


How can you manipulate the presentation and attributes of interactive lists?

846


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1801


To find the date difference & excude saturday & sunday in between them

1729


Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs

2184


Differentiate between report and dialog program

795


What is sap locking?

769


What are the components in sap application server?

838


What are the different types of laws. What are they?

768


What are the attributes of the data in data dictionary? : abap data dictionary

804