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: 

Unable to get details in SU53

Hello Team,

I have one user who is using ZALL_DOA_M tcode but he is having display access and he wants change access.

But when i try to take SU53 screenshot it not showing anything. In ST01 tcode same is happening.

Can you please guide me in this case.

KR,

Amol

5 REPLIES 5

sanilbhandari
Product and Topic Expert
Product and Topic Expert

Hi amol2406

This is a custom program and it is difficult to know the logic if you do not see any issue in SU53 & ST05. I would recommend to debug it and find if there are authorization checks in the program itself.

Thanks & Regards

Sanil Bhandari

Sanil Bhandari

0 Kudos

Hello Sanil,

I created test user in the test system and assigned same roles to him and it's working for a test user.

But dont know what is happening with Prodcution.

KR,

Amol

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

It is a custom transaction, so i cannot tell you what is the issue. I would debug and check what is written in the code. I have seen sometimes, customers write specific validations in the code itself, which are related to Authorization. The only thing, you can do is to debug and check.

Regards

Sanil Bhandari

Sanil Bhandari

former_member698447
Active Participant
0 Kudos

Hi Amol,

Kindly follow the below steps to get the authorization Objects:

1. Go to SE16N Transaction Code

2. Provide Table TSTAVT and then Press Enter

3.Now enter the Transaction Code(Field Name: TCODE) which you are looking the authorization objects

4. Now click on Execute and you will find the autorization objects in Field Name - Object & Technical Name - OBJCT

Best Regards,

Repakula Manoj

Thanagit
Explorer
0 Kudos

/h to debug at authorization check, or simply set break-point at that alert message (type I)