Hi,I am working on 2011 version and trying to create a new controller in OCC (with the *occ method instead of the addon approach).
I generated a new extension with the yocc template and named it as testocc.
After extgen, commercewebservices is al...
Hi Hatip,I couldn't do it by extending the controller. I had to create an independent controller in the custom occ extension. That caused some code duplication but luckily it was a small task.Sorry, I don't have a better solution. But I'd love to hea...
Hi Rakesh,It seems like you are calling the Simple Web Service which does not support commodity codes as stated in your documentation excerpt.Try with the other service (TaxCalculationService).RegardsEngin
Hi Rakesh,Commodity codes are international standards like Harmonized System or UNSPSC which are already maintained in ONESOURCE Determination (formerly Sabrix). I think what is important here is that how you are keeping it in your products in SAP Co...
Hi SaketI had the same issue and opened a support ticket for this. It seems like this is a bug on SAP side (https://cxjira.sap.com/browse/ECP-5321). We were on public cloud and SAP fixed it by changing some settings on Apache server.Maybe you better ...
Hi Muhammad,It seems like you are using the new occ endpoint (/occ) instead of the old one (/rest).The mini-guide you mentioned is for version 1905.Please take a look at this one: https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/2005/en-U...