<?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 BAPI_USER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391905#M1044333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not tried to do that before myself and don't know any specific transaction for these address change documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try report RSUSR100N? Worste case take report CHANGEDOCU_READ.&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>Fri, 22 Aug 2008 08:18:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-22T08:18:41Z</dc:date>
    <item>
      <title>using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391898#M1044326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, I use BAPI_USER_CHANGE to change some user data and it works&lt;/P&gt;&lt;P&gt;fine !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to see that the last change was done by this bapi-user (even if it was in batch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I fill BAPI_USER_CHANGE or do you know something else to update the LOG (USR04) correct&lt;/P&gt;&lt;P&gt;so I can see the date,time and user which changed the data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a tip !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 16:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391898#M1044326</guid>
      <dc:creator>former_member216100</dc:creator>
      <dc:date>2008-08-21T16:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391899#M1044327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Dear all, I use BAPI_USER_CHANGE to change some user data and it works&lt;/P&gt;&lt;P&gt;&amp;gt; fine !!!&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But I need to see that the last change was done by this bapi-user (even if it was in batch)&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; How do I fill BAPI_USER_CHANGE or do you know something else to update the LOG (USR04) correct&lt;/P&gt;&lt;P&gt;&amp;gt; so I can see the date,time and user which changed the data ?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks for a tip !&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What are you changing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remember correctly, BAPI_USER_CHANGE does not change USR04 anyway, so to looking for change documents (whick would be in USH04) does not make sense...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever it is you have successfully changed, you can use report RSUSR100N to view the change documents (in lower SP levels, report RSUSR100, which is in the SUIM transaction report tree). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify what you are changing?&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>Thu, 21 Aug 2008 21:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391899#M1044327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T21:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391900#M1044328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change only phone numbers , email, department and fax number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_USER_CHANGE'
      EXPORTING
        USERNAME  = WA_ZUSR01-BNAME
        DEFAULTS  = DEFAULTSU
        DEFAULTSX = DEFAULTSX
        ADDRESS   = ADDRESSU
        ADDRESSX  = ADDRESSX
      TABLES
        RETURN    = RETURN_TABU.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to see in SU01 that I changed data, I dont care which table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some idea how I can solve it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391900#M1044328</guid>
      <dc:creator>former_member216100</dc:creator>
      <dc:date>2008-08-22T06:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391901#M1044329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But I need to see that the last change was done by this bapi-user (even if it was in batch)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;How do I fill BAPI_USER_CHANGE or do you know something else to update the LOG (USR04) correct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;so I can see the date,time and user which changed the data ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I just want to see in SU01 that I changed data, I dont care which table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Some idea how I can solve it ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understood right , i think USR04 details can be seen itself in Su01 is this not sufficiant to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391901#M1044329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T06:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391902#M1044330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I call the bapi and then I check the data in SU01, than I see the changed phonenumber but I dont see when&lt;/P&gt;&lt;P&gt;and from who it was changed because the table usr04 and ush04 are not updated with the bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I add to change logon data I can see the change in the log and in SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_USER_CHANGE'
      EXPORTING
        LOGONDATA  = LOGONDATAU
        LOGONDATAX = LOGONDATAX
        USERNAME   = WA_ZUSR01-BNAME
        DEFAULTS   = DEFAULTSU
        DEFAULTSX  = DEFAULTSX
        ADDRESS    = ADDRESSU
        ADDRESSX   = ADDRESSX
      TABLES
        RETURN     = RETURN_TABU.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Miro on Aug 22, 2008 9:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391902#M1044330</guid>
      <dc:creator>former_member216100</dc:creator>
      <dc:date>2008-08-22T06:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391903#M1044331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are changing (business) address data of the user - that is not USR* data so you are looking in the wrong place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those changes are recorded as "business change documents" - tables CDHDR =&amp;gt; CDPOS.&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>Fri, 22 Aug 2008 07:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391903#M1044331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T07:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391904#M1044332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right, but again why I can not see&lt;/P&gt;&lt;P&gt;in SU01 that the bapi changed the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a report where I can see the changes ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 08:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391904#M1044332</guid>
      <dc:creator>former_member216100</dc:creator>
      <dc:date>2008-08-22T08:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_USER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391905#M1044333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not tried to do that before myself and don't know any specific transaction for these address change documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try report RSUSR100N? Worste case take report CHANGEDOCU_READ.&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>Fri, 22 Aug 2008 08:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-user-change/m-p/4391905#M1044333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T08:18:41Z</dc:date>
    </item>
  </channel>
</rss>

