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: 

tables

Former Member
0 Kudos

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

Former Member
0 Kudos

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

these things

4 REPLIES 4

Former Member
0 Kudos

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

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

Former Member
0 Kudos

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

these things

0 Kudos

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

Former Member
0 Kudos

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^