on 2024 Feb 21 6:59 AM
Hi Team,
There is one requirement from client. There is one header discount condition ZX02- (fix amount) which distributed on line item level on base of net value. It is working fine.
Now there is requirement that if any item has minimum price (PMIN) condition in that case discount(ZX02) amount for those lines should not be greater than difference of ( price - minimum price ) . Example Price(pr00) 1300 , Minimum Discount(PMIN) 1250, So in this case ZX02 not be greater then 50. Problem is that how we can achieve this. Further how another item (where PMIN not exist) ZX02 amount adjust to meet total discount amount.
@SAPSupport
Request clarification before answering.
Hello Suresh,
The Base Value for Calculation is the PR00 Value for the Item and from this the code need to subtract the PMIN Value.
The result is the maximum possible discount for the Item.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I believe you will a new "Alternative Formula for Condition Base Value for Header Discount Condition ZX02.
The Coding here will be a little complex and the method to distribute ZX02 to Items without PMIN will be based on Business Requirements.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 27 | |
| 21 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.