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

Field for transaction code description ?

JulienGirard
Participant
0 Likes
754

Hello,

I know that the T-code is stored in table BKPF, but what is the table where the transaction code DESCRIPTION is stored ?

Thanks,

Julien

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

Hi,

If you are talking about the transaction code like f-02,me23n check table TSTC and TSTCT.

Regards,

Himanshu

3 REPLIES 3
Read only

Former Member
0 Likes
633

Hi,

If you are talking about the transaction code like f-02,me23n check table TSTC and TSTCT.

Regards,

Himanshu

Read only

anuj_srivastava
Active Participant
0 Likes
632

Hi Julien ,

Check table TSTCT.

Regards,

Anuj

Read only

Former Member
0 Likes
632

julien,

tcodes are not stored in BKPF.

they are stored in TSTC ->tcodes and TSTCT ->text for tcodes.

and BKPF might be storing the tcode in some field which stores the value of tcode from which the document is being created. but that is not the table which stores TCodes.

hope this helps