cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization for webapplications

Former Member
0 Kudos

Dear Experts,

I have created authorization object for my web application ( TCODE ) by the steps of SU20, SU21,PFCG. I have assigned the role for a particular user only (SU01). But my application is executable for all the users. Now please tell me the steps to create an authorization for my web application. I want to restrict the users to excute my applications.

Regards,

Anuvidhya T.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

in the interface view->on default plug handler, you can control this.

we used to control that. You can write your code there to control the authorization. If authorization is failed then he would get he error message.

We have in out company a separate interface view to check the authorization and license. This view is default view in all our window. When authorization is good we fire the plug from this interface view to our normal views in our application.