Application Development and Automation 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: 
Read only

Write down report

Former Member
0 Likes
791

Hello guru guys..

I wake up this summer morning and i thought an idea..

In our company they want to write down all the processes, who does what. So, i think that it would be great-full to write a report in which the user-name of the user will have lines with his operations (example user1, create materials, migo movements, miro,)

But i dont have any idea of doing this, i mean which tables or fuctions m, i have to use to find the processes per user.

Has anyone do something like that ?

thanks in advance

stratos.

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Jun 17, 2010 11:50 AM

6 REPLIES 6
Read only

Former Member
0 Likes
756

Hello

1. SAP do something like that. T-code SM04

2. Search forum for TH_LONG_USR_INFO and other FM like TH*

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
756

I think the standard trxn SM50 does the same

Read only

Former Member
0 Likes
756

SM50 and SM04 are for real time monitoring, for on line users. I want to write down the processes for all users (offline inculedes)

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
756

SAP provides that info for you as well. Check the tcode SM20N .

BR,

Suhas

PS: IN older SAP versions this info was maintained in trxn. STAD

Read only

Former Member
0 Likes
756

Hi,

first you have to clear, if you want to know what the user does (trace via ST01/ST05)

or what the user is allow to do (authotity via BAPI_USER_GET_DETAIL).

Regards, Dieter

Read only

0 Likes
756

ST03N i think best fits for this report.

Thanks.