<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762257#M329850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Technical settings of your ztable in SE11 , there is a checkbox LOG DATA CHANGES. if it is checked, the changes will be logged into CDPOS, CDHDR tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 11:09:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T11:09:26Z</dc:date>
    <item>
      <title>Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762256#M329849</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 two Z - tables , update/create data into those would be thorugh Z - transaction, How can update this data to change log tables(CDHDR and CDPOS)  and if I want that report , how I can get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Sadasiva Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762256#M329849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T11:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762257#M329850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Technical settings of your ztable in SE11 , there is a checkbox LOG DATA CHANGES. if it is checked, the changes will be logged into CDPOS, CDHDR tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762257#M329850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T11:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762258#M329851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need write a report program or a Function Module which would perform the desired operation.&lt;/P&gt;&lt;P&gt;Do you want the code or idea??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762258#M329851</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2006-12-19T11:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762259#M329852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you are using log changes option from SE11 do check on the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log data changes&lt;/P&gt;&lt;P&gt;The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dependencies&lt;/P&gt;&lt;P&gt;Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The existing logs can be displayed with Transaction Table history (SCU3).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762259#M329852</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2006-12-19T11:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762260#M329853</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;&lt;/P&gt;&lt;P&gt;look function group SCD0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762260#M329853</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-12-19T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762261#M329854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an Idea, how to ge it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762261#M329854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762262#M329855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se80 and give function group name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 11:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/1762262#M329855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T11:17:44Z</dc:date>
    </item>
  </channel>
</rss>

