<?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: updated record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211160#M1006268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi the tables CDPOS and CDHRD contains the changed records ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF THE CHANGED USE IS KNOWN THEN FOLLOW THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table DBTABLOG is used to store the changes done by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the table REPOSRC to get the details of  the user  who changes the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the changes done by any user it will be seen in D010SINF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program  RSUSR002contains the data for user changed details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2008 09:14:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-25T09:14:50Z</dc:date>
    <item>
      <title>updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211155#M1006263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to see the last updated record in a table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 08:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211155#M1006263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211156#M1006264</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; If you have a 'Log changes' checkbox being checked in the Technical attributes of the table run report RSTBPROT ... by giving the table name on the selection screen for versions &amp;lt;4.7 or RSVTPROT for versions &amp;gt;=4.7 which displays all the changes made to the records of that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 09:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211156#M1006264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211157#M1006265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a change document for the field and chaeck it from CDHDR and CDPOS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for details for creation of change document check the link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMEMBER SAP TRACKS CHANGES IN ONLY THOSE RECORDS FOR WHICH CHANGE DOC IS CREATED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 10:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211157#M1006265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211158#M1006266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say if have changed the material records in MM02 transaction... Goto SE11 and check the entries if CDHDR (header table of changed documents) and check the entries of that particular material by mentioning the user &amp;amp; date values.. so that you could find the corresponding entry... and in CDPOS actual value is stored which is changed... in that also specify the material number and change id as 'U' and field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you would get the entries... and if possible copy the CHANGENR value from CDHDR and specify that even in CDPOS so that you would get the exact record..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If every thing is 'Z' then make sure that you check the log checkbox in data element --&amp;gt; further characteristics.&lt;/P&gt;&lt;P&gt;and create you own change document object and write a simple by calling the update function module generated by the system during creation of changed document object in SCDO transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any queries Revert Back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 12:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211158#M1006266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T12:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211159#M1006267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tx Very Help full answer,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 13:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211159#M1006267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T13:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211160#M1006268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi the tables CDPOS and CDHRD contains the changed records ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF THE CHANGED USE IS KNOWN THEN FOLLOW THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table DBTABLOG is used to store the changes done by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the table REPOSRC to get the details of  the user  who changes the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the changes done by any user it will be seen in D010SINF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program  RSUSR002contains the data for user changed details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 09:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211160#M1006268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: updated record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211161#M1006269</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;Create a &lt;STRONG&gt;change document object&lt;/STRONG&gt; for that table using the transaction code "&lt;STRONG&gt;SCDO&lt;/STRONG&gt;" to track the modifications on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the transaction code "&lt;STRONG&gt;RSSCD100&lt;/STRONG&gt;" to view the changes on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kalyanam Seetha Rama Murthy on Jul 28, 2008 7:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 05:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updated-record/m-p/4211161#M1006269</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-07-28T05:40:37Z</dc:date>
    </item>
  </channel>
</rss>

