<?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: Reporting changes to Infotype 2001 data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230715#M139245</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 the infotype 2001 is logged for channges , you can use the standard program RPUAUD00 to display the list of changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;P&gt;P.S Welcome  to SDN &amp;amp; pl regard helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2006 13:26:01 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-04-11T13:26:01Z</dc:date>
    <item>
      <title>Reporting changes to Infotype 2001 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230713#M139243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone advise me how write a program to report Additions, Amendments and Deletions of Infotype 2001?  I know this must be held somewhere because the report Logged Changes in Infotype Data (S_AHR_61016380) shows this but I can't see where this data is held or how to report it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm fairly new to ABAP so the more help (&amp;amp; code?) you can give me the better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Gill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 13:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230713#M139243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting changes to Infotype 2001 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230714#M139244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The changes to the infotype are visible in the infotype itself.  This infotype corresponds to table PA2001, if you look at this table in se16, you can see that there are multiple records per employee, each record will  have a different effectivity date.  Each time a change is made the current record's end date is set, and a new record is created with end date as 12/31/9999.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 13:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230714#M139244</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-04-11T13:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting changes to Infotype 2001 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230715#M139245</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 the infotype 2001 is logged for channges , you can use the standard program RPUAUD00 to display the list of changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;P&gt;P.S Welcome  to SDN &amp;amp; pl regard helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 13:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230715#M139245</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-04-11T13:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting changes to Infotype 2001 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230716#M139246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich - When we delete a record in 2001 the corresponding record in PA2001 is also deleted.  &lt;/P&gt;&lt;P&gt;We need to be able to see any deletions (&amp;amp; amendments &amp;amp; additions).  Is there a way to see this &lt;/P&gt;&lt;P&gt;in PA2001 - perhaps there's some config we need to do?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh - I hadn't thought of using the output of the RPUAUD00 report but you're right - we could &lt;/P&gt;&lt;P&gt;use this - I just hoped we could get the data in a more easily useable format.  e.g. if we could &lt;/P&gt;&lt;P&gt;get it directly from a table as Rich suggests that would be easier than reformatting the output of &lt;/P&gt;&lt;P&gt;RPUAUD00.  Do you know how we could access the tables behind RPUAUD00 directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best, Gill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2006 08:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230716#M139246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-12T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting changes to Infotype 2001 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230717#M139247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there is now easy way out for this kind of Audit. PL go through the Program Documentation of  RPUAUD00. The usage of this report is very clearly explained in there. When an infotype is logged for changes, the data is stored in the PCL4 Cluster. If you do not like the output of the report, you can copy it &amp;amp; modify the output to suit your needs, instead of creating a whole new Program. Either way you will have to import tha data from PCL4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2006 14:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting-changes-to-infotype-2001-data/m-p/1230717#M139247</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-04-12T14:10:13Z</dc:date>
    </item>
  </channel>
</rss>

