4 weeks ago
Hi All,
We have a requirement where the rebate is to be paid to the payer of the sales documents but the rebate paid needs to be capped per Ship-to party.
Example: Cap is 2000 $
Sales Orders for Ship-to party A, Payer C --> 3000 $ (Cap is reached, so 2000 $ needs to be paid)
Sales Orders for Ship-to party B ,Payer C---> 1500 $ (Cap is not reached , so 1500 $ needs to be paid)
Rebate needs to be paid to Payer C --> Total Rebate is 2000 $ + 1500 $ = 3500 $
Is there any way that this is possible in standard.
Thanks,
Priya
Request clarification before answering.
Hi @priya_sshekhar,
This requirement might be addressed using standard SAP CCM capabilities, with a few adjustments.
As @MichaelWerner rightly pointed out, the key is to use Ship-To as a split criterion so that it is available at the settlement document line item level.
The following steps might work for your scenario (non exhaustive list):
After that, you'll need to maintain your rebate condition and the Cap (fixed amount) condition at ship-to level.
Regards,
Gauthier Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
to my knowledge this is not possible within Standard (Customizing). But it should be possible to build something like this within a "Clean Core".
The ship-to must become a split criteria within the settlement document. Either make the ship-to a split criteria on header level or on item level. Using the ship-to as split criteria on header level will create a separate settlement document for each ship-to, but will require less customization of pricing. Using the ship-to as split criteria on item level will create a single settlement document. In this case you need to make sure that the ship-to is transferred to pricing so that it can be used in the "Group Key Routine".
Within pricing you need some condition types for the "Maximum Value". SAP delivers AMIW/AMIZ (Minimum Sales Order Value/Minimum Value Surcharge). I think these condition types are a good starting point for creating your own condition types for the "Maximum Value". If the settlement document contains multiple ship-to then a group key routine is needed, that groups by ship-to.
Some further information:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @MichaelWerner for the response. We need a single settlement document per month.
The cap per customer is for the entire year. This means that if the cap is $1000, in the first month if $700 is paid, the next month the rebate should be only be restricted at $300 (1000-700)
Is this possible with the routine and the settlement split at ship-to party level?
The Group Key Routine which you are referring is that the Group Condition Routine in the condition type configuration or am i missing something.
User | Count |
---|---|
93 | |
15 | |
9 | |
8 | |
5 | |
3 | |
3 | |
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.