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: 

An application that connects to SAP

Former Member
0 Kudos

Hi there! I

I am building an application that connects to SAP using rfc, and I would like to include the possibilty to extract SAP tables and query transactions like SUIM or SE16. I would like, for example, to query from my application, all the users that have the S_transprt Authorization Object or other profile , or all the users that have SAP_ALL or any other profile.

Is it possible? is there any bapi or rfc function that allows me to do it and save the results in an .txt or .xls file?

Thanks and regards,

Hetul

1 REPLY 1

Former Member
0 Kudos

Hi,

Have a look at the FM SUSR_USER_DISPLAY_WITH_AUTHS.

But it only give Authorisations for one user.

So create a RFC FM and inside it directly query the table usr02 and get the authorisations.

Regards

Karthik D