Application Development 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: 

How to go from table to tcode(s)?

Former Member
0 Kudos

Hi experts,

Given a table name, say EBAN (purchase requisition), how do I figure out which tcode(s) provide the data in that table?

Is there a table that would show this?

Thanks,

David

2 REPLIES 2

kiran_k8
Active Contributor
0 Kudos

David,

Welcome to SCN 🙂

As we work,going by the table name we can figure out the main tcode behind this.

The below info will help to you an extent if not fully.

Go to SE11

Give the table name

Click on Display.

Then UTILITIES>>DISPLAY OBJECT LIST. It will navigate you to SE80 with the concerned package.

Within that, drilldown the Transaction Codes folder to get the info about all the tcodes related to this table.

K.Kiran.

Jelena
Active Contributor

Short answer is "no". There is no static relationship between the tables and transaction codes. Trying to trace the relationship using ABAP code would be akin to drinking from a firehose IMHO.