cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing records with Zero value displayed in sales order incompleteness log

SAPSupport
Employee
Employee
0 Kudos
262

We have pricing records maintained for Zero value. At the condition type level we also had a value for Zero Value Proc to "A"- Amount of Zero will be considered. However, these products in sales order show as incomplete.

We tried to copy the Sales order item Incompletion Procedure to a custom one and removed the Net Value field (NETWR) from the custom procedure. However this will still mark order as complete for the expired pricing records for the products that should have a price other than Zero.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

Zero net value cannot be used to complete the field as by default net value is always 0.00 - Even if an item does not have a quantity, the net value will still be 0.00. 

Maybe you can code an alternative check in one of your BAdI options - example:

> SD_SLS_CHECK_BEFORE_SAVE
Check of Sales Documents Before Saving

Setup the condition correctly with the item category and net price and whatever other fields are relevant to identify the specific scenario where net value is in play. From there you can raise a message to alert the end user.

Answers (0)