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

tables

Former Member
0 Likes
512

hi experts

i am new to ABAP, i want to know which tables are updating while creating

a sales order using VA01 transaction.

advance thanks

bye

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

this is ok, if i use anther transaction how to know

these things

4 REPLIES 4
Read only

Former Member
0 Likes
484

Mainly VBAK(Sales Order header data), VBAP(Sales Order Item data).

In addition VBUK, VBUP, VBFA, VBPA also get updated.

Read only

Former Member
0 Likes
485

this is ok, if i use anther transaction how to know

these things

Read only

0 Likes
484

Activate the SQL Trace using transaction ST05 and then execute the transaction. Once the transaction is complete, go back to ST05, deactivate the trace and view the log. You can see all the tables used in the transaction in the log.

Hope this helps.

Manoj

Read only

Former Member
0 Likes
484

hi

good

its depends upon the type of data that you r trying to update, generally everytime the master data like vbak and vbap get updated ,

Thanks

mrutyun^