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: 

Incompletion Log Table Problem

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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

table vbuv seems to contain the informations you are looking for

Michael

0 Kudos

Hi Michael

Thanks a lot for your suggestions.

Now the problem is solved.

Regards

Priyanka

0 Kudos

Donu2019t you think Michael deserves for 10 p'oints?