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

T.Code to identify reference table or programe

Former Member
0 Likes
793

Hello Gurus,

I am a functional consultant, I am trying to find out a t.code or a way to identify reference table based on which a program (t.code) runs.

As I have requirement to create a custom table and replace it instead of SAP standard configuration table behind a t.code.

I appreciate valuable reply !

Regards !

Veer

3 REPLIES 3
Read only

Former Member
0 Likes
743

Hi Veer,

If you want to know the table that stores the tcode/program list then have a look at table TSTC.

SE93 is the tcode for transaction maintenance, here you can see the program attached to a tcode.

Cheers,

Arshid

Read only

0 Likes
743

Hi Arshid,

I have requirement where instead of regular configuration table, needs to have custom table.


I am trying to identify a table needs to replace so when I try to post document, t.code uses information from custom table instead of SAP standard table.

I am not seeking where it's save data.

I appreciate your input.

Thanks !

Veer

Read only

0 Likes
743

Hi Veer,

If you wish to have alternate of tables like vbak,vbrk etc. then you will have to do lot of customizations in your system with the help of ABAPer.

Although this is not recommended, you may look forward to enhance the standard functionality.