Skip to Content
0
Former Member
Jul 31, 2007 at 01:51 PM

Help with code

20 Views

Can someone explain to me what this code in a start rotine is doing?

LOOP AT DATA_PACKAGE.

IF NOT DATA_PACKAGE-STOCKCAT IS INITIAL

OR ( DATA_PACKAGE-PROCESSKEY = '450' and

DATA_PACKAGE-BWAPPLNM = 'IS-R' ) .

DELETE DATA_PACKAGE.

ENDIF.

ENDLOOP.