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: 

what are the tables refreshed with S000

Former Member
0 Kudos

Hi,

What are the tables refreshed when the T-Code: S000 is executed.

when I execute that T-Code S000, running any T-Code SE38 or SE11, it's taking me to function module 'AUTH_CHECK_TCODE'.

but if iam in the middle of some transation and going with T-code /NSE38 this function module is not triggring.

actually I have added some code in the Function module for Authorization check. so if I know the table refreshed with T-Code S000, I can do that manually before calling my Custom T-Code.

2 REPLIES 2

Former Member
0 Kudos

Hi,

It seems S000 is an Area Menu, where you can add your own transaction.

Since /n will go for a new transaction so /nse38 will by pass the FM.

If you want Authoriazation you can opt for Roles and Autorizations.

Thanks

Arbind

0 Kudos

No I can't do it with roles, I am trying to place my code in that FM.