cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deploying a Fiori App that consumes an S/4HANA Cloud API into SAP S/4HANA Cloud launchpad

HAMZA_EL_MOUAFIK
Discoverer
0 Kudos
435

Hello,

Here are the requirements:

  • Develop a Fiori application that consumes a standard SAP API.
  • Deploy the application to the SAP S/4HANA Cloud Launchpad.

For API consumption, I used a destination configured through a BTP service instance for SAP S/4HANA Cloud extensibility. The application successfully consumes the API locally.

For deployment, when I execute the command npm run deploy in the terminal, I encounter the following errors:

hamza el mouafik cloud.png

N.B.: When I create an application that does not consume any API, the deployment is successful.

My question is:

  • Is there a way to deploy this application to the SAP S/4HANA Cloud Fiori Launchpad?
  • If not, is there an alternative that would allow me to meet my requirements?

Best regards,

Hamza EL MOUAFIK

Accepted Solutions (0)

Answers (2)

Answers (2)

kaidehmann
Product and Topic Expert
Product and Topic Expert

Hi @HAMZA_EL_MOUAFIK ,

please have a look at note https://me.sap.com/notes/3424818.

Best regards
Kai

HAMZA_EL_MOUAFIK
Discoverer
0 Kudos
Hi Kai, Thank you for your response and for sharing the SAP note.
HAMZA_EL_MOUAFIK
Discoverer
0 Kudos

Hi @kaidehmann ,

Thank you for your response and for sharing the SAP note.

To provide more clarity on my requirements:

As part of a Fiori Cloud application we are developing using RAP for the backend and SAP UI5 for the frontend, we need to implement a process related to outbound deliveries (transaction VL02). Specifically, our requirements include:

  1. Updating the picked quantity for outbound deliveries.
  2. Triggering the Post Goods Issue (PGI) directly from our Fiori application.

It is important to note that the client is exclusively operating in an SAP Cloud environment with no on-premise setup.

Could you please provide insights into the feasibility of implementing this process? If feasible, we would greatly appreciate it if you could share the recommended approach or any guidance on the steps to follow.

Thank you in advance for your support.

Hamza EL MOUAFIK