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 find tables in transaction codes.

Former Member
0 Kudos

hi guru,

suppose i want to findout tables for mm01,xk01,t-codes.

then how can we find tables from above t-codes.

subhasis.

1 ACCEPTED SOLUTION

HI,

From the TCODE Use the menu option System-Status.

There you can see the relevent program. Double click to navigate to the program.

Then Goto the package of the program. The relevent table most probably will be there in this package.

Also if you know the table name then goto SE11 and check the where used list by restricting the search to the package.

Regards,

Sesh

5 REPLIES 5

HI,

From the TCODE Use the menu option System-Status.

There you can see the relevent program. Double click to navigate to the program.

Then Goto the package of the program. The relevent table most probably will be there in this package.

Also if you know the table name then goto SE11 and check the where used list by restricting the search to the package.

Regards,

Sesh

Former Member
0 Kudos

Hi,

You can point the mouse on the field for which you want the table. Then press <b>F1</b>. The system will give you information about the application and field. In the screen click on <b>'Technical Information'</b> (the icon near to that <b>HELP</b> icon). Then the system will give you the data regarding the screen like <b>Tables,fields</b> etc. You can also navigate to the table from here.

Regards,

Renjith Michael.

former_member208856
Active Contributor
0 Kudos

Hi,

Goto --> mm01 --> click on menu 'System' --> Status --> Copy the Program name (SAPLMGMM)

Now Got0 SE80 --> Choose 'Program' --> Paste Program Name --> Press Enter --> Open 'Dictonary Structure'

You can see the list of tables used in this Tcode here.

Follow the same steps for XD01 also.

Regards,

Sandeep Kaushik

Former Member
0 Kudos

Hai Subasis,

You can get tables for MM01 and XK01 using the following way,

1.MM01-->Click the mouse in Text field then press F1 key you can get table details.

2.If you want to know about the program for that screen you go to

SYSTEM-->STATUS, here you can get more details.

IF HELPFULL REWARD

Former Member
0 Kudos

try with FM RS_PROGRAM_TABLES with

OBJECT_TYPE = 'PROG'.

OBJECT_NAME = 'REPORT_NAME' " program name for that TCODE