Five Ways to Delete Entry from Table
Tip 1. Write the abap program. loop at itab.DELETE FROM “For Single RecordDELETE FROM TABLE ” For Multiple Recordsendloop. 2. Write BDC program.Deletion data should be in flat file and Delete the Entry when required. 3. If data is in Custom tables a. if table Maintenance exits : go to sm30, give the table name … Read more