‎2007 Feb 13 9:51 AM
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
‎2007 Feb 13 10:18 AM
this is ok, if i use anther transaction how to know
these things
‎2007 Feb 13 9:52 AM
Mainly VBAK(Sales Order header data), VBAP(Sales Order Item data).
In addition VBUK, VBUP, VBFA, VBPA also get updated.
‎2007 Feb 13 10:18 AM
this is ok, if i use anther transaction how to know
these things
‎2007 Feb 13 10:20 AM
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
‎2007 Feb 13 10:30 AM
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^