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

Former Member
0 Likes
631

Hi,

I have a Program say 'Z12ab', how can I find out its

T- code

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

Hi,

Open your program in SE80 and check if the program has any transaction code assigned..

Regards.

5 REPLIES 5
Read only

former_member195383
Active Contributor
0 Likes
610

check in TSTC table...u can find..

give the program name in the field PGMNA..

Then in the field TCODE u can find the tcode

Reward if useful

Edited by: Rudra Prasanna Mohapatra on Jul 7, 2008 7:30 AM

Read only

former_member265047
Active Participant
0 Likes
610

Hi ,

simply you can use where used list ( cntlshftF3) for the program and select option transaciton, then it will show u transaction codes where its been used.

Regards,

naveen

Read only

Former Member
0 Likes
610

go to report.. do WHERE-USED for the report... and check only TCODE...

otherwise...

open the report in SE80...

and expand the subobject list... ther you'l find the TCODE

Read only

Former Member
0 Likes
610

Shilpa,

put this program in SE80 and see what objects are assign to it.

if program have an tx than it will shown in transaction folder.

Amit.

Read only

Former Member
0 Likes
611

Hi,

Open your program in SE80 and check if the program has any transaction code assigned..

Regards.