<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Delete generated change document structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510263#M2003970</link>
    <description>&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;thanks for your quick answer.&lt;/P&gt;&lt;P&gt;There was a change document object which contained the table. I took the table out of the object and regenerated the object. &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 14:49:35 GMT</pubDate>
    <dc:creator>uta_bchner</dc:creator>
    <dc:date>2021-12-14T14:49:35Z</dc:date>
    <item>
      <title>Delete generated change document structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510261#M2003968</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
  &lt;P&gt;In my system I have a dictionary table which is not needed anymore, and I would like to delete it.&lt;/P&gt;
  &lt;P&gt;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.&lt;/P&gt;
  &lt;P&gt;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.&lt;/P&gt;
  &lt;P&gt;Any Idea about what I could do to get both structure and table deleted?&lt;/P&gt;
  &lt;P&gt;Thanks in advance,&lt;/P&gt;
  &lt;P&gt;Uta&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 14:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510261#M2003968</guid>
      <dc:creator>uta_bchner</dc:creator>
      <dc:date>2021-12-14T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete generated change document structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510262#M2003969</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;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..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 14:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510262#M2003969</guid>
      <dc:creator>vijay_hariharan</dc:creator>
      <dc:date>2021-12-14T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete generated change document structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510263#M2003970</link>
      <description>&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;thanks for your quick answer.&lt;/P&gt;&lt;P&gt;There was a change document object which contained the table. I took the table out of the object and regenerated the object. &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 14:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510263#M2003970</guid>
      <dc:creator>uta_bchner</dc:creator>
      <dc:date>2021-12-14T14:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete generated change document structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510264#M2003971</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The delete i meant was in SCDO initial screen &lt;A href="https://answers.sap.com/storage/temp/2002823-scdo-del.jpg" data-attachment="2002823"&gt;scdo-del.jpg&lt;/A&gt;&lt;BR /&gt;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..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 08:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510264#M2003971</guid>
      <dc:creator>vijay_hariharan</dc:creator>
      <dc:date>2021-12-15T08:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete generated change document structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510265#M2003972</link>
      <description>&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I gave up deleting the objects meanwhile and just moved the table to a package for deprecated objects.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;If anyone has any further idea, I'd be still interested. But for now this ist my "solution".&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Uta&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 13:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-generated-change-document-structure/m-p/12510265#M2003972</guid>
      <dc:creator>uta_bchner</dc:creator>
      <dc:date>2022-01-04T13:00:41Z</dc:date>
    </item>
  </channel>
</rss>

