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

zprograms and t-codes

Former Member
0 Likes
673

Hi

i have to prepare a report that displays the zprograms and respective t-codes.

can someone give me the tables relevant to them please.

its very very urgent.

5 REPLIES 5
Read only

Former Member
0 Likes
653

check tables tadir , trdir, and TSTC...

Regards,

Joy.

Read only

Former Member
0 Likes
653

Use table TSTC to get the tcodes ..

Read only

Former Member
0 Likes
653

Use TSTC table to get the transaction codes with the program name.

TRDIR will contain all the program names. If the transaction codes arenot created for any of the programs then use the TRDIR table to get their names. Refer the field SUBC for type of program.

\[removed by moderator\]

Regards,

Kiran Bobbala

Edited by: kiran Bobbala on Jun 23, 2008 5:59 PM

Edited by: Jan Stallkamp on Jun 23, 2008 6:06 PM

Read only

0 Likes
653

is there any table storing program names and t-codes respectively.

else how to put the condition to retrieve program name and t-codes respectively.

Read only

Former Member
0 Likes
653

Hi,

Use TSTC table and display the contents.

Give either tcode name or program name

Execute

You can get the output

Regards,

Chandu