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

Program name for Transaction code

Former Member
0 Likes
10,169

Hi All,

Is there an other table for program name for a given transaction code other than TSTC? I am asking this question beacuse for TCODE MM01, program name in TSTC is given as SAPMMG01, where as if you goto MM01->System->Status->Program it is giving as SAPLMGMM.

Regards,

Prashant.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
4,128

TSTC is the only table. In your example, SAPLMGMM is being called immediately after transaction start from within SAPMMG01.

Thomas

6 REPLIES 6
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
4,128

If you are looking for program name under MM01->System->Status->Program ,also check for the Screen number , becuase in TSTC the program name is for screen 1000.

Read only

Former Member
0 Likes
4,128

goto se93..

give t.code mm01..

and display it ..

there u will find the program name correctly....

Read only

ThomasZloch
Active Contributor
0 Likes
4,129

TSTC is the only table. In your example, SAPLMGMM is being called immediately after transaction start from within SAPMMG01.

Thomas

Read only

Former Member
0 Likes
4,128

Hi All,

I want the table name for TCODE other than TSTC.

Regards,

Prashant.

Read only

0 Likes
4,128

I want the program name that shows in the status, is there a FM or some other table to get the same.

Regards,

Prashant.

Read only

Former Member
0 Likes
4,128

Closed