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

SQL Trace Finding Base table for Field in Tcode

Former Member
0 Likes
536

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

3 REPLIES 3
Read only

Former Member
0 Likes
501

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.

Read only

0 Likes
501

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

Read only

former_member195698
Active Contributor
0 Likes
501

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.