Skip to Content
0
Former Member
Dec 04, 2009 at 11:56 AM

To find transportable object types from E071 table

357 Views

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