table fields
can I know what is the best way/transaction use to check what table it is for the field that used in vendor master?
I only know this way..., I will hit F1, then click on the Technical Info...but most of the time I got the Struc instead of Table name.
From Struc, how can we trace to the Table used?
Thank You.
Try this....
TCode ST05 > Select Trace On.
Perform your Transaction, e.g. Create/Change Vendor Matser.
Go back to ST05 > Trace Off.
List Trace, and you will see all Tables that were accessed.
Hope this helps
Shodman