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: 

Find the missing Authorisation Object in the WEB Dyn pro applciation

Former Member
0 Kudos

Hi,

We are having the ECC6.0 with Enterprise portal. in EP we are running the application with some webdynpro

there are some missing authorisation when running the application

how can we track the what all authorisation is missing / checked for the web dyn pro

is there any way Like SU53 in the WEbdyn pro or any other method to check ?

all the web dynpro are custom developed

Thanks & Regards

Virandra Sharda

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

SU53 dump may not work for the authorization issue as it provides last authorization check failed details.

Take trace by ST01 transaction. It will provide you the authorization check details..

Where Return Code (RC) will be 4(RC= 4), there user is facing authorization issue...

Try to find the error from from the first authorization check failed details..

There may be some false authorization check failed details, what is not required for the perticular work.

This kind of error comes due to program error. So you need to test the access by adding the authorizations.. try to provide minimum authorization to solve the issue.

Regards,

Sandip.

2 REPLIES 2

Former Member
0 Kudos

Hi,

SU53 dump may not work for the authorization issue as it provides last authorization check failed details.

Take trace by ST01 transaction. It will provide you the authorization check details..

Where Return Code (RC) will be 4(RC= 4), there user is facing authorization issue...

Try to find the error from from the first authorization check failed details..

There may be some false authorization check failed details, what is not required for the perticular work.

This kind of error comes due to program error. So you need to test the access by adding the authorizations.. try to provide minimum authorization to solve the issue.

Regards,

Sandip.

sdipanjan
Active Contributor
0 Kudos

You can check the program by using the following reports (execute using SA38):

First check authorization checks in your custom programs by using RSABAPSC.

Then for further check of source code you can use RSANAL00.

Regards,

Dipanjan