cancel
Showing results for 
Search instead for 
Did you mean: 

Generation of User list

Former Member
0 Kudos

I have to generate every month a list of the users of the system.

This should be done in batch mode and should produce a file with at least the first name and the last name for all dialog users declared in the system.

I looked for a solution in my system and in the SDN forum, but I didn't find anything.

I am in R/3 Enterprise ext 110.

I'd prefer a standard based solution...

Best regards

Daniel Ouin

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Daniel,

This is more of ABAP problem than a basis issue. I dont think that is possible with RSUSR002 though I may be wrong.

However I get the feeling that you want is that you should get the data automatically without you having to execute the report. For this I would suggest the following.

1. Create a background job for this report using SM36. In the spool receipient list give your mail id.

2. Everytime the job runs it will create a spool and send it to your mail id.

Please award points if this was of any help.

Regards.

Ruchit.

Former Member
0 Kudos

Thanks Ruchit.

I agree with you. If I start this report without any restriction, I receive a list of users and then I can filter by user type.

Now my question is : how can I do the same in batch mode, generating the list in a file ?

Best regards

Daniel

Former Member
0 Kudos

Hi Tim

SUIM eventually will point to RSUSR002 only.

Regards.

Ruchit.

Former Member
0 Kudos

t-code suim? try this

Former Member
0 Kudos

Hello Quin,

This is strange. Once you get the ALV output you can select the user type column and do the filter. Also you can export the file using two options. In the application tool bar you will find a pushbutton file. You can press that and choose option spreadsheet. Else in menu bar choose list>export->spreadsheet.

Please award points accordingly.

Regards.

Ruchit.

Former Member
0 Kudos

Hi,

i think you can use RSUSR002 program

try to create a varient for the feild value user as *

Samrat

Former Member
0 Kudos

I tested this program, but I cannot filter by the user type. I can filter by licence type, but it is different.

I would like also generate a file.

Have anybody a solution ?

Daniel

Former Member
0 Kudos

Hello Quin,

You can use the report RSUSR002 for this purpose. it will give you the entire list of users. You can filter dialog users.

please award points for useful info.

Regards,

Ruchit.