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

Problem in deleting a Master Table

Former Member
0 Likes
1,714

Hi,

Due to wrong naming convention, I created a table with correct name and would like to delete the old customizing table.

In SE11, I type the table name on Database Table, and press delete (the bin icon).

But system stops me with a prompt: <b>"Table ZCRMC_PDF is still used in ABAP Dictionary. Due to use in Dictionary objects, the deletion cannot be performed."</b>

What is the problem? How could I delete this master table??

Kindly advise.

Thanks!!

br,

ginnie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,133

Hi Ginnie ,

Please do a where use list on the table and see where all is it used or refered. The error occurs as the table is beibg refered or used by another object.

Do a wheruse list , remove these references and then try deleting it.

Hope this helps.

Assign points if helpful.

Regards

Arun

Hi,

Due to wrong naming convention, I created a table with correct name and would like to delete the old customizing table.

In SE11, I type the table name on Database Table, and press delete (the bin icon).

But system stops me with a prompt: <b>"Table ZCRMC_PDF is still used in ABAP Dictionary. Due to use in Dictionary objects, the deletion cannot be performed."</b>

What is the problem? How could I delete this master table??

Kindly advise.

Thanks!!

br,

ginnie

5 REPLIES 5
Read only

Former Member
0 Likes
1,133

Hi,

Right click on the info object and

select Maintain

in that you will get the Master data table

from that select the Record and delete it.

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
1,134

Hi Ginnie ,

Please do a where use list on the table and see where all is it used or refered. The error occurs as the table is beibg refered or used by another object.

Do a wheruse list , remove these references and then try deleting it.

Hope this helps.

Assign points if helpful.

Regards

Arun

Read only

Former Member
0 Likes
1,133

Hi Ginnie,

First do the where used list on the table, and delete all the references, then only you will be able to delete the table.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
1,133

see the where user list of the table .... so that you can see where and all the table is used..

probabily the you have made the table maintaince generator .....or in pogram used for inserted and deleting ...etc ..

so first delete the depending obect or comment the used lines ....

i think it is because of the table maintance generator ... so remove the Tcode of it and maintance generator ...then delete it...

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
1,133

Hi!

Before deleting a master table, data element, or domain check the dependencies on those objects. Even if the table seems to be successfully deleted you may get transportation problem if it has any dependencies. So use the where used list for the table and remove the relationship between those objects and table. But if you don't want this table to appear in another client you need to transport the deletion CR.

Regards,

Venkat.