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

Identify tcode for a table

Former Member
0 Likes
763

Hi all,

i have a table, for which i have created one transaction code.

after some days, i opened table. then how to identify the transaction code linked to this table.

Best Regards,

Venkat

6 REPLIES 6
Read only

SantiMoreno
Participant
0 Likes
738

Hi, Venkata.

I think you're meaning that you've created a maintenance view to display the table via txn SM30 and then assigned this view maintenance to a Txn, which you mention... don't you?

I think you could access the table maintenance generator from SE11, check the Function Group assigned and, vía SE80, you could check the transaction codes for such Function group.

Hope this helps.

Kind Regards.

Santiago.

Read only

0 Likes
738

Hi Santiago,

I could not find t.code the way you mentioned.

please suggest.

Best Regards,

Venkat

Read only

0 Likes
738

Ok, Venkata.

Don't worry and try the next action: access either to transaction SE16 or SE16n (you decide) and inform the field table with TSTCP; access and, in the field PARAM, inform it with *name_of_table* (that is, literally asterisc + the name of the table + asterisc). You will get the transaction assigned to the maintenance view of such table:

Obviously, there's a recquired condition: you should have created the transaction for the maintenance view assigned to the table.

Hope this will fix your problem.

Kind Regards.

Santiago.

Read only

0 Likes
738

Hi Santiago,

thanks for your help.

Best Regards,

Venkat

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
738

If it is a Program Tcode ... You can find it in TSTC Table.

If it is a Table Tcode ... You can Find it in the table TSTCP.

In the table TSTCP selection screen

enter the table name as follows..

*MARA*

*ZTABLE*

etc.... It will show the respective Tcode... Hope this helps

Read only

Former Member
0 Likes
738

Go to SE93 and click F4 displaying all transactions that start with Z or Y (since you created the transaction). You should be able to find it there. I hope you had a meaningful description to help you search for it.