<?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 Change documents for custom fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127759#M742910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a customized the transaction CRMD_ORDER in the CRM system to create different kind of activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing one issue with "Change documents" for this transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the changes done to the SAP standard fields are getting logged in change documents and changes done to the custom defined fields are not getting logged. &lt;/P&gt;&lt;P&gt;We have checked the "Log data changed" for the custom table and also checked the "Change document" option for data elements, still it is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone plz help me how to proceed further on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 17:31:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-29T17:31:29Z</dc:date>
    <item>
      <title>Change documents for custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127759#M742910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a customized the transaction CRMD_ORDER in the CRM system to create different kind of activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing one issue with "Change documents" for this transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the changes done to the SAP standard fields are getting logged in change documents and changes done to the custom defined fields are not getting logged. &lt;/P&gt;&lt;P&gt;We have checked the "Log data changed" for the custom table and also checked the "Change document" option for data elements, still it is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone plz help me how to proceed further on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 17:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127759#M742910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T17:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change documents for custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127760#M742911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to table technical settings and check Log data changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 17:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127760#M742911</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-11-29T17:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change documents for custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127761#M742912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should work with field change document but try changing the table attributes if it custom table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 17:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127761#M742912</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-11-29T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change documents for custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127762#M742913</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;Fix a break-point in the following function modules and check whether you are passing custom fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_SINGLE_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_MULTIPLE_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP uses the above said function modules to update change documents. Its have two import paratmeters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WORKAREA_OLD&lt;/P&gt;&lt;P&gt;WORKAREA_NEW  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE_OLD           &lt;/P&gt;&lt;P&gt;TABLE_NEW  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 17:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127762#M742913</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-11-29T17:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change documents for custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127763#M742914</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 put break points in these two FMs, but when I change data in custom fields it is not stopping at these Breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I proceed now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 18:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127763#M742914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change documents for custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127764#M742915</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;For testing &amp;amp; finding the function module in which system updating the change documents please do this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before saving the documents in command box /h&lt;DEL&gt;&amp;gt; choose from the top menu choose&lt;/DEL&gt;&amp;gt; break-point&lt;DEL&gt;&amp;gt; break-point at&lt;/DEL&gt;&amp;gt; break-point at statement--&amp;gt; then type "call function" and press enter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this system will stop at call function calls . and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 18:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents-for-custom-fields/m-p/3127764#M742915</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-11-29T18:31:02Z</dc:date>
    </item>
  </channel>
</rss>

