Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deletion

Former Member
0 Likes
540

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
520

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.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
520

You can go to SE11 and delete the table, and use SE38 to delete the program. You can also go to SE80, and choose "Local Objects" from the drop down and hit enter. The local objects will then be display, right click on them and choose delete.

Regards

RIch Heilman

Read only

Former Member
0 Likes
521

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.