hi guys ,
how can i increase the index value..this is my logic..everytime i loop is processing the sy-index = 0..its not changing anything wrong with the code..
LOOP AT lt_bomitem WHERE item_categ = 'N'.
IF sy-index GT 2.
DELETE lt_bomitem.
ENDIF.
ENDLOOP.
regards