‎2006 Sep 12 3:58 PM
HI all,
If we want to find a base table for the field in any transaction code then how to find it with SQL Trace
There are so many SELECT Statements in Trace List It is hard to find. How we can Find . please help.
Thanks in advance
Ranjith
‎2006 Sep 12 4:00 PM
U can also use the F1(help) and F4 (Technical Help) to find the table and fieldname information.
Just press F1 and than F4 with the cursor on the given field.
‎2006 Sep 12 4:04 PM
Hi anurag
I know it but we will be able to see the field, name my question is how we can find its base table
what will happen if we press f4 on the Field, how to find it with SQL Trace
Ranjith
‎2006 Sep 12 5:36 PM
You have to check each table present in the select statement in the trace. Better get all the tables in the trace with the select statement and check the description of the tables. From the description it will be easy to figure out.