cancel
Showing results for 
Search instead for 
Did you mean: 

Checking OBN authorizations

Former Member
0 Kudos

Hi,

Is there a possibility that where you can check if the OBN navigation is authorized before we do the actual navigation. I would like to check if the current user is authorized to navigate to the end point via OBN and if he/she is then do the navigation else will disable the user to perform any such navigation.

Currently the user only comes to know about the success of her/his OBN navigation once she/he is directed to the end point application and then the authorization either fails/succeeds.

- Thanks and best regards,

Harish.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Harish,

In the Event handle method ONEV_POWL referend from POWL_FOLLOW_UP. Before you call the application using method <b>start_application</b> just chcck the respective authorisation for the current user and exit from there if the autorization fails otherwise call the start_application method which will start your application.

I think you will solve the problem with this information. if not please let me know the some more information realted to your problem

Warm Regards,

Vijay