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

Error while executing BAPI_USER_CREATE1 in SOAPUI

Former Member
0 Likes
686

I am using BAPI_USER_CREATE1 for adding new user. This BAPI is working fine when I am executing it in se37.

But when i am exposing this BAPI as webservice and consuming the WSDL in SOAPUI. Any try to execute the BAPI from SOAPUI. it is returning me error that

Type:- E

MSG ID:- 0 01

MSG no:- 026

Message:- Internal error: FM SUSR_USER_BUFFERS_TO_DB , exception: Internal error

1 REPLY 1
Read only

Former Member
0 Likes
508

Hi,

I recommend you to put a external breakpoint in the backend and debug in developement environment in order to know what is the cause.

Good luck debugging.