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

Update data in su01d

0 Likes
1,951

Hi Experts.

I have a requirement, where i need to create a new user account (SU01 / D). For this I am able to generate a T# no, which is the loggin ID, (through a custom FM used to create LDAP account, working fine in production). But when i see the details of the T# in SU01D, it says no user exist. Now i want to create update the same T# in SU01D, can anyone help me on this.

                         It's really urgent. Please help.

1 ACCEPTED SOLUTION
Read only

DominikKraemer
Active Participant
0 Likes
1,471

Hello,

not really sure if I understood your question correctly. You are able to generate the user name with your custom FM and then want to create the user itself? If so you can use BAPI_USER_CREATE1.

Regards,

Dominik

Hi Experts.

I have a requirement, where i need to create a new user account (SU01 / D). For this I am able to generate a T# no, which is the loggin ID, (through a custom FM used to create LDAP account, working fine in production). But when i see the details of the T# in SU01D, it says no user exist. Now i want to create update the same T# in SU01D, can anyone help me on this.

                         It's really urgent. Please help.

1 REPLY 1
Read only

DominikKraemer
Active Participant
0 Likes
1,472

Hello,

not really sure if I understood your question correctly. You are able to generate the user name with your custom FM and then want to create the user itself? If so you can use BAPI_USER_CREATE1.

Regards,

Dominik