ā2012 Jul 07 3:39 PM
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
ā2012 Jul 08 4:37 AM
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".
ā2012 Jul 15 8:37 AM