Question:
Hi,
I tried creating mass users using the SU10 tcode. But I cannot assign a password to them..looks like they system generates the password.
I understand that the these newly created users cannot logon to the system. Is there a better way of mass creating the users. Thanks
-carry
Answer:
Hi,
I like using a catt script via transaction scat. Catt scripts are challanging but fun once you get them working correctly.
Thanks,
Mark
Answer:
I have no idea how to use it, is there a ebook or material where I can learn the procedures from.
-carry
Answer:
You can also use LSMW to do mass user administration.
Answer:
we use a custom transaction "ZBCUSER_SSM" which uses spreadsheets to upload into USERS_SSM?
Answer:
Hi clarry
just for ur clarification. U can create mass users from SU10 but user logon ugotr to goto SU01 and do it individually. system doesn't generate passwords itself as u thought.
thanks
Answer:
Hi clarry
just for ur clarification. U can create mass users from SU10 but user logon ugotr to goto SU01 and do it individually. system doesn't generate passwords itself as u thought.
thanks
Answer:
how about USERS_GEN then?
Answer:
how about USERS_GEN then?
Does USERS_GEN have a spreadsheet option?
Answer:
we used it in EBP with a spreadsheet upload - try EBP if you have it
but for R3 your friendly ABAPer can create something similar?
*======================================================================*
* NAME: ZBCSC_USERMAINTENANCE *
* DESCRIPTION: BC: Allow the maintenance (creation, modification *
* & deletion) of users from the system using *
* four spreadsheets source files. Also allow the *
* download of user data to the Local PC. *
* TYPE: Report program called using transaction code. *
* APPLICATION AREA: BC - Basis / Security *
*----------------------------------------------------------------------*
* FUNCTION: The program allows User data to be mass maintained. The *
* program provides create, change and delete functionality *
* for User master records and supports roles, parameters and *
* password changes. The data for the upload is provided by *
* four source files stored on the local PC (only one file is *
* required for the deletion process). *
* *
* The program also allows data to be downloaded to the local *
* PC. The data is extracted from the SAP system and *
* downloaded to four files. The data can then be modified *
* offline and the changes imported back into the SAP system. *
* *
* The four files supported by the system are: *
* o User general data - default settings, alias etc. *
* o User address data - addresses, contact details etc. *
* o User activity groups/roles. *
* o User parameters. *
************************************************************************
Answer:
Hi
In R/3 Users_Gen doesn't come into picture. and EBP users are with SRM and CRM right. am I correct. Can anybody please explain about this transaction
thanks
Answer:
We use t-code HRUSER. You can use a user exit that will assign passwords on your required criteria
Answer:
HRUSER is fine if they are already set up in the HR system. Otherwise its custom program time. (or horrors CATT scripts.)
BTW for anyone who is contemplating CATT scripts, don't. CATT scripting is a testing tool and there are many backdoors in it. Try using LSMW. It is more reliable and can be better controlled. (It can also be abused. The only authority necessary for LSMW (besides user admin etc ) is activity 03 and 16 on object B_LSMW. Don't assign activity 02 or the administrator activity code in production.