cancel
Showing results for 
Search instead for 
Did you mean: 

S/4 Hana Cloud - Custom RAP Application deployment issue

diego_valentino
Explorer
0 Kudos

Hi everyone,

Today I followed all the tutorials in the following link in order to deploy a RAP App from SAP BTP to S4Hana Cloud (Development Tenant):

https://developers.sap.com/group.abap-custom-ui-s4hana-cloud.html

Everything went fluently when creating the connection, when creating the App in BAS, but when I tried to deploy the app using command:

npm run deploy


The console log shows "deployment successful". It also shows the app URL

The problem is that, when I execute app "Custom Catalog Extensions" in S/4 Hana Cloud, my app is not shown

Just as additional information, after a few minutes, Eclipse showed a message about Gateway error "SAPUI5 ABAP Repository with name ZUSER03 does not exist"

Something "weird" I noticed, is that the BSP app is correctly listed in my package

Based on this. Does anyone know what could be the reason about why my custom app is not shown in app "Custom Catalog Extensions" . Is there any way to troubleshoot it?

Thanks!!

JulianoRomanato
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello diegovaldivia.

How are you? I have excluded the Tag "SAP S/4HANA Cloud" and included the Tag "SAP S/4HANA Cloud Extensibility" for this question, as RAP is related to Extensibility only.

Regards.

Juliano Romanato.

Marissa
Advisor
Advisor
0 Kudos

Hi,

We helped you to accept the answer, since there were no updates after 7 days.

You can unaccept it anytime if the answer provided was not helpful enough and you have further questions.

Best regards,

Marissa

View Entire Topic
AndreaBasalo
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Diego,

The tutorial you are following is referring to Key user extensibility and how to create a custom UI based on a custom business object service.

From Create a SAP Fiori App and Deploy it to SAP S/4HANA Cloud: "Create a SAP Fiori app for a custom business object in SAP S/4HANA Cloud, deploy it to SAP S/4HANA Cloud and integrate it into the SAP Fiori Launchpad of SAP S/4HANA Cloud."

Custom Catalog Extensions are part of the apps for Key user extensibility.

In Developer extensibility, the process to create a custom UI and deploy it to S/4HANA Cloud is described here:

You can also check tutorial Create a SAP Fiori App and Deploy it to SAP S/4HANA Cloud, ABAP Environment

For an overview on UI Development at S/4HANA Cloud, please check 3327446 - UI Development in SAP Business Application Studio - S/4HANA Cloud

Regards,

Andrea

DiegoValdivia
Participant
0 Kudos

Thanks for your reply, Andrea.

Following link did the trick for me. Thanks for sharing it!

Develop an SAP Fiori Application UI and Deploy it to SAP S/4HANA Cloud Using SAP Business Applicatio...

Regards.

SBasu1234
Explorer
0 Kudos
@DiegoValdivia can you please tell me what exactly you changed from the url which helped you to see the app. I am facing the same issue
DiegoValdivia
Participant
0 Kudos

Hi @SBasu1234

You must not use app "Custom Catalog Extensions" to add your app to a catalog. Instead, you need to follow step 2. Creating and Publishing Your Identity and Access Management (IAM) App in the following link: Develop an SAP Fiori Application UI  The purpose of such steps is to add your app to a catalog, but using Eclipse.

Regards.