2013-05-31 - 7447 - Break Fix - Expected Price Fix #ProductionBreakFix #SDSupportOrderEntry
2013-05-31 - Expected price condition issue.
Problem Summary
Incompletion not set on the sales order when customer expected price condition is less than or equal to 0.50 units compared to Net Price.
Admin Info
Purpose
|
Fix Expected Price condition for incompletion
|
Requested by
|
Thi Tran
|
Issue Date
|
05/31/2013
|
Resolved by
|
Surya Basa
|
Resolved Date
|
06-04-2013
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
Sales Order/s status is/are not set to Incompletion if the Customer Expected Price condition JED1 doesn't exactly match Net Price condition PNTP.
Solution Analysis and Recommendations
(Include Screen Shots if required)
In the pricing procedure ZNECAP, custom routine 904 is assigned to JED1 condition type in the calculation type. This routine checks for the price difference between the two conditon types and sets the incompletion indicator on the sales order if the price difference is less than or equal to 0.05 units.
The logic needs to be updated to check for any difference between the two conditions and set the incompletion message on the the sales order.
Resolution
The logic was modified in the routine RV64A904 to check for any difference at all between the two conditions JED1 and PNTP and set the corresponding sales documents to incompletion.
Release Information
Provide link here to Release Notes if Technical Objects were changed
2013-06-04 - 7447 - Rel Notes - Expected Price Fix