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

Skip Incompletion Log error programatically in Sales Order

Former Member
0 Likes
2,252

Hi All,

In Sales Order with Net Value(NETWR) as initial if I try to create Delivery, Incompletion log error is thrown stopping Delivery creation.

This is because of Customizing setting for VBAK-NETWR in TVUVF table.

Now for a particular Sales Order type & Plant combination I need to skip this Incompletion log error programmatically when Net Value is '0'.

I'm planning to put the logic in 'userexit_save_document_prepare'.

Without updating the DB table, could you please help me to skip the Incompletion log error programmatically? Also correct me if the above User exit is wrong place to put the logic?

Thanks & Regards,

Adithya M.

1 ACCEPTED SOLUTION
Read only

0 Likes
1,039

Hello Aadhi,

Please delete all records of XVBUV table with incompletion log,and should be to added this in user exit into MV45AFZZ program,

Best regards

DL

3 REPLIES 3
Read only

paul_bakker2
Active Contributor
0 Likes
1,039

Hi,

Just to let you know - the experts in this forum get annoyed by multiple postings of the same question, and so will not try to help you.

cheers

Paul

Read only

0 Likes
1,040

Hello Aadhi,

Please delete all records of XVBUV table with incompletion log,and should be to added this in user exit into MV45AFZZ program,

Best regards

DL

Read only

0 Likes
1,039

Hi DL,

Yeah I have updated/changed the table XVBUV in userexit_check_vbak & it worked for me in skipping the Incompletion log.

Thank you for the help.

Thanks & Regards,

Adithya M.