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

Error while deleting a customer table

Softwaris
Participant
0 Likes
3,256

When I try to delete a customer table which is saved as a local object I get an error stating that the table is still used in ABAP Dictionary. It seems that the customer table is still used in a customer program, but the program is already deleted! I deleted the program earlier and thus no longer exist in our system. I cannot find any trace of the program, but am unable to delete the customer table now. Any suggestions?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,878

Program name would have been of the table maintenance generator and you deleted it manually.

It should have been deleted from TMG .

Your problem will be resolved if you will create Table maintenance of the database table and then delete it again.

5 REPLIES 5
Read only

Former Member
0 Likes
1,878

Check the where use list of table.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,878

What about data elements,domains,Views,table maintenance etc.

Got se80 check the where used list.

Read only

Softwaris
Participant
0 Likes
1,878

I tried using the 'where used' list but it still gives me the name of the program that I already deleted before. It seems that there is still some reference to the deleted customer program. When I double-click on the program in the 'where used' list it says that the program doesn't exist in the system.

Read only

Former Member
0 Likes
1,879

Program name would have been of the table maintenance generator and you deleted it manually.

It should have been deleted from TMG .

Your problem will be resolved if you will create Table maintenance of the database table and then delete it again.

Read only

Softwaris
Participant
0 Likes
1,878

Alright matey, that does the trick! Thanks for your input, really appriciate it!