on 2007 Feb 12 1:31 PM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tim
SUIM eventually will point to RSUSR002 only.
Regards.
Ruchit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
t-code suim? try this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
i think you can use RSUSR002 program
try to create a varient for the feild value user as *
Samrat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.