Search This Blog

Showing posts with label Delete internal table where select option is NE. Show all posts
Showing posts with label Delete internal table where select option is NE. Show all posts

Wednesday, March 31, 2021

Delete internal table where select option is NE

 Delete internal table where select option is NE.



Delete itab where Fields NOT IN S_Field(Select option field)


ex.

 SELECT-OPTIONSS_PLANT FOR MARC-WERKS.

  START-OF-SELECTION.



 DELETE ITAB WHERE NOT WERKS IN S_PLANT.



Pages