2007 Sep 18 12:35 AM
I need to generate a flat file with all the user IDs from an ABAP system. How can I do that? is there something available out-of-the-box or I need to develop something?
Also, is there a quick way to bering all the user IDs from R/3 into the Portal?
2007 Sep 18 1:13 AM
Go to table USR01 using SE16 and display the contents and download the list to excel sheet.
2007 Sep 18 12:55 PM
excellent - thank you!. I also need to download only the dialog users. How can I do that?
2007 Sep 18 12:58 PM
Hi,
Goto SE16 - click on the Table contents button in the screen and execute the table.it will list out the user details - > Edit > Download-> Spreadsheet ->give the name and location for the file.
REward with points if it is useful
Regards,
Sangeetha.A
2007 Sep 21 12:47 AM
Use the table USR02 and use the field User Type (USTYP) and select users with type A (Dialog Users) and download them.