Application Development and Automation 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: 
Read only

Authorization Problem to access a custom TCode

Former Member
0 Likes
3,824

Hi Everybody,

I developped a custom report with a z tcode in development server and transported to testing server.

Report and Tcode doesn't have any authorization object.

User is not able to access the tcode in Test server . He is gwtting a message like " no authorization to access the t code ... ".

though the report and tcode doesn't have any authorization object.

What could be the reason ? Solution.

Thanks and Regards

Srikanta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,081

Hi,

After running this t-code open another session of tcode su53.

There you can see the objects which are failing . Because of this the user is not able to access that t-code. Once you got that su53 screen shot sit with your basis people and sort out the issue.

With Regards,

Sumodh.P

4 REPLIES 4
Read only

Former Member
0 Likes
2,081

Hi srikanta,

This t code need to be assigned in authorization profile of user.

Get help of your basis for same.

This will solve your problem.

Thanks,

Dhiraj.

Read only

GauthamV
Active Contributor
0 Likes
2,081

Users will not have authorizations to any transaction unless they are asigned to their roles or profiles.

Ask the user to send a mail to basis person for authorization to this Z transaction.

Whenever they have problem for authorization they can just send screenshot of SU53 transaction to basis people.

Read only

Former Member
0 Likes
2,082

Hi,

After running this t-code open another session of tcode su53.

There you can see the objects which are failing . Because of this the user is not able to access that t-code. Once you got that su53 screen shot sit with your basis people and sort out the issue.

With Regards,

Sumodh.P

Read only

Former Member
0 Likes
2,081

Hi Srikanta,

I think there is some problem with the role or profile that is assigned to your user id. Please check whether S_TCODE authorization object is assigned to your id in test server or not.

The best way to find this is " First run the transaction that you had created in Test server, after you got the error message. Run Su53 transaction and send that screenshot to BASIS team' They will take care of the issue.

Thanks