<?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: Problem with 'Change document' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859993#M670665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When a customer is created the values in CDHDR is 'I'&lt;/P&gt;&lt;P&gt;When the customer is changed the value is 'U'....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont read directly from CDPOS....&lt;/P&gt;&lt;P&gt;Go to CDHRD... get the Document change number, and move this value to CDPOS and get the correct record....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is useful&amp;#133; Say thanks by reward&amp;#133;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 06:17:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T06:17:36Z</dc:date>
    <item>
      <title>Problem with 'Change document'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859989#M670661</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 a problem with change document. i have changed a field value in XD02 but when i check the table CDPOS, the field TABKEY gets the value that of the field i have modified in XD02 and the field FNAME contains the value 'KEY'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot,&lt;/P&gt;&lt;P&gt;Aksh&lt;/P&gt;&lt;P&gt;Rewards guaranteed!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859989#M670661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'Change document'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859990#M670662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get the value 'KEY' in FNAME, look at CHNGIND , it should be 'I', for inserting a new record, TABKEY is the key of the record in the table, here it is the new key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you didn't update a record but add a new one, did you? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 13:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859990#M670662</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-10-03T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'Change document'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859991#M670663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infact i have updated(changed) a field in the transaction XD02. You mean object_change_indicator should be 'I' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 16:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859991#M670663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'Change document'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859992#M670664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which "field" was it, in fact you may not have changed a field but add a record in a secondary table (partner, or so) so getting an Insert. In fact it should be the case, as the key is equal to the value input, it cannot be an update, maybe there was a delete and an insert in a secondary table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859992#M670664</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-10-04T06:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'Change document'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859993#M670665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When a customer is created the values in CDHDR is 'I'&lt;/P&gt;&lt;P&gt;When the customer is changed the value is 'U'....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont read directly from CDPOS....&lt;/P&gt;&lt;P&gt;Go to CDHRD... get the Document change number, and move this value to CDPOS and get the correct record....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is useful&amp;#133; Say thanks by reward&amp;#133;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document/m-p/2859993#M670665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T06:17:36Z</dc:date>
    </item>
  </channel>
</rss>

