Application Development and Automation 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: 
Read only

how to find tcode for standard sap program

Former Member
0 Likes
2,934

Hi ,

I try to find tcode for sap standard programs in ecc6.0 but for some program entries or not there in se93 and tstc table.

for example :SAPF080R. for this program there is a tcode called f.81

but i could not find in tstc table.

please let me know is there any other way to find tcode or how to find tcode for all sap standards program

9 REPLIES 9
Read only

Former Member
0 Likes
1,549

Hi

Use the Table <b>TSTC</b>

to find the tcode for a program

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
1,549

Hi,

Use both the tables TSTC and TSTCT to find out the transaction code of your standard programs.

Regards,

Pulokesh

Read only

amit_khare
Active Contributor
0 Likes
1,549

f.80 is for SAPF080

SAPF080R dont have a tcode.

TSTC is the only place for checking tcodes.

Regards,

Amit

Read only

Former Member
0 Likes
1,549

hi all,

is there any way to find out parameter transaction type tcodes

program names.

pls i checked with tstc and tstct . its not very much usefull.

Read only

0 Likes
1,549

chk the view <b>TSTPV and table TSTCP</b> for parameter transactions

Read only

0 Likes
1,549

hi,

Thank you.

but problem is not solved i need to find all sap standard program tcodes.

i am unable to find for most of the sap standard programs.

pls check with f.81 tcode u wont find program attached to it..

but there is a program runing for that.

pls help me.

Read only

0 Likes
1,549

Did you check F.81 in SE93, it is calling transaction SA39 and through that transaction it is calling program SAPF080R.

Regards,

Amit

Read only

0 Likes
1,549

u can see the program for F.81 , it is SAPF080R,

goto SE93

Give the value as F.81 and display

Scroll to bottom

do a where-used-list on datatype TCODE in SE11 and findout all the tables and views on that

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,549

Hi

Use <b>SDMO</b> Tcode.

It will ask for Description enter the required description and press F8.

Now it will give all the Tcodes related for your description.

Regards,

Sreeram