Skip to Content
0
Feb 07, 2022 at 02:42 PM

How to transfer execution control back to previous statement

89 Views

1st Select query.

Loop at itab.

Flag = x.

Exit.

Endloop.

If Flag = x.

I want to execute 1st select query and loop again .

Does sap abap have any syntax for this or any logic.

Actually , I need this logic for finding last component of bom in multi level bom.