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

Programm name for transaction

Former Member
0 Likes
817

Hi

Can any one tell me how to find the program name for particular transaction?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

Hi

Table - TSTC will you program name for a particular transaction

check it out

Thanks

Santosh kumar

5 REPLIES 5
Read only

Former Member
0 Likes
762

Hi

Table - TSTC will you program name for a particular transaction

check it out

Thanks

Santosh kumar

Read only

0 Likes
761

> Table - TSTC will you program name for a particular transaction

> check it out

This isn't always true. Parameter transactions for instance are kept in another table (TSTCP).

If you look up SCC4 in TSTC you will not find a program name.

Transaction SE93 in display mode can be more helpful. There you can distinguish the various types of transactions.

Read only

0 Likes
761

Hi Jurjen and Santosh

Thanks a lot for your support.

Read only

0 Likes
761

>

> > Table - TSTC will you program name for a particular transaction

> > check it out

>

> This isn't always true. Parameter transactions for instance are kept in another table (TSTCP).

> If you look up SCC4 in TSTC you will not find a program name.

> Transaction SE93 in display mode can be more helpful. There you can distinguish the various types of transactions.

Totally agree with Jurjen....

FYI: There are Five types of TCodes available. For more details check the saphelp link:

http://help.sap.com/saphelp_nw04/helpdata/en/eb/5fab38d79b11d296190000e82de14a/frameset.htm

SE93 is much better option (which may not be available in Prod for you) than TSTC. Depending on the type you should look for the prog name in TSTC, TSTCP, TSTCV etc.

Regards,

Dipanjan

Read only

Former Member
0 Likes
761

Check in SM01

Thanks