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

Delete generated change document structure

uta_bchner
Explorer
0 Likes
2,700

Hi everybody,

In my system I have a dictionary table which is not needed anymore, and I would like to delete it.

The problem is that the tables was part of a change document object, and even though I took it out and regenerated the object, there is still a change document structure containing the table.

I cannot delete the structure because it was generated and therefore lies in the SAP namespace (VZ...). Neither can I delete the table, because it is still being used in the structure.

Any Idea about what I could do to get both structure and table deleted?

Thanks in advance,

Uta

4 REPLIES 4
Read only

vijay_hariharan
Contributor
0 Likes
2,359

Hello,

It seems there is a Change document object created, you may check transaction SCDO with your table name(or Table TCDOB).. if the table is not needed then assume the Change document object is also not needed.. you should be able to delete it from here..

Regards,
Vijay

Read only

uta_bchner
Explorer
0 Likes
2,359

Hi Vijay,

thanks for your quick answer.

There was a change document object which contained the table. I took the table out of the object and regenerated the object.

But the structure is still there, it wasn't deleted when regenerating the change document object. And I cannot delete it manually, because it is not in the customer namespace.

Read only

vijay_hariharan
Contributor
0 Likes
2,359

Hello,

The delete i meant was in SCDO initial screen scdo-del.jpg
The Change document object for a Custom table should be custom ideally.. Can't test a deletion but i assume, you may also have to comment/remove code which use the Generated Function modules from this Change document object..

Regards,
Vijay

Read only

uta_bchner
Explorer
0 Likes
2,359

Hi Vijay,

what you suggest should work well when there is a change document object containing only this one table. In this case, the whole object can be deleted.

In my case, however, the table was only one of several tables in the object, and the object is still needed for the other tables. So it cannot be deleted.

I gave up deleting the objects meanwhile and just moved the table to a package for deprecated objects.

The generated structures can be neither deleted nor moved as it seems, so I'll just have to live with them remaining in the system.

If anyone has any further idea, I'd be still interested. But for now this ist my "solution".

Regards,

Uta