<?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: Changes to purchase order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558292#M1430842</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;Using the date (as u mentioned everydat u have to send the changes) go to EKPO table today date  = AEDAT find the PO# and its corresponding item number. Now you have list of Po that were changed for that particular day. Now use CDHDR (Header )and CDPOS(Item) table you will be able to find which fields are changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hiren K.Chitalia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 09:02:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-04T09:02:57Z</dc:date>
    <item>
      <title>Changes to purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558290#M1430840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everyday I need to send purchase orders which were changed that particular day. So is there any way to extract purchase orders changed(Any field's related to purchase order like PO header fields, PO item fields, PO texts etc) on that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 08:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558290#M1430840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T08:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558291#M1430841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get that details from &lt;STRONG&gt;CDHDR,CDPOS&lt;/STRONG&gt; tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can create a simple program to display the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 08:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558291#M1430841</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-02-04T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558292#M1430842</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;Using the date (as u mentioned everydat u have to send the changes) go to EKPO table today date  = AEDAT find the PO# and its corresponding item number. Now you have list of Po that were changed for that particular day. Now use CDHDR (Header )and CDPOS(Item) table you will be able to find which fields are changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hiren K.Chitalia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558292#M1430842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T09:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558293#M1430843</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;If you want the list of changes PO , PO test , PO line Items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto --&amp;gt; CDHRD table --&amp;gt; provide the OBJECTCLAS (Object class) as EINKBELEG and transcation code  = ME22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UDATE (Creation date of the change document).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the list u will find out all the PO number in (Object value) which were changed for particular date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are not able to find out object class check in SCDO transcation code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nelson Karunakar Darla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 09:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558293#M1430843</guid>
      <dc:creator>nelsonkarunakar_darla2</dc:creator>
      <dc:date>2010-02-04T09:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558294#M1430844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the above &lt;/P&gt;&lt;P&gt;Using FM ME_READ_CHANGES_EINKBELEG we can get the changes done to a PO on a particular day.&lt;/P&gt;&lt;P&gt;Any change to the PO is recorded in the table XCDHDR and changes to a particular field of is recorded in XAEND with present value and the previous value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if this solves ur purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishore Gaddam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishore gaddam on Mar 11, 2010 7:38 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishore gaddam on Mar 11, 2010 7:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 06:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-to-purchase-order/m-p/6558294#M1430844</guid>
      <dc:creator>kishorekumar_gaddam2</dc:creator>
      <dc:date>2010-03-11T06:37:42Z</dc:date>
    </item>
  </channel>
</rss>

