Dear all,
want to extend the standard SAP Fiori "Approve Purchase Orders" app in a way that I'd like to add an <ObjectStatus> to extension Point "extHeaderInfo".
I first tried with an <ObjectAttribute>, which worked perfectly fine. However, when trying with the followin extension code...
<statuses> <ObjectStatus id="ZObjectHeaderStatusReReleased" text="Some Error" state="Error"/></statuses>
... I'll get below error
Uncaught Error: failed to load 'sap/m/statuses.js' from resources/sap/m/statuses.js: 404 - Not Found
I'm using SAP Web IDE on HCP so the URL which cannot be resolved is like this
https://webidetesting<some id>.dispatcher.hana.ondemand.com/resources/sap/m/statuses.js
Am I missing something? Really strange is that using <ObjectAttribute> which is also in sap.m works fine...
Many thanks and kind regards
Jens