2010 Nov 04 2:07 PM
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.
2010 Nov 04 2:21 PM
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
2010 Nov 04 2:21 PM
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
2010 Nov 04 2:36 PM
Hi Raghu,
How these BAPI s called. Give me some more info.
Rgds,
Chandra.
2010 Nov 04 3:01 PM
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
2010 Nov 04 3:07 PM
2010 Nov 04 8:08 PM
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