Hi,
I'm using the "mock" [branch] (https://github.com/SAP-samples/cloud-extension-ecc-business-process/tree/mock) in the sac-analytic mission,
once i deployed mock server new code to my space, i got the error when i clicked on button new to insert a risk from the fiori UI:
Sorry, we can't find this page
Error: HTTP request was not processed because $batch failed
the old destination is not working any more with:
URL = [URL for your OData entities] e.g. /v2/op-api-business-partner-srv/
we should add /odata/ to make it work :
URL = [URL for your OData entities] e.g. /odata/v2/op-api-business-partner-srv/
could you please explain what was changed in the new code ?
Best regards,
Abdelkader
Hi,
I'm using the "mock" [branch] (https://github.com/SAP-samples/cloud-extension-ecc-business-process/tree/mock) in the sac-analytic mission,
once i deployed mock server new code to my space, i got the error when i clicked on button new to insert a risk from the fiori UI:
Sorry, we can't find this page
Error: HTTP request was not processed because $batch failed
the old destination is not working any more with:
URL = [URL for your OData entities] e.g. /v2/op-api-business-partner-srv/
we should add /odata/ to make it work :
URL = [URL for your OData entities] e.g. /odata/v2/op-api-business-partner-srv/
could you please explain what was changed in the new code ?
Best regards,
Abdelkader