<?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 for custom transaction code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137459#M1190720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[change documents enabling|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="518060"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2009 18:07:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-21T18:07:12Z</dc:date>
    <item>
      <title>change document for custom transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137457#M1190718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have custom transaction code this is attached with custom table. Now I want to use standard change document technology to track who change or who delete the entry in the custom table through custom transaction code. Please give me more details input on this since i don't have any idea how the standard change document works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards, &lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 17:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137457#M1190718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T17:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: change document for custom transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137458#M1190719</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 first thing is to create a change document object based on your Z-TABLE, use the trx SCDO to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating your object the system'll generate the fm to be used to register the change document for the modification: this fm should be called &amp;lt;object name&amp;gt;_WRITE_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trx SCDO generates several includes where the abap code to call that fm is just written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u need to call this fm in all transactions where the Z-TABLE can be updated, i.e u need to place the includes generated by SCDO in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 18:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137458#M1190719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T18:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: change document for custom transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137459#M1190720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[change documents enabling|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="518060"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 18:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137459#M1190720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T18:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: change document for custom transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137460#M1190721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thank you very much to reply. I am new to this.. can you please give some sample code how to include this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 15:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-custom-transaction-code/m-p/5137460#M1190721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T15:10:15Z</dc:date>
    </item>
  </channel>
</rss>

