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

table for tcode descriptions

Former Member
0 Likes
9,853

Hello

I am working on a process to mirror ST03N. I am extracting the tocdes and using the tocde to get the description from the table TSTCt. when I check the rsults from my program against the output from ST03N, I noticed that I am missing some descriptions for some tcdes that are showing up in ST03N.

is there another table that stores the descriptions for the tcodes other than TSTCT.

thanks in advance for the help.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
4,630

I don't think there is any other table than TSTCT (it would not make much sense to store similar data in separate tables). I think a different kind of text there. You can do an SQL trace (in ST05), to find out from which table comes that text.

3 REPLIES 3
Read only

Former Member
0 Likes
4,630

No

Read only

Former Member
0 Likes
4,630

Why not use ST05 to determine which tables are hit?

Rob

Read only

JozsefSzikszai
Active Contributor
0 Likes
4,631

I don't think there is any other table than TSTCT (it would not make much sense to store similar data in separate tables). I think a different kind of text there. You can do an SQL trace (in ST05), to find out from which table comes that text.