Application Development 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: 

Table fields

Former Member
0 Kudos

Hi Experts,

how to find the table which is going to be stored data entered through transaction?

for Example.....................

i run a business transaction of document posting in FI module.. How to find which tables are going to be stored that data?

Thanks in advance

4 REPLIES 4

Former Member
0 Kudos

use SQL trace and check the tables.

Sesh_Sreenivas
Advisor
Advisor
0 Kudos

Use transaction ST05 to activate the SQL trace and you can see the table from the trace.

Former Member
0 Kudos

Hi,

use SQL trace .

Former Member
0 Kudos

Hi Sri,

You can findout table field by pressing F1 on that field. It will open a small pop window which shows table name and field name. In the case if it's structure u need to use Tcode ST05 to activate the sql trace and find out table name.

Regards

Gulrez