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: 

How the data populated into tables like USR01,USR02 etc

Former Member
0 Kudos

Hi,

I have one theoritical doubt. How the data is populated into tables like USR01, USR02 etc after creating the

user using SU01. Let me know the process behind it.

Rgds,

Chandra.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Chinna,

When you create users using SU01, SU10 transaction codes, it uses BAPI_USER_CREATE1 which will update the data in the respective tables.

Same way BAPI_USER_CHANGE is used when you modify any existing users.

Hope this answers!!

Warm Regards,

Raghu

5 REPLIES 5

Former Member
0 Kudos

Hi Chinna,

When you create users using SU01, SU10 transaction codes, it uses BAPI_USER_CREATE1 which will update the data in the respective tables.

Same way BAPI_USER_CHANGE is used when you modify any existing users.

Hope this answers!!

Warm Regards,

Raghu

0 Kudos

Hi Raghu,

How these BAPI s called. Give me some more info.

Rgds,

Chandra.

0 Kudos

Hi,

Goto SE93, Enter SU01 and double-click the program which is listed. You can view the entire program flow and also can see the BAPIs which are called.

Hope this helps!!

W.Rgds,

Raghu

0 Kudos

Thanx Raghu..

mvoros
Active Contributor
0 Kudos

Hi,

another way how to do it is to use SQL trace in ST01. You can activate trace, create new user and you get list of all SQL queries. If you want to create an user in your custom program then use BAPI mentioned in this thread. There is a documentation for IdM API, just search for this term.

Cheers