Objective
Perform all steps in the Deploy in SAP BTP, Cloud Foundry runtime exercise.
Note
In case your application crashes after deployment with the error "No credentials configured for API_BUSINESS_PARTNER", please add the credentials object as follows to yourpacakge.json
configuration. Please also build and deploy your app again afterwards.
"API_BUSINESS_PARTNER": {
"kind": "odata-v2",
"model": "srv/external/API_BUSINESS_PARTNER",
"credentials": {
"url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER/"
}
},
Perform all steps in the Assign the User Roles exercise.
You have now successfully deployed your multitarget application to the SAP BTP, Cloud Foundry runtime.
Log in to track your progress & complete quizzes