<?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 Document Deletion SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869400#M1687056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing an issue with end user, User has made sale order, Billing Document etc . and deleting the same. How can I find out which user has deleted the specific document and what are the data's included on the same doc.&lt;/P&gt;&lt;P&gt;It would be highly appreciated anyone can give me the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Engli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 08:16:09 GMT</pubDate>
    <dc:creator>former_member186190</dc:creator>
    <dc:date>2012-07-25T08:16:09Z</dc:date>
    <item>
      <title>Document Deletion SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869400#M1687056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing an issue with end user, User has made sale order, Billing Document etc . and deleting the same. How can I find out which user has deleted the specific document and what are the data's included on the same doc.&lt;/P&gt;&lt;P&gt;It would be highly appreciated anyone can give me the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Engli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 08:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869400#M1687056</guid>
      <dc:creator>former_member186190</dc:creator>
      <dc:date>2012-07-25T08:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Document Deletion SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869401#M1687057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check history table &lt;STRONG&gt;CDHDR and CDPOS &lt;/STRONG&gt;table your object for vbrk and vbrp table is - Vbrk - &lt;STRONG&gt;FAKTBELEG , &lt;/STRONG&gt;Vbrp&lt;STRONG&gt; - VERKBELEG&lt;/STRONG&gt; . with CHANGE_IND = 'D' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 08:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869401#M1687057</guid>
      <dc:creator>Aashish28</dc:creator>
      <dc:date>2012-07-25T08:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Document Deletion SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869402#M1687058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ashish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's fine but how can do Verify those Document contained what are the items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;engli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 08:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869402#M1687058</guid>
      <dc:creator>former_member186190</dc:creator>
      <dc:date>2012-07-25T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Document Deletion SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869403#M1687059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yoonus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get details on deleted sales document/billing document from the table CDHDR/CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the changed by (User name of the person responsible/deleted by) and document number from CDHDR. For sales order, CDHDR-OBJECTCLAS = 'VERKBELEG' and CDHDR-OBJECTID = &amp;lt;sales document number&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the details from CDPOS by passing OBJECTCLAS and CHANGENR from CDHDR to CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 08:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869403#M1687059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-25T08:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Document Deletion SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869404#M1687060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Niranjan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should not provide which item has deleted, only showing which line item , but I want to know&amp;nbsp; which was that item.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;engli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 08:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869404#M1687060</guid>
      <dc:creator>former_member186190</dc:creator>
      <dc:date>2012-07-25T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Document Deletion SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869405#M1687061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you checked the CDPOS entries? Table key in CDPOS is the concatenation of client, sales document and line item.&lt;/P&gt;&lt;P&gt;You can get the line item number from the CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about getting all the sales order details after deleting. Because deleting of the document will wipe out the table entries from VBAK/VBAP also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 08:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-deletion-sap/m-p/8869405#M1687061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-25T08:58:22Z</dc:date>
    </item>
  </channel>
</rss>

