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: 

Getting all user's authorized transaction

Former Member
0 Kudos

Hi , i have to get a transaction list for a SAP

user .

Do you know any function or method that

allow me to do this thing ?

Tanks a lot

6 REPLIES 6

andreas_mann3
Active Contributor
0 Kudos

Hi,

CALL FUNCTION 'TH_LONG_USR_INFO'

grx

Andreas

0 Kudos

Thank Andreas ,

but this is not what i'm finding .

I think that i have explained not very well my things.

I need to get a list of each transactions where a selected SAP user account is abilited .

Sorry for my english , i know that its no good 😃

Thanks

0 Kudos

Follow the SAP menu (my version is 46C):

Tools > Administration > User Maintenance > Information System > Transactions > S_BCE_68001426 - Executable for user

Regards,

Peter

0 Kudos

Tank you peter , but i'm searching for a babi or

a custom function that can read each transaction

where an user is authorized .

Any ideas ?

andreas_mann3
Active Contributor
0 Kudos

Hi Dario,

I think you mean 'authorized'

-> so try Abap <b>RSUSR010</b>

Andreas

0 Kudos

Probably this FM 'SUSR_USER_DISPLAY_WITH_AUTHS'.

Regards,

Subramanian V.