<?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: SUIM - CHANGE DOCUMENT FOR USERS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026815#M415551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benton,&lt;/P&gt;&lt;P&gt;Its BAPI_USER_GET_DETAIL, not BAPI_GET_USER .&lt;/P&gt;&lt;P&gt;Anyways it returns msg saying "User xxxx doesnt exist" for the deleted users.&lt;/P&gt;&lt;P&gt;For change history data you may look at following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USH02                          Change history for logon data            &lt;/P&gt;&lt;P&gt;USH04                          Change history for authorizations        &lt;/P&gt;&lt;P&gt;USH10                          Change history for authorization profiles&lt;/P&gt;&lt;P&gt;USH12                          Change history for authorization values  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please reward points if it is useful.                                                                      &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>Wed, 28 Mar 2007 12:36:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T12:36:35Z</dc:date>
    <item>
      <title>SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026810#M415546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I pull out a report for deleted users. I find it difficult to get their Full NAMES &amp;amp; SURNAMES as well as the USER GROUP they belonged to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I get is USERNAME, DATE &amp;amp; TIME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I pull up their Full Names &amp;amp; Usergroups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to ask the ABAPERS to write me a report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how I want my report to look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USERNAME|NAME|SURNAME|USERGROUP|DATE|TIME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 14:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026810#M415546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T14:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026811#M415547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Benton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your SAP version and the exact report you are running you may be able to click the "Change Layout" button once the report has been executed.  Changing the layout will allow you to add additional fields to the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the change document report you will not have the option to add full name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 14:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026811#M415547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026812#M415548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benton,&lt;/P&gt;&lt;P&gt;Please have a look at BAPI_USER_GET_DETAIL. Its a function module so execute it using se37. &lt;/P&gt;&lt;P&gt;i.e., SE37&lt;DEL&gt;-&amp;gt;BAPI_USER_GET_DETAIL&lt;/DEL&gt;-&amp;gt;EXECUTE.&lt;/P&gt;&lt;P&gt;Type the userId in the Username field (In Import Parameters), than execute. Expand LogonData (In export parameters), this would display the usergroup as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 14:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026812#M415548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026813#M415549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup, you have to write a z program from your abaper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 14:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026813#M415549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026814#M415550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the se37 , BAPI_GET_USER thing.it's not working.It doesn't find  any data on the system relating to the deleted users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the Change document report doesn't have an option to add fullname even if i try the Change Layout Facility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ABAP the only way to go now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 06:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026814#M415550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T06:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026815#M415551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benton,&lt;/P&gt;&lt;P&gt;Its BAPI_USER_GET_DETAIL, not BAPI_GET_USER .&lt;/P&gt;&lt;P&gt;Anyways it returns msg saying "User xxxx doesnt exist" for the deleted users.&lt;/P&gt;&lt;P&gt;For change history data you may look at following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USH02                          Change history for logon data            &lt;/P&gt;&lt;P&gt;USH04                          Change history for authorizations        &lt;/P&gt;&lt;P&gt;USH10                          Change history for authorization profiles&lt;/P&gt;&lt;P&gt;USH12                          Change history for authorization values  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please reward points if it is useful.                                                                      &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>Wed, 28 Mar 2007 12:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026815#M415551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T12:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026816#M415552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that i got the User_Group from USH02, i also need the Deleted user's Full Name.and that's all I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026816#M415552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: SUIM - CHANGE DOCUMENT FOR USERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026817#M415553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look at the BAPI_USER_GET_DETAIL.And yes it works.The reason it didn't work last time was that i tried to do it on Development Client and the specific user that i was looking for, didn't work on DEV.she only worked on Production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Benton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/suim-change-document-for-users/m-p/2026817#M415553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T13:49:54Z</dc:date>
    </item>
  </channel>
</rss>

