Hello,
I have a requirement as follows :
- Create a Fiori App that consumes the Business Partners (A2X) API. https://api.sap.com/api/API_BUSINESS_PARTNER/overview
- Deploy that App into the SAP S/4HANA Cloud Launchpad.
For the consumption, I used a destination generated by a BTP service instance for SAP S/4HANA Cloud extensibility. And the app consumes the API successfully (locally).
For the deployment. I used this destination annd this deploy configuration.


After executing "npm run deploy" on the terminal. I get the following errors

N.B: When I create an app that does not consume any API. the deployment is successful.
My question is : Is there a way that enables me to deploy this app into the SAP S/4HANA Cloud fiori launchpad ?
If not, Is there a way that i can meet my requirement ?
Best,
Thank you