on 2021 May 31 11:33 AM
Hi fellas,
We started using Loyalty application in SAP Customer Checkout Manager. And when posting a reserve invoice with a loyalty user, we get "Only sales receipts are allowed to be assigned" error and it's not posted to SAP CCO Manager, therefore loyalty is not applied. And the receipt is stuck at the POS forever..
Any work around for this? We need the reserve invoice for the B1 system, soo i need a solution.
Best regards,
Baigalmaa
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Dear baigalmaa,
This was a known bug some time back. At the time we handled this topic in another community question: https://answers.sap.com/questions/13106771/reserve-invoices-synchronization-error-to-ccom.html
There is no workaround really. But ugrading your CCO to FP09 or FP10 or FP11 (latest patches) will solve the issue.
Best regards,
Gunther
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found a work around for the problem.
In the plugin development, if the receipt type is reserve invoice (receipt.getTypeCode() == "12"), I set the loyalty account to empty (receipt.setLoayltyAccount() == null). So that receipt will be sent to the Manager system and I'll add the loyalty point to the customer via external API (correct point service).
User | Count |
---|---|
7 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.