Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI rollback issue for password change

Former Member
0 Likes
332

Hi Experts ,

Platform;  oracle is connected with SAP with connectors and BAPI's.

Our Requirement is When User is changed or reset password using BAPI, Any one system fails resetting the password, we need to rollback all the systems passwords.

For your information each User has maintained related current system ( Parent system ) and all the child systems in SAP.

I tried but it is not happening. Is it possible in SAP?. Please provide any solution for this issue 

.

Kindly help me.

1 REPLY 1
Read only

Former Member
0 Likes
296

Hi Kannan,

Use the the following bapi,

if sy-subrc <> 0.

call....

BAPI_TRANSACTION_ROLLBACK

endif.

Warm Regards,

John.