Skip to Content
0
Former Member
May 29, 2008 at 10:54 AM

CHECK statement

29 Views

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....