cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk User creation in CRM

Former Member
0 Kudos

Hi,

I have a requirement for creating 1000 user-ids in CRM system.This can't be done manually.

Can any one suggest how to go about this?

Thanks and Best Regards,

K.Brinda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

we recorded batch input while putting data in SU01 and use to create program for creating users.

just need to pass users to this program from txt file.

regards

Radek

Former Member
0 Kudos

Hi Brinda,

The best way to achieve this is call FM BAPI_USER_CREATE1 in a report.

First you store user details like user name/password/name details/address data in a file with something as a seperator ( e.g. username|password|username|name1|name2|address1|address2 etc.).

Then in report u upload this file using GUI_UPLOAD and take the data in internal table.

Now loop in the internal table and pass the correponding fields to the FM BAPI_USER_CREATE1.

Let me know if u want more details

Regards

RR