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_USER_DELETE triggered termination with short dump

Former Member
0 Likes
716

I am using BAPI_USER_DELETE to delete users in multiple systems using RFC. It works most of the time but sometimes I get short dump because BAPI is unable to delete a user because of some unknown reason. I have to go to that system and manually delete the user.

In the situation when BAPI is unable to delete user I would like to skip that user and continue the process. I have tried Try Catch approach but it didn't work. Any suggestions for error handling?

Thanks

I am using BAPI_USER_DELETE to delete users in multiple systems using RFC. It works most of the time but sometimes I get short dump because BAPI is unable to delete a user because of some unknown reason. I have to go to that system and manually delete the user.

In the situation when BAPI is unable to delete user I would like to skip that user and continue the process. I have tried Try Catch approach but it didn't work. Any suggestions for error handling?

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
609

What is the dump you are getting and how you are trying to handle it?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
609

BAPI shouldn't trigger any dump, once you insure to check RETURN parameter for error before any commit, you should raise an incident to OSS.

Regards,

Raymond