on 2005 Aug 03 4:47 PM
Greetings. We have a requirement to add a header level pricing condition and we're not sure if this is possible.
The description of the requirement is:
If customer uses promotion code XXX and the order is over $50, give them $5 off the shipping.
We've done plenty of line level conditions but never have had luck with the header level. I think the main issue is that we are not sure how to get the order total into the requirement at the header level.
Suggestions?
Thanks!
Hi,
header level conditions can only maintained manually.
But you can mark the condition as header and position relevant, then you are allowed to assign a pricing procedure. Be sure to use only header level fields in condition access sequence.
Marking as group condition has influence on distribution, please search help.sap.com for details (maybe someone else has time to give some more details).
Regards,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you use 'requirements' to achieve this?
You can insert your own little piece of code in a requirement and attach it to an access sequence, which in turn is attached to a condition type(in your case, it is the header condition type you are after).
The pricing structures KOMK and KOMP are available here and I think you will get the netvalue here.
A little help from configuration specialists will help achieve what you want to achieve.
Srinivas
Thanks everyone for some great input. I think we might be able to crack this with scales as has been suggested here.
Your time and answers are greatly appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not actually setting up the pricing conditions personally so I'll get with the specialist and see what problems they run into. Yes, requirements would be the thing to look for and we've done those in the past for line level conditions. We've been told that you can't have automatic header level conditions and I'm mainly looking for someone that confirm or dispute that. It seems elementary to me that we shoudl be able to implement a "$5 off ever order over $50" kind of header condition. I just know the specialist has been told otherwise and I'm looking for information that will help him. I'll let you know how we make out.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I wouldn't use a requirement for the 50$ border - requirements are executed before condition determination -> especially before you have the total amount.
Just use scales: don't maintain a condition value ( = 0$) for the first line and maintain the 5$ for 50$ in second line of scale.
Automatic: yes and no. Only header level can really only done manually.
But with marks on header and item level it's possible to have item level condition determination and header level calculation (thinking about it: look's like group condition is necessary, too).
Regards,
Christian
User | Count |
---|---|
57 | |
11 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.