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

User Creation Using BAPI_USER_CREATE1 in the Central System

Former Member
0 Likes
765

Dear ABAPres,

I am creating the user using the BAPI_USER_CREATE1 in the central system.

But the user is not reflecting in the Child system.

Could you please help me to solve this problem.If possible please send the Sample code

Thanks & Regards,

Ashok kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
556

Hi,

Make sure, that your Child system is configurated properly.

The BAPI_USER_CREATE1 will create the new user in the central system too and afterwards distribute it back to the origianl child system. Of course the RFC-user in the connection to the central system needs sufficient rights. Simply start an auth.-trace (ST01) for the RFC-user used in the 'back'-connection in central system and then create a user in the child system with BAPI_USER_CREATE1.

Check if there are some auth.-checks failing in the central system or child system.

If nothing arrives, check again the configuration. Is the correct connection linked to the logical name of the central system?

Also check SAP Note Note 1122737

Regards

Hiren K.Chitalia

1 REPLY 1
Read only

Former Member
0 Likes
557

Hi,

Make sure, that your Child system is configurated properly.

The BAPI_USER_CREATE1 will create the new user in the central system too and afterwards distribute it back to the origianl child system. Of course the RFC-user in the connection to the central system needs sufficient rights. Simply start an auth.-trace (ST01) for the RFC-user used in the 'back'-connection in central system and then create a user in the child system with BAPI_USER_CREATE1.

Check if there are some auth.-checks failing in the central system or child system.

If nothing arrives, check again the configuration. Is the correct connection linked to the logical name of the central system?

Also check SAP Note Note 1122737

Regards

Hiren K.Chitalia