<?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: Change Documents for a Billing Document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975135#M70676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The standard report RV16ACHD gives a good display of all the changes to the conditions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2005 01:50:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-25T01:50:20Z</dc:date>
    <item>
      <title>Change Documents for a Billing Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975132#M70673</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;I need to write a report that captures all changes to a billing document regarding the pricing conditions.  All billing document changes regarding pricing will appear under the OBJECTCLAS FAKTBELEG and TABNAME KONVC.  If the FNAME is KEY, the CDPOS table will recognize that a change occured, however it does not capture what the change actually was.  Is there a way to determine what this change is or am I misunderstanding what this entry is actually used for?  Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 15:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975132#M70673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents for a Billing Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975133#M70674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I don't remember correcttly but it is stored VALUE_OLD and VALUE_NEW but in binary format. It will not show if you use SE16 to view table content. Try moving these fields into a type P field, you should be able to see the values (I Think !)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 17:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975133#M70674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents for a Billing Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975134#M70675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use function module CHANGEDOCUMENT_READ. It will return you an internal table with all the changes based on your criteria. In that internal table you will have F_OLD and F_NEW fields, which will have the old and new values of the change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 17:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975134#M70675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents for a Billing Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975135#M70676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The standard report RV16ACHD gives a good display of all the changes to the conditions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 01:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975135#M70676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T01:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents for a Billing Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975136#M70677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;If the Fname is given as Key, it means the key field of the table has been created =&amp;gt; It is not a change. it is the first time creation of that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Reward points for useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 03:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975136#M70677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T03:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents for a Billing Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975137#M70678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Standard Report using SD_CONDITION_CHANGE_DOCS_LOAD function module for change logs, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any addition/ deletion in the condition CDPOS value_old and value_new will be initial, in this case you need to retrive the values from KONV table with corresponding condition type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module CHANGEDOCUMENT_READ used to capture all the changes, you need to pass Object class and objectid (document number ) and you get all the changes in the editpos internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 04:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-a-billing-document/m-p/975137#M70678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T04:33:37Z</dc:date>
    </item>
  </channel>
</rss>

