hi all,
i have a code where i have used CHECK statement within LOOP...ENDLOOP.
the statement is as follows:
CHECK wa_rseg-ebeln IN s_ebeln
but even though this condition is false its going to the next statemtn and executing it without skipping that LOOP pass...
how is it posssible?
please give me the solution....