‎2007 Sep 25 6:39 PM
Hi gurus,
I am new to ABAP, can you please tell me how to delete the objects created as local objects such as table and program.
Thanks
Rajeev Gupta
‎2007 Sep 25 6:42 PM
For a program, goto SE38 transaction code. Enter program name and click on DELETE icon. Make sure that the program is not used anywhere. Also if the program is assigned a Development class, it will ask for a Transport Request no. You need to have the same while deleting the program.
For a custom table to be deleted, go to transaction SE11 and enter table name. Make sure that it is not used in any other programs / application components. Click on DELETE icon.
Also if the table is assigned a Development class, it will ask for a Transport Request no. You need to have the same while deleting the program.
‎2007 Sep 25 6:42 PM
‎2007 Sep 25 6:42 PM
For a program, goto SE38 transaction code. Enter program name and click on DELETE icon. Make sure that the program is not used anywhere. Also if the program is assigned a Development class, it will ask for a Transport Request no. You need to have the same while deleting the program.
For a custom table to be deleted, go to transaction SE11 and enter table name. Make sure that it is not used in any other programs / application components. Click on DELETE icon.
Also if the table is assigned a Development class, it will ask for a Transport Request no. You need to have the same while deleting the program.