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: 

S_TCODE..TCD..FROM..TO

Former Member
0 Kudos

When in the role maintence, if we do a search for the S_TCODE object we hit it. no wwhen we double click we get the box which states the tcodes executable. my question is :

1. What does the From and To coloumns mean?

Is it a range of tcodes? does ti differ if I give one below the other?

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You are right George!

"From and to " are meant for ranges.

E.g.- from A* to G*, etc...

If you define one below the other, it takes the tcode as a single entry.

-Cheers

Abhishek

13 REPLIES 13

Former Member
0 Kudos

You are right George!

"From and to " are meant for ranges.

E.g.- from A* to G*, etc...

If you define one below the other, it takes the tcode as a single entry.

-Cheers

Abhishek

0 Kudos

soi can define it on ebelow the other or as a range , right ?

0 Kudos

Both.

If you put A* to Z* then it will conside all the tcode starts with A to Z will be included.

But if you put

A*

Z*

Then only tcodes starts with A and Z will be included.

Hope this will help.

-Pinkle

0 Kudos

From To

AC05 AS00,AS03-F-01

If we have entries in S_TCODE like above, what does it imply?

0 Kudos

Do you mean

From - To

AC05 - AS00

AS03 - F-01

?

If yes then it means All tcodes falls under this range will be included.

eg

1. AC05, AC06, .... ACZZ, AD01, .... ADZZ, ..... AR00,....,ARZZ, and AS00

2. AS03, AS04,..... ASZZ,AT00,...ATZZ, AU,...AZ,B....... E and F-01

So from Rance AC05 to F-01 excluding AS01 and AS02.

***Rewarad the points if it is helpful****

-Pinkle

0 Kudos

Pinkle,

I am gettng what you are mentioning.

But what do you mean by "So from Rance .......in particular..Rance

0 Kudos

Its a typo. Read as Range.

0 Kudos

Good !! youkept me thinking for the technical term Rance!!

0 Kudos

Pinkle, from one glance howdid you understand that tcode AS01 was excluded ?

0 Kudos

Again if you look at the range

AC05 - AS00

AS03 - F-01

AS01 and AS02 is not include in range.

This might be because these two tcodes are bit critical (Just guessing - I'm not functional guru)

AS01 - Create Asset Master Record

AS02 - Create Asset Master Record

-Pinkle

0 Kudos

Hi,

If you want to see the contents of the range, you can run se16 with the table tstc and put the range there. It gives you the transactions as you asked for.

have fun

jan van Roest

0 Kudos

Thanks !! Roest!

0 Kudos

Hey george,

Take a look at the documentation (in transaction SU21) on authorization object S_USER_TCD.

You can prevent the ranging (in SU24, PFCG etc) by restricting it.

Cheers,

Julius