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: 

Tcode not working in production

Former Member
0 Kudos

User is executing tcode Z_TEMP_CURR in production R3 system but gets the message "No authorization to maintain, display only". User has the object S_TABU_DIS with actvt 02 and 03 for Table Authorization Group ER04. Othe users with same access and role are able to maintain the table but this specific user can not.

We enabled trace. Trace was successful , he was not missing any object or field

S_TCODE  RC=0  , TCD= Z_TEMP_CURR

S_TABU_DIS RC=0 , tcode= SM30, ACTVT=02 , DICBERCLS= ER04

S_TABU_DIS RC=0 , tcode= SM30, ACTVT=03 , DICBERCLS= ER04

We created test user id in quality with same roles as of user in production and were able to successfully go to the edit mode for table. Hence the issue is other users in production can maintain but only one user cannot. Please guide. Thanks

Regards,

SD

7 REPLIES 7

Former Member
0 Kudos

Please add S_TABU_NAM object (with full auth) manually once in Production and check. This is may not be the case. Check once.

Rgds,

Durga.

0 Kudos

Thank you for your reply. But we cannot make this change in Production. Please let me know if any other way

0 Kudos

Hi,

As eveything is good but still not working, may be try removing the roles and adding once again.

Regards,

Ajesh.

Former Member
0 Kudos

It's wierd. I suggest 1st try Ajesh's option - if still not, then try re-creating the userid setup.

- trial n error - part of the game

Cheers,

Daya

Former Member
0 Kudos

Agree that it's weird....

Try using SU53 trace to track the authorization issue.

Thanks.

Former Member
0 Kudos

Hi,

Try reflecting the same parameters that other users who were able to execute this, to this user and check.

Regards,

Pranaam

Former Member
0 Kudos

Hello Sush,

Apart from all above posts, last option i would suggest is please check with ABAPer about the program against T-code : Z_TEMP_CURR. This particular T-code may be hard coded for few SAP logins, so that inclusion of those logins are only allowed to run.

If that is the case you will get authorization issue, but there will be no SU53 can be seen at all.

Even your Basis login with full auth also cannot run this report, provided your login not attached to the program.

So please explore this T-code related program with ABAPer.

Hope this info helps you.

Rgds,

Durga.