on 2024 Jun 13 11:14 AM
I am working on SAP BTP and need to connect a destination to a Fiori App in the Business Application Studio. Here are the relevant details:
How can I connect the above destination to a Fiori App on SAP Business Application Studio?
Request clarification before answering.
Hi,
Just to clarify, you have created your backend destination in your sub-account (from SAP BTP) under Connectivity.
If, That's wright you are several options :
- You are creating a new project with Fiori Templates like Sap Fiori Application for example List Report Page and in the wizard a step appears to select your Subaccount backend Destination
- You can add the destination to ui5*.yaml (ui5-deploy.yaml, ui5-local.yaml...) different parameters can used example with ui5.yaml :
backend:
server:
customMiddleware:
name: fiori-tools-proxy
afterMiddleware: compression
...
...
...
configuration:
path: /sap
url: <your URL from your Subaccount Destination>
client: '<Your Client from your Subaccount Destination>'
destination: <Your Subaccount Destination>
For your user/password use the .env file option you can see details from this link :
I hope this help you.
Regards.
Skrime
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.