<?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 Document Object via SCDO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202668#M1376315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you must call the FM via the generated include in your update program, change document are programmatically managed. in the "SAVE" form use some CALL FUNCTION IN UPDATE TASK to call the FM that updates database and the FM that creates change documents - look at [Update Techniques|http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4cba79e11d1950f0000e82de14a/frameset.htm] and [BC414|http://www.sap.com/services/education]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- without programming you can fill DBTABLOG via SE11 options&lt;/P&gt;&lt;P&gt;- Also look at [Defining Change Document Objects|http://help.sap.com/SAPHELP_nwmobile71/helpdata/EN/2a/fa018f493111d182b70000e829fbfe/frameset.htm] and [Integrating the functionality into the program|http://help.sap.com/SAPHELP_nwmobile71/helpdata/EN/2a/fa01b6493111d182b70000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2009 06:58:34 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-10-06T06:58:34Z</dc:date>
    <item>
      <title>Change Document Object via SCDO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202666#M1376313</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 have created one Change Document Object &lt;STRONG&gt;ZCHNGDOC&lt;/STRONG&gt; via TCode &lt;STRONG&gt;SCDO&lt;/STRONG&gt;  to track the changes in Z Table &lt;STRONG&gt;ZTAB1&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;The Change Document Object &lt;STRONG&gt;ZCHNGDOC&lt;/STRONG&gt; has generated one Include Program &lt;STRONG&gt;FZCHNGDOCCDT&lt;/STRONG&gt; which again consists of two Includes. It also generated one Function Module &lt;STRONG&gt;ZCHNGDOC_WRITE_DOCUMENT&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While changing the records in Z Table &lt;STRONG&gt;ZTAB1&lt;/STRONG&gt;  , no changes has been tracked in the standard table &lt;STRONG&gt;CDHDR and CDPOS&lt;/STRONG&gt; for this Change Document Object  &lt;STRONG&gt;ZCHNGDOC&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether I have to attached the generated Include program some where ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Manish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 06:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202666#M1376313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T06:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document Object via SCDO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202667#M1376314</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;Yes we need to use the includes in the module pool  program..we need to write logic to populate ZCHNGDOC_WRITE_DOCUMENT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 06:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202667#M1376314</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-10-06T06:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document Object via SCDO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202668#M1376315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you must call the FM via the generated include in your update program, change document are programmatically managed. in the "SAVE" form use some CALL FUNCTION IN UPDATE TASK to call the FM that updates database and the FM that creates change documents - look at [Update Techniques|http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4cba79e11d1950f0000e82de14a/frameset.htm] and [BC414|http://www.sap.com/services/education]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- without programming you can fill DBTABLOG via SE11 options&lt;/P&gt;&lt;P&gt;- Also look at [Defining Change Document Objects|http://help.sap.com/SAPHELP_nwmobile71/helpdata/EN/2a/fa018f493111d182b70000e829fbfe/frameset.htm] and [Integrating the functionality into the program|http://help.sap.com/SAPHELP_nwmobile71/helpdata/EN/2a/fa01b6493111d182b70000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 06:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202668#M1376315</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-10-06T06:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document Object via SCDO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202669#M1376316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to use the FM ...WRITE_DOCUMENT with the old and new record as parameters. Also, don't forget to check wheter the data elements of the fields you want to keep track of are set for change documents, as only those will generate records in CDPOS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 14:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202669#M1376316</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2009-10-06T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document Object via SCDO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202670#M1376317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use SCDO for standard transactions for example to activate Change log in Classification view?&lt;/P&gt;&lt;P&gt;or SCDO is for Ztables and custom stuff?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;neo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 19:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-object-via-scdo/m-p/6202670#M1376317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-11T19:46:09Z</dc:date>
    </item>
  </channel>
</rss>

