Hi All,
I have a requirement where I need to delete all the entires from an internal table of structure E071 for such object types which are not transportable.
I tried something like:
DELETE lt_e071 WHERE ( object NE 'PROG' AND
object NE 'REPS' AND
object NE 'REPO' ).
But, the list of transportable object types in E071 table is huge and using the above method won't be effective.
Please suggest.
Thanks
Vishal