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

Table fields

Former Member
0 Likes
620

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
Read only

Former Member
0 Likes
550

use SQL trace and check the tables.

Read only

Sesh_Sreenivas
Product and Topic Expert
Product and Topic Expert
0 Likes
550

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

Read only

Former Member
0 Likes
550

Hi,

use SQL trace .

Read only

Former Member
0 Likes
550

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