<?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: Using of CHANGEDOCUMENT_READ FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023374#M1348059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call the function module by passing OBJECTCLASS = 'PFCG', DATE_OF_CHANGE = &amp;lt;Date since the change has happened&amp;gt; (you can leave this blank as it is optional, then it will give all the changes since the beginning) and OBJECTID = &amp;lt;Role Name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 21:18:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-17T21:18:04Z</dc:date>
    <item>
      <title>Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023368#M1348053</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 want to know if admin delete role for user (i need also the time that the role change) and i found CHANGEDOCUMENT_READ &lt;/P&gt;&lt;P&gt;but i dont know how to use it ?&lt;/P&gt;&lt;P&gt;i know about table agr_users and CDHDR but i dont know how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example in date 16.8.2009 the admin delete for user the role sap_all ,&lt;/P&gt;&lt;P&gt;i want to know that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 09:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023368#M1348053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-16T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023369#M1348054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have the exact answer for your question, but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In many transactions, you have menu uitility or extras function for change history.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ FM is used to read the change documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table CDHDR has change object, database table, use, change date, CDPOS the fields changed with old and new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possible way to understand your specific situation is to make a similar change manually, then check the CDHDR for your user on that day, then check CDPOS.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 12:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023369#M1348054</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-08-16T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023370#M1348055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i delete one role for  user and i put the tables (cdhdr, cdpos and also pfcg in the class ) on the FM  i get noting . &lt;/P&gt;&lt;P&gt;do u have an idea why ,maybe i  miss some parameter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards &lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 19:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023370#M1348055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-16T19:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023371#M1348056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which release and SP are you on? This is relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roles are just a tool ontop of profiles (and JAVA UME groups) to assign access, so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is in an ABAP system, then you can use report RSUSR100 to evaluate the changes (the backend table is USH04) when the actual profiles were assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the application specific user change documents are now (since about a year or so) merged into the standard application change documents (CDPOS etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a new report now =&amp;gt; RSUSR100N which will evaluate &lt;STRONG&gt;both&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some important SAP notes to implement and also the possibility to migrate existing data to the new mechanism (created prior to it existing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 19:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023371#M1348056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-16T19:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023372#M1348057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debug the report RSUSR100N and i found the FM :SUSR_CHANGE_DOC_ROLES which &lt;/P&gt;&lt;P&gt;what i need but when i try to delete one role from my role today and i give my BE name as user &lt;/P&gt;&lt;P&gt;in low I &amp;amp;  EQ and f_date today and the FM  run about 2 Sec  ,&lt;/P&gt;&lt;P&gt;i think that this is to much do u have idea way for simple selection the report are delay ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Joy Stpr on Aug 17, 2009 10:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 15:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023372#M1348057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T15:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023373#M1348058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not logged on, but if you search "OSS" for the name of the report there is also a migration procedure and some subsequent notes to the initial one about the change. Compare these to your SP level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using Central User Administration then you must please take a look at the subsequent notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 21:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023373#M1348058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T21:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using of CHANGEDOCUMENT_READ FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023374#M1348059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call the function module by passing OBJECTCLASS = 'PFCG', DATE_OF_CHANGE = &amp;lt;Date since the change has happened&amp;gt; (you can leave this blank as it is optional, then it will give all the changes since the beginning) and OBJECTID = &amp;lt;Role Name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 21:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-of-changedocument-read-fm/m-p/6023374#M1348059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T21:18:04Z</dc:date>
    </item>
  </channel>
</rss>

