Application Development 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: 

BAPI rollback issue for password change

Former Member
0 Kudos

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

former_member184958
Active Participant
0 Kudos

Hi Kannan,

Use the the following bapi,

if sy-subrc <> 0.

call....

BAPI_TRANSACTION_ROLLBACK

endif.

Warm Regards,

John.