03-04-2013 4:31 PM
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.
03-05-2013 1:51 AM
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
03-04-2013 11:24 PM
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
03-05-2013 1:51 AM
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
03-07-2013 9:20 PM
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.