‎2012 Nov 07 1:49 PM
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
‎2012 Nov 07 2:02 PM
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.
‎2012 Nov 08 3:29 AM
Hi Santiago,
I could not find t.code the way you mentioned.
please suggest.
Best Regards,
Venkat
‎2012 Nov 08 6:45 AM
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.
‎2012 Nov 08 9:16 AM
‎2012 Nov 08 7:16 AM
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
‎2012 Nov 10 12:20 AM
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.