‎2016 Jun 08 11:16 PM
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
‎2016 Jun 09 12:37 AM
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
‎2016 Jun 09 3:24 AM
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
‎2016 Jun 09 5:04 AM
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.