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

Incompletion Log Table Problem

Former Member
0 Likes
11,105

Hello All,

The problem is related to SD.In Sales Order Creation (T-Code: VA01) there is a process where if any particular data is missing the sales order cannot be saved and it shows an error message like ' Missing Data - Pricing', 'Missing Data - Net Value' etc.Suppose the system is allowing the order to be saved irrespective of the missing data, the client now want a report on these error messages.

I want to from which Table the error messages of missing data are fetched?

Please Help.

Thanks & Regards

Priyanka Mitra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,431

Incompletion log can be seen with transaction v.01 and v.02

table vbuv seems to contain the informations you are looking for

Michael

5 REPLIES 5
Read only

Former Member
0 Likes
5,431

Hello Priyanka,

Before saving the sale order give /h(for debugging) in the command prompt and check from which table the message gets populated.

Please give points if useful.

Regards

Akmal

Read only

0 Likes
5,431

Hi,

I think it won't stored in any table but will be displayed or executed only when the particular code is invoked.

regards

kamath

Read only

Former Member
0 Likes
5,432

Incompletion log can be seen with transaction v.01 and v.02

table vbuv seems to contain the informations you are looking for

Michael

Read only

0 Likes
5,431

Hi Michael

Thanks a lot for your suggestions.

Now the problem is solved.

Regards

Priyanka

Read only

0 Likes
5,431

Donu2019t you think Michael deserves for 10 p'oints?