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

Seeking Clarification on Deploying Full Stack Cloud Application in SAP BTP

rahuljain257
Participant
0 Kudos
401

Hello Everyone,

I am new to the SAP BTP world and am learning concepts on a day-to-day basis. Recently, I created a Full Stack Cloud Application that comprises Services (Service Layer), an APP (Fiori APP), and a database (Table level artifacts).

During deployment, the Services and DB Deployer are deployed in Cloud Foundry, while the APP goes into the HTML5 Repository, which is part of SAP Build Zone Standard Edition.

rahuljain257_2-1725862624312.png

I have a few questions and would greatly appreciate any guidance:

  1. Deploying the UI (Fiori APP) in Cloud Foundry: I understand there are two options—Managed APP Router and Stand-Alone Router. The Managed APP Router deploys the app in the Build Zone Standard Edition, whereas the Stand-Alone App Router deploys the app in Cloud Foundry. How can I deploy the Fiori APP as part of the full-stack application in Cloud Foundry?

  2. Understanding SAP Build Zone Standard Edition: I’m a bit unclear about its role compared to Cloud Foundry. From what I gather, SAP Build Zone helps simulate the look and feel and integrates with S/4 HANA Cloud Edition. Is this correct? If so, how does the default XSUAA - IAS (Identity Authentication Service) work with SAP BTP, and how should Single Sign-On be integrated with S/4 HANA Cloud Edition?

  3. Functionality of XS-APP File: Does the XS-APP file, which defines routes in the application, operate internally during development, or does it only become functional after deployment?

  4. Binding Destination Service via UI: If I reference the Destination Service in my "mta.yaml" file but choose not to bind it via command, opting to do it through the UI instead, should it work? I attempted this, but it didn’t seem to work as expected.

Thank you in advance for your assistance!

Best Regards,
Rahul Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
SAP Mentor
SAP Mentor
0 Kudos

Did you already work through the Learning Journey - Building side-by-side extensions on SAP BTP ?

rahuljain257
Participant
0 Kudos
@gregorw thanks for your response I already completed this journey but didn't find anything specifics on my queries. .