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: 

TCD values different from transaction codes

Former Member
0 Kudos

Hi All,

I am using the table AGR_1251 to obtain the transactions assigned to each role. However I noted that some TCD fields for the object S_TCODE contain values different from transaction codes. I would like to know what the values really mean.

Object Field name Value

S_TCODE TCD /

S_TCODE TCD *

S_TCODE TCD $*

S_TCODE TCD /*

S_TCODE TCD @*

I have been looking for an answer but could not find.

Thanks in advance for your help.

Edited by: rodolphol on Feb 25, 2010 12:22 PM

5 REPLIES 5

Former Member
0 Kudos

Hi

Have a look at table TSTCT for all transactions and their description.

That should give you what you need...

Regards

Shan

Former Member
0 Kudos

> S_TCODE TCD /

This one probably has an entry in the AGR_1251-HIGH field, meaning that it is a range.

The others are wildcard patterns.

Cheers,

Julius

Former Member
0 Kudos

Hello,

/ , and other symbols are Navigation switch since few transaction could not b executed from SAP Easy access menu.

Thanks,

Prasant

0 Kudos

To my knowledge that was only a problem with some registered namespace transactions, so you had to add /N infront of them to start them.

The system did not really check the /N but rather the real transaction code name - so the real name should be in AGR_1251.

Cheers,

Julius

arpan_paik
Active Contributor
0 Kudos

However I noted that some TCD fields for the object S_TCODE contain values different from transaction codes

Not sure whether you check for the manually added S_TCODE or not.

I assume those values are added into S_TCODE manually. Open the role and look into authorization data...

Arpan