<?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 in data element creation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854778#M669099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupama..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just by flagging Change Document Option in Data element it will not create any change document entries. &lt;/P&gt;&lt;P&gt;This flag is only a pre requisite to generate the Change documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we have to create a Change document object in Tcode SCDO and&lt;/P&gt;&lt;P&gt;Call the Change document FMs from the Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info refer to SAP Library on Change documents concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 05:53:17 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-09-27T05:53:17Z</dc:date>
    <item>
      <title>Change document in data element creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854777#M669098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a ztable.For some fields i have checked the 'change document' check box in 'Further characteristics' while creating a data element.&lt;/P&gt;&lt;P&gt;This will store change records for changed entries in a table.&lt;/P&gt;&lt;P&gt;Can any body tell me where these records stored?&lt;/P&gt;&lt;P&gt;I think these will sotre in SCDO transaction.But i dont know how can we search those records in SCDO for a perticular table.&lt;/P&gt;&lt;P&gt;Can any body help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854777#M669098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T05:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change document in data element creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854778#M669099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupama..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just by flagging Change Document Option in Data element it will not create any change document entries. &lt;/P&gt;&lt;P&gt;This flag is only a pre requisite to generate the Change documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we have to create a Change document object in Tcode SCDO and&lt;/P&gt;&lt;P&gt;Call the Change document FMs from the Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info refer to SAP Library on Change documents concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854778#M669099</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-27T05:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change document in data element creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854779#M669100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to create a chage document class for your table in SCDO transaction providing your table name. Once this is activated you will get some program and subroutine and Function module get generated. this you can find from the generation info from the transaction. This will also create an entry in table TCDOB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then from the update program of the table you need to call the subroutine (generated in the above step) passing the new/changed data in x&amp;lt;tablename&amp;gt; and old data in y&amp;lt;tablename&amp;gt; format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create entry in CDHDR AND CDPOS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854779#M669100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T05:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change document in data element creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854780#M669101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain some more briefly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 12:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854780#M669101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T12:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change document in data element creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854781#M669102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u explain how can we create object class in SMDO transaction?&lt;/P&gt;&lt;P&gt;Iam not able to create it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 13:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-in-data-element-creation/m-p/2854781#M669102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T13:05:46Z</dc:date>
    </item>
  </channel>
</rss>

