cancel
Showing results for 
Search instead for 
Did you mean: 

Program to create users

Former Member
0 Kudos

Is there any program in SAP , where i can customise to create users.

Like when i enter a number 123 it should create a user called abc123 wiht a default role

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Balaji,

The best way to go forward is to copy the SAP standard user creation transaction / program and create a Ztransaction / Zprogram.

You can alter/edit the code as per your requirement (Take ABAPer's help if required).

Alternatively, you can make an effective use of 'varients' to solve / simplify your query.

Hope this helps

Regards,

Ammey Kesarkar

<i>'Award points for useful info'</i>

Former Member
0 Kudos

Hi,

Please let me know the steps to copy the Su01 program ..

In other words where can i get the ABAP program for SU01

Thanks in Advance

Former Member
0 Kudos

Hello Balaji,

You can find it on your own.

Go to transaction SE93 and provide the transaction name & click on display button. it will show the corresponding program

eg: Transaction: SU01

Program name : SAPMSUU0

Screen number: 0000

Considerable ABAP knowledge is required for customizing standard programs.

Open the ABAP program eg: SAPMSUU0 in ABAP editor (SE38) and choose copy program from the menu. Give your new Zprogram name, Then do the modifications in your newly created Zprogram.

NB: A transaction may consist of several screens & Programs (includes etc..)

Regards,

Ammey Kesarkar

<i>'Award points for useful info'</i>

Answers (1)

Answers (1)

manu_susankar
Active Contributor
0 Kudos

Hi Balaji

In sap you have a T code SHDB batch input recording. If you are good at ABAP i think it will be a very effective one to serve your purpose.

Regards.

S.Manu