<?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 dependencies at database level in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179336#M1979738</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That sounds like a possibility, I'll look into it. Thanks for the tip.&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 07:00:02 GMT</pubDate>
    <dc:creator>former_member634879</dc:creator>
    <dc:date>2020-05-19T07:00:02Z</dc:date>
    <item>
      <title>Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179330#M1979732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;We have deleted a table extension and due to a misunderstanding we have not cleaned up all dependencies before. Re-implementing the enhancement to delete the dependencies encounters a problem because the deletion was created in a repair order. Is there a way to delete the remaining dependencies at a deeper level?&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179330#M1979732</guid>
      <dc:creator>former_member634879</dc:creator>
      <dc:date>2020-05-18T14:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179331#M1979733</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;nw.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;If these dependencies are in a separate Z* table, then you could probably use SE14 transaction to clear all data in the table. You'd need access to the SE14, obviously.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1808907-se14-options.jpg" /&gt;&lt;/P&gt;Regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Mon, 18 May 2020 14:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179331#M1979733</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-05-18T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179332#M1979734</link>
      <description>&lt;P&gt;Hi Mateusz,&lt;/P&gt;&lt;P&gt;It was a standard SAP enhancement CI_PRPS. With se14, I can only edit the table itself (PRPS).&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179332#M1979734</guid>
      <dc:creator>former_member634879</dc:creator>
      <dc:date>2020-05-18T14:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179333#M1979735</link>
      <description>&lt;P&gt;Hi Nadine,&lt;/P&gt;&lt;P&gt;I understood the dependencies as records in the DB, which were dependent on the data from the deleted enhancement.&lt;/P&gt;&lt;P&gt;This is not the case, correct?&lt;/P&gt;&lt;P&gt;What are these dependencies you mentioned?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Mateusz&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179333#M1979735</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-05-18T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179334#M1979736</link>
      <description>&lt;P&gt;Hi Mateusz,&lt;/P&gt;&lt;P&gt;Yes, the dependencies are not in the table itself. The deleted extension was still used in other places.
So I'm thinking about how I can find out where it was used and SAP stores everything in tables, so I assume that the connections are stored somewhere. It should be able to delete them.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 06:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179334#M1979736</guid>
      <dc:creator>former_member634879</dc:creator>
      <dc:date>2020-05-19T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179335#M1979737</link>
      <description>&lt;P&gt;Hi Nadine,&lt;/P&gt;&lt;P&gt;Did you have custom data elements in this extension? If yes, and if you did not delete them, then I would look using the Where-Used option of these.&lt;/P&gt;&lt;P&gt;When it comes to ABAP source codes, these are stored in a table named REPOSRC. The codes are compressed and you won't be able to access them via SQL or other tools. You could use report RPR_ABAP_SOURCE_SCAN to search for the use of the removed fields in any source code.&lt;/P&gt;Regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Tue, 19 May 2020 06:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179335#M1979737</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-05-19T06:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179336#M1979738</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That sounds like a possibility, I'll look into it. Thanks for the tip.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 07:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179336#M1979738</guid>
      <dc:creator>former_member634879</dc:creator>
      <dc:date>2020-05-19T07:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete dependencies at database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179337#M1979739</link>
      <description>&lt;P&gt;You say: "Re-implementing the enhancement to delete the dependencies encounters a problem because the deletion was created in a repair order."&lt;/P&gt;&lt;P&gt;I don't see why it would be a so big problem. Can you clarify?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 11:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-dependencies-at-database-level/m-p/12179337#M1979739</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-19T11:59:59Z</dc:date>
    </item>
  </channel>
</rss>

