2005 Jul 14 5:50 AM
Hi,
I am using BAPI_USER_CREATE1 BAPI to create user and we want to know import parameters used in this BAPI where does it data store in the transparent tables. For example if I pass address parameters which table does it store?
Thanks,
John.
2005 Jul 14 5:55 AM
Hi,
This is taken from documentation.
Functionality
A new user with name USERNAME and specified attributes is created.
The initial password and last name in the address must be transferred.
Notes
This method is fully integrated in central user administration.
When the method is called in a system integrated in central user maintenance, the method does the following:
When the method is called in the central system of this system group, user distribution is triggered.
Entries for fields that cannot be maintained in the system are ignored. If, for example, fields that can only be maintained locally are transferred, they will be ignored in the central system when this method is called.
If you want to assign profiles or activity groups to users in the system, use the methods ProfilesAssign and ActivitygroupsAssign.
2005 Jul 14 5:59 AM
Hi John,
After running the BAPI, try examining the tables USR01 - USR09.
Regards,
Jeffrey