<?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: BAPI_USER_CHANGE  does not update changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838484#M1957164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting. Thanks for sharing and have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 07:12:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-07-28T07:12:04Z</dc:date>
    <item>
      <title>BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838465#M1957145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPERS!&lt;/P&gt;&lt;P&gt;I’m calling bapi BAPI_USER_CHANGE remotely in order to change expired date &amp;amp; user group.&lt;/P&gt;&lt;P&gt;Although the BAPI returns message: “User XXXXX has changed” no changes are made when I check SU01 transaction in the target system. &lt;/P&gt;&lt;P&gt;If I test the bapi via SE37 transaction, changes are made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In more detail, my requirement is to set up some actions automatically when a user leaves a company&lt;STRONG&gt;.&lt;/STRONG&gt; For this purpose&amp;nbsp; created a FM&amp;nbsp; which include BAPI calls. All of them are working fine except BAPI_CHANGE_USER.&amp;nbsp; Here the list of actions and the bapi I use.&lt;/P&gt;&lt;P&gt;- Lock the user -&amp;gt; BAPI_USER_LOCK&lt;/P&gt;&lt;P&gt;- Remove all roles -&amp;gt; BAPI_USER_ACTGROUPS_DELETE&lt;/P&gt;&lt;P&gt;- Remove profiles -&amp;gt; BAPI_USER_PROFILES_DELETE&lt;/P&gt;&lt;P&gt;- Expire the user / Change the user group to a specific user group --&amp;gt; &lt;STRONG&gt;BAPI_USER_CHANGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; CLEAR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;ls_logondata&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; ls_logondata&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;class &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'LEAVERS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; ls_logondata&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;gltgb &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sy&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;datum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; ls_logondatax&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;class &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; ls_logondatax&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;gltgb &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CALL FUNCTION &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'BAPI_USER_CHANGE' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;DESTINATION lv_dest&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; username&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lv_username&lt;BR /&gt; logondata&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;ls_logondata&lt;BR /&gt; logondatax &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;ls_logondatax&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_return&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CALL FUNCTION &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'BAPI_TRANSACTION_COMMIT' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;DESTINATION lv_dest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If I check the system log, it seems that a rollback is executed by the system setting expired date/ user group to original values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1002510" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about this problem? Or do you know another BAPI to use for the same purpose? &lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 08:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838465#M1957145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T08:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838466#M1957146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your system managed by CUA? This might be the reason the change is rolled back by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 08:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838466#M1957146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T08:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838467#M1957147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI TRANSACTION COMMIT also has a return parameter, maybe you will find some info there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 08:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838467#M1957147</guid>
      <dc:creator>Szczerbowski</dc:creator>
      <dc:date>2016-07-26T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838468#M1957148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can only return errors in case of being executed with WAIT parameter set to 'X' hence this will not help here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 08:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838468#M1957148</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2016-07-26T08:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838469#M1957149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BAPI you use is perfectly fine.&lt;/P&gt;&lt;P&gt;Could you elaborate on the following one:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Sira Agulló Salvia wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If I test the bapi via SE37 transaction, changes are made.&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it work when you execute BAPI_USER_CHANGE in target system using your own user or does it work when you execute BAPI_USER_CHANGE in source system with destination set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to turn on system trace (ST01) for user DRC_DE3_180 in target system for Authorization Check and RFC Calls and then execute your logic once again and check if you find any clues in the trace file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 09:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838469#M1957149</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2016-07-26T09:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838470#M1957150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the system is not managed by CUA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838470#M1957150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T10:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838471#M1957151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check if the destination is correct? Try removing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838471#M1957151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838472#M1957152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - running trx. se37 in source system DRC to target DE3&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1002594" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - it also works running se37 in target DE3 system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run my FM which contains all bapi calls &lt;/P&gt;&lt;P&gt;I run ST05 traces both in source / target systems. Target system has more info about the UPDATE than the source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1002595" width="450" /&gt;&lt;/P&gt;&lt;P&gt;All seems fine, until I check it in su01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put only BAPI_USER_CHECK call removing the other bapis. Same occurs.&lt;/P&gt;&lt;P&gt;The system is not managed by CUA.&lt;/P&gt;&lt;P&gt;The user which performs the RFC call, has SAP_ALL. So no authorizations problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only suspicious issue is the system log (attached in my 1st message), which appears a rollback after change values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838472#M1957152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838473#M1957153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes destination is correct. The other 3 BAPIs run perfectly&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838473#M1957153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838474#M1957154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to set an external breakpoint in the target system after BAPI_USER_CHANGE and after BAPI_COMMIT to see the return codes? Can you see the correct values in the USRxx tables after the BAPI_TRANSACTION_COMMIT, but before your fm ends?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838474#M1957154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T10:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838475#M1957155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the first screenshot values are reverted right after you change them but I can't see it from your ST05 log. Can the data reversal be seen in ST05? If so which program triggers it?&lt;/P&gt;&lt;P&gt;Anything available in ST22? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838475#M1957155</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2016-07-26T10:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838476#M1957156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are calling &lt;SPAN style="color: #333333; font-size: 12px;"&gt; BAPI_USER_LOCK and then BAPI_USER_CHANGE. I am suspecting it has something to do with the sequence of BAPI. As you said, when you run it from SE37 it run as expected. Can you just comment the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_USER_LOCK and then test your custom FM to see the behavior or call only &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_USER_CHANGE from your custom FM and check the behavior.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838476#M1957156</guid>
      <dc:creator>sachin_yadav3</dc:creator>
      <dc:date>2016-07-26T11:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838477#M1957157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds quite probable... How about locking the user as the last step in the custom FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838477#M1957157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T11:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838478#M1957158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to create a custom wrapper function module in the target system, where you call the bapi_user_change and bapi_transaction_commit, and use import and export parms from the bapi_user_change?&lt;/P&gt;&lt;P&gt;If that is possible, you can try to call that user module remote from the source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg. Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838478#M1957158</guid>
      <dc:creator>former_member259807</dc:creator>
      <dc:date>2016-07-26T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838479#M1957159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I commented out the other 3 BAPIs I use and I only left BAPI_USER_CHANGE but the problem persists.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I suspected exactly the same as you. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838479#M1957159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838480#M1957160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I know know how you called the wrapper function module after commenting other 3 BAPI. &lt;/P&gt;&lt;P&gt;Did you called it wrapper FM from SE37 or through program? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you called from SE37 then it should work because, it contains only single BAPI i.e. &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_USER_CHANGE and this BAPI is working as expected when called from SE37. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Wrapper FM did you used commit BAPI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838480#M1957160</guid>
      <dc:creator>sachin_yadav3</dc:creator>
      <dc:date>2016-07-26T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838481#M1957161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the 1st screen shot is from SUIM transaction. &lt;/P&gt;&lt;P&gt;In ST05 I can't see any data reversal... I don't know who triggers this reversal.&lt;/P&gt;&lt;P&gt;I have no dumps in ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably is the BAPI_USER_CHANGE who is triggering this rollback. If I search for the term 'rollback' inside the bapi&amp;nbsp; there are many occurrences...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 14:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838481#M1957161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838482#M1957162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to set external breakpoints in BAPI_USER_CHANGE at the rollback statements? Just to see if the rollback occurs inside BAPI_USER_CHANGE or later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838482#M1957162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-27T06:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838483#M1957163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to share with all of you that I've found the problem debugging and I confirm that&lt;SPAN style="font-size: 10pt;"&gt; it is not in the BAPI_CHANGE_USER. It is in the configuration of GRC Access Request BRF+ rules and the Request Type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Request type contains two Actions: User Defaults and Change User.&lt;/P&gt;&lt;P&gt;So the BAPI is called 2 times. The first of them into the User Defaults (here the Z function module is executed with all BAPI calls) and the second one in the Change User action (which is an standard execution)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In more details:&lt;/P&gt;&lt;P&gt;When I start the flow, the breakpoint stops for the 1st time in target BAPI_CHANGE_USER system with the desired values (user group: 'LEAVERS' and expired date: sy-datum) and a commit work is executed.&lt;/P&gt;&lt;P&gt;Then I press F8 to finish the flow and STOPS AGAIN in the bapi BAPI_CHANGE_USER with OLD values. Here there is the second commit work and values are overlaped.&lt;/P&gt;&lt;P&gt;So the 1st time the update is due to my RFC call but the 2nd time is the standard procedure linked to CHANGE USER rule!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838483#M1957163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-28T07:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CHANGE  does not update changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838484#M1957164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting. Thanks for sharing and have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-change-does-not-update-changes/m-p/11838484#M1957164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-28T07:12:04Z</dc:date>
    </item>
  </channel>
</rss>

