Hi Maria,
Try this.
LOOP AT itab INTO wa.
IF wa-fieldname IS NOT INITIAL.
DELETE itab index sy-tabix.
ENDIF.
ENDLOOP.
Regards,
Anoop
Hi Maria,
Try this.
LOOP AT itab INTO wa.
IF wa-fieldname IS NOT INITIAL.
DELETE itab index sy-tabix.
ENDIF.
ENDLOOP.
Regards,
Anoop