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: 

What RFC's / function modules can be used to check authorization?

a_heut
Participant
0 Kudos

We have developed a Web Dynpro Java application which retrieves data from several systems. We don't have a portal yet so we cannot use the iviews concept for security yet. We are developing user roles in CRM and we want to check these roles once the user logged on to the web application. Does somebody has tips how to build the authorization check for a user in the WDJ application? Are there any RFC's available that we can use? I checked se37 on auth but there are so too many to check one by one.

kind regards

Angelique Heutinck

1 ACCEPTED SOLUTION

manohar_kappala2
Contributor
0 Kudos

Hi,

I am not sure if I got your question correctly.

But if you wanted to know what RFC's and function modules the person needs access to while running this application from portal, then you can try tracing (ST01) for the user in the CRM system to which the portal user is mapped to for Authorization Checks and the RFC's.

By the information you can get the actual values required for this application from portal to connect to the backend CRM system.

Perhaps normally the S_RFC or S_ICF would be the main controlling elements.

Let me know if you have need some more information around it

1 REPLY 1

manohar_kappala2
Contributor
0 Kudos

Hi,

I am not sure if I got your question correctly.

But if you wanted to know what RFC's and function modules the person needs access to while running this application from portal, then you can try tracing (ST01) for the user in the CRM system to which the portal user is mapped to for Authorization Checks and the RFC's.

By the information you can get the actual values required for this application from portal to connect to the backend CRM system.

Perhaps normally the S_RFC or S_ICF would be the main controlling elements.

Let me know if you have need some more information around it