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: 

JCo BAPI authorization question

Former Member
0 Kudos

We are developing web applications using Jco connector.

The default authentication approach is to use connection pooling where all different users access BAPI via default (generic) user name and password.

My question is how to authenticate current (specific) user whether he has valid permission rights for some particular transaction, because for SAP-BAPI they are all the

same user (they are establishing connection with the same user name and password.)

Are there some BAPIs for checking user permission for some transaction?

Example code are very welcome

Thanks

Marino

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

May be try the function module

SUSR_AUTHORITY_CHECK_SIMULATE

aRs