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

TCODE for tables

Former Member
0 Likes
687

Hello Friends

I need to fined T code  for table (CIFGPARAMS) and found that there is tcode CFC2 for the table

but I need to know where we can get the relation ship between table and transaction code

Raghavendra

2 REPLIES 2
Read only

Former Member
0 Likes
526

In table TSTCP - There is a list of transactions Vs. Parameters used in transactions.

Search the table with PARAM = '*TABLE_NAME*'.

You will get your tcode for given table.

But in your case it is CIFGPARAMV (which is maintenance view for CIFGPARAMS).

easiest way to find maintenance view is go to SM30, enter you table name and click on "Find Maint. Dialogue".

Read only

Former Member
0 Likes
526

Hi,

Refer following link.

http://scn.sap.com/thread/1207509

Thanks

Santosh