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 for VB01 data

Former Member
0 Likes
3,569

Hi,

In VB01 transaction, after giving the list of materials, where they are getting stored?

Plz tell me the name of the table in which the details get stored.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,749

Hi Mytri,

Run Transaction Code ST05.

Goto performance trace -


> trace on.

Go to the respective transaction after completing all the transaction process , return to the ST05 transaction, then click on trace off, then click on trace list.

With the help of trace list you can analyze the results.

Which tables are involved in that transaction.

In trace mode choose SQL trace.

Regards,

Sachin

3 REPLIES 3
Read only

Former Member
0 Likes
1,750

Hi Mytri,

Run Transaction Code ST05.

Goto performance trace -


> trace on.

Go to the respective transaction after completing all the transaction process , return to the ST05 transaction, then click on trace off, then click on trace list.

With the help of trace list you can analyze the results.

Which tables are involved in that transaction.

In trace mode choose SQL trace.

Regards,

Sachin

Read only

Former Member
0 Likes
1,749

Can you check KOT* tables?

Read only

Former Member
0 Likes
1,749

table - KOTG001

Reg,

Sachin