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: 

SE16 authorization

Former Member
0 Kudos

Hi All,

We have a peculiar situation where certain transactions can be executed but execution of SU53 immediately after that tcode gives missing authorization information. One example is SE16 where the tcode can be executed and shows the records but SU53 shows S_DEVELOP - 03 - TABL missing. Per the developer the missing authorization can cause incorrect results. Any suggestions in this regard will be very helpful

Thanks

Vijaya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please show the developer this thread =>

SU53 shows the last failed check, which is not necessarily the correct one. It also does not explain the coding context to you.

ps: Please use more meaningfull subject titles for your threads.

Cheers,

Julius

4 REPLIES 4

Former Member
0 Kudos

Hello ,

T code SE16 can be accessible if it is assigned through object S_TCODE . But to do ABAP programming user need another authorization through object S_DEVELOP . So it need to insert .

Regards

ASADUZZAMAN

Former Member
0 Kudos

Please show the developer this thread =>

SU53 shows the last failed check, which is not necessarily the correct one. It also does not explain the coding context to you.

ps: Please use more meaningfull subject titles for your threads.

Cheers,

Julius

0 Kudos

Hi Julius,

Thanks for the inputs. But i tried creating a duplicate of the user ID in test system and get the same error. The tcode was executed immediately after logging in and the error still shows up.. Please advice

Many thanks

Vijaya

0 Kudos

> But i tried creating a duplicate of the user ID in test system and get the same error.

Testing the same thing and expecting different results is only possible when you have gremlins in your code.

> The tcode was executed immediately after logging in and the error still shows up.. Please advice

Please do an ST01 trace and tell us the source code location of this S_DEVELOP check...?

Cheers,

Julius