Solution : https://service.sap.com/sap/support/notes/1435505 (SAP Service marketplace login required)
Summary :
In SAP R/3 or ERP systems, when handling variant conditions, the net price and condition rate calculation may not incorporate the variant factor, leading to discrepancies in expected results. This issue typically occurs because the default system behavior does not apply the variant factor in subtotal lines. To rectify this, users should apply SAP Note 1435504 which enables an alternative calculation method using the KFAKTOR_FOR_NETPRICE and KFAKTOR_FOR_SUBTOTAL global variables in the USEREXIT_BEWERTEN_INIT module. This configuration allows for accurate application of variant factors in net price and condition rate calculations. Implementation of a custom condition value formula is also suggested.
Key words :
net valuedisplayed net price expected net price eur 8, 1 pc sales quantity / condition basis 2 pc variant factor 4, net price kfaktor_for_netprice = 'x', amount expected cond, active price zva0, global variable kfaktor_for_netprice, support package level, global variable kfaktor_for_subtotal, subtotals kfaktor_for_subtotal = 'x', user exit mentioned
Related Notes :
| 1435504 | |
| 791944 | How is the KBETR determined in a subtotal? |
| 201830 | Calculation of the net price of an item |