<?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: Table for Deleted Order details in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861186#M1321489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look into the responses I got!  Only those responses make me to ask the same question again and again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is always disappointing me too to ask the same stuff, Mr. Vijay!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2009 09:11:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-27T09:11:30Z</dc:date>
    <item>
      <title>Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861178#M1321481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deleted a Sales Order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to retrieve the details of the deleted order (Which Sales Organization it belonged to)?{&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Which table stores the details of a deleted Sales Order?&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Similarly, is there a Table storing the details of the deleted Line Items of a Sales Order?&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861178#M1321481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T06:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861179#M1321482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think there is no separate table for deleted data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the deletion indicator field of the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861179#M1321482</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-27T06:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861180#M1321483</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;You can get those details from CDHDR, CDPOS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give OBJECTCLAS = VERKBELEG and CHNGIND = 'D' in CDPOS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will the List of all Deleted Sales Orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861180#M1321483</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-07-27T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861181#M1321484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for reply. Yes..  CDHDR and CDPOS will give us info on which order got deleted and whichever items got deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, my issue is, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I need to get the deleted Order numbers and Item numbers from CDHDR and CDPOS. Then I should get more details about these deleted stuff.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Like.. if VBELN from CDHDR = '000345', I want to know which Sales Org it belonged to when created? Is there any possibility to get these sort of info?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;BD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861181#M1321484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T06:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861182#M1321485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use FM &lt;STRONG&gt;CHANGEDOCUMENT_READ&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861182#M1321485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861183#M1321486</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;Even though the sales order is gone from the database, you can still see the change history of who deleted the order and when. ?To do this?go to Sales Order&amp;gt; Display&amp;gt;put the number in and go to Environment&amp;gt;Changes ?- then check and it will tell you the history. Hope this helps somewhat! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though Sales orders are Deleted, they will be available in Change document tables CDHDR for header changes and CDPOS for item changes . Changes includes deletion also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So run a Logic based on these two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shud get a report of all deleted sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the report in the following link to base your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/ab024.htm|http://www.sap-img.com/ab024.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 07:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861183#M1321486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861184#M1321487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the least and highly specific, I can express my requirement as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I want to find the Sales Organization of a deleted Sales Order. HOW?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 08:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861184#M1321487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861185#M1321488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many times you will ask the same question...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 08:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861185#M1321488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861186#M1321489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look into the responses I got!  Only those responses make me to ask the same question again and again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is always disappointing me too to ask the same stuff, Mr. Vijay!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 09:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861186#M1321489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T09:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861187#M1321490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's not possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 11:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861187#M1321490</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-07-27T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861188#M1321491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bobby,&lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;            Unfortunately for you, deleting a sales order from the system is not reversable. It is deleted from the database. so u cannot trace the sales organisation. (As per my knowledge).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 11:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861188#M1321491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T11:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861189#M1321492</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;i think it's not possible. If you realy need the deleted data, ask you basis to restore a data backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 11:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861189#M1321492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T11:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861190#M1321493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Matt. See.. How decent you are in your response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I hate Vijay Babu Dudla. He is indescent. As if a Lord, he questions me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He is showing his dirty culture through SDN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 07:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861190#M1321493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861191#M1321494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing the Query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 07:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861191#M1321494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861192#M1321495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Thank you Matt. See.. How decent you are in your response. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But, I hate Vijay Babu Dudla. He is indescent. As if a Lord, he questions me.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; He is showing his dirty culture through SDN.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.I.P Mr. Bobby Deol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 07:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861192#M1321495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T07:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table for Deleted Order details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861193#M1321496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the end of the road for you and your [fake identity|http://www.utrace.de/whois/64.26.204.100] ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thread locked and user ID deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 28, 2009 10:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 08:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-deleted-order-details/m-p/5861193#M1321496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T08:05:11Z</dc:date>
    </item>
  </channel>
</rss>

