<?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: Tracking Custom field changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316785#M1393665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanju....for the reply....&lt;/P&gt;&lt;P&gt;My Z field in standard table i.e. KNA1 already has the change document checked.&lt;/P&gt;&lt;P&gt;Now, how do we track it? Is there any standard program which can do this? Rather than writing a new report program!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 11:25:54 GMT</pubDate>
    <dc:creator>former_member212005</dc:creator>
    <dc:date>2009-11-06T11:25:54Z</dc:date>
    <item>
      <title>Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316778#M1393658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find when was a value being inserted/updated/deleted for a custom field in a database table.&lt;/P&gt;&lt;P&gt;E.g. if in KNA1 I have a custom field ZZTEST...&lt;/P&gt;&lt;P&gt;I need to know when was this field last used i.e. when was the last time that a value was inserted/updated/deleted from this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard program/function module which will help us solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 10:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316778#M1393658</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-11-06T10:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316779#M1393659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to check the checkbox for log data changes in technical settings&lt;/P&gt;&lt;P&gt;of table. Then you can find your changes to table in SCU3 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 10:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316779#M1393659</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-11-06T10:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316780#M1393660</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;Set Change document flag = 'X' for the data element of this field. Then create a change document object and assign this field. Change details can be retrieved using tables CDHDR and CDPOS tables. Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaishali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 10:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316780#M1393660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T10:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316781#M1393661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guatham,&lt;/P&gt;&lt;P&gt;I think you are pointing to the changes to the database table and not the data contained in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ the query, you can also use the concept of change pointer where you create a message type and assign the required fields to the message type. You can then query CDHDR and CDPOS based on this message type and fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316781#M1393661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316782#M1393662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;U can track changes of the custom table using change documents.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let me explain you tracking process in deatil so that u can look further in that direction. I am taking example of KNA1 table. Only those fields of the table are tracked through &lt;STRONG&gt;change documents&lt;/STRONG&gt; for which  &lt;STRONG&gt;change document&lt;/STRONG&gt; is checked at data element level. U can find change document check box at data element level under further characteristics tab.Now for all fields of custom table ( z table) for which u want to track changes u need to check this box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the change data for standarad table tracked through change documents is stored in tables CDHDR &amp;amp; CDPOS.&lt;/P&gt;&lt;P&gt;CDHDR -&amp;gt; Change document header&lt;/P&gt;&lt;P&gt;CDPOS--&amp;gt; Change document items&lt;/P&gt;&lt;P&gt;All data is stored w.r.t OBJECTCLAS. OBJECTCLAS groups various tables of similiar business process for tracking changes.&lt;/P&gt;&lt;P&gt;Whenver u make any changes in fields marked with change document ................. a change number for the table w.r.t to  OBJECTCLAS is generated in CDHDR table.Using this change number and OBJECTCLAS  we can extract all change details from CDPOS table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e  VERKBELEG is OBJECTCLAS for all SD related tables(vbak ,vbap,vbuk etc...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to do following actvities to track changes:---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;  Got to custom table and at data element level check the box &lt;STRONG&gt;change document&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2&amp;gt; Go to SCDO and create the custom OBJECTCLAS for ur table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understood basic concept behind it and will look in this direction to solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316782#M1393662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316783#M1393663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gautham.....Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am dealing with standard SAP tables...i.e. KNA1&lt;/P&gt;&lt;P&gt;So as i have already said....there is a Z field in this table, for which I need to know when was it last modified?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard report program which can do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316783#M1393663</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-11-06T11:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316784#M1393664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If change document is checked at data elemnt level ............................. all details will come in CDHDR &amp;amp; CDPOS  tbale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316784#M1393664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316785#M1393665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanju....for the reply....&lt;/P&gt;&lt;P&gt;My Z field in standard table i.e. KNA1 already has the change document checked.&lt;/P&gt;&lt;P&gt;Now, how do we track it? Is there any standard program which can do this? Rather than writing a new report program!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316785#M1393665</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-11-06T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316786#M1393666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U have to create custom report for this requiremet....there is no standard report which will track ur custom field changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316786#M1393666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T11:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Custom field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316787#M1393667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also having the same issue. Can you please let me know how you resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 19:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-custom-field-changes/m-p/6316787#M1393667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-16T19:00:15Z</dc:date>
    </item>
  </channel>
</rss>

