cancel
Showing results for 
Search instead for 
Did you mean: 

How can I deploy my completed SAP Build Apps web application to the SAP C4C System?

SrimathyRaja
Discoverer
0 Kudos
227

I have created a web application in SAP Build Apps using the SAP C4C system OData. Now it is completed.
How can I deploy the Build Apps project to the C4C system to make it available to end users? SAP Build Apps 

 

BR Srimathy

View Entire Topic
ArunJacob
Active Participant
0 Kudos

Yes like the above post, deploy to BTP and then embed into C4C(via the URL, maybe using an iframe).

Thanks,

Arun

 

SrimathyRaja
Discoverer
0 Kudos

Hi Arun,

Thanks for the update .

Is there any Blog?

 

nipponsridhar
Explorer
0 Kudos

Hi Arun,

I have deployed the SAP Build App using the SAP Build Service. It appears under HTML5 Applications, but it shows an "Internal Server Error" when I try to access it. Since the "Launch" option was not available in Build Apps, I selected Build and Deploy, then added the Create Configuration → SAP Build Work Zone option. After that, I clicked Build, and the deployment completed successfully, but the application still shows an error.

nipponsridhar_1-1744287509345.png

 

Thanks!

 

ArunJacob
Active Participant
0 Kudos
Look for failed network calls, CORS errors, or 404/500 from services
ArunJacob
Active Participant
0 Kudos
Also hope the destinations are maintained properly->check connection(success)
Yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

@nipponsridhar 

To get rid of Internal server error, you will have to do some changes in SAP CLoud Identity Services - IAS .. There is a blog written you can follow that

 

  • Make minor adjustment in SAP IAS - Application & Resources - Select SAP Build Apps (trial) - Dependencies - Add Dependencies
Dependency NameApplicationAPI Name
sap-build-apps-apiSAP Build Apps (trial)SAP Build Apps backend projects

https://community.sap.com/t5/technology-blogs-by-sap/developing-an-app-with-sap-build-apps-using-git...