Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

exporting the user IDs from R/3 to a flat file

Former Member
0 Kudos
121

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?

4 REPLIES 4

Former Member
0 Kudos
93

Go to table USR01 using SE16 and display the contents and download the list to excel sheet.

0 Kudos
93

excellent - thank you!. I also need to download only the dialog users. How can I do that?

0 Kudos
93

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

0 Kudos
93

Use the table USR02 and use the field User Type (USTYP) and select users with type A (Dialog Users) and download them.