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,
Maintain this below mentioned properties(mandatory with other properties) in destination along with "Proxy Type: OnPremise
Properties:
WebIDEEnabled: true
SAP-Client:client ID(like 300)
html5.DynamicDestination: true
Then in BAS:
1. go to menu View->Find Command
2. In the dialog enter Consume SAP Service
3. Choose the UI folder
4. Choose My SAP System
5. Choose the relevant data source (destination)
or
right click on manifest.json -> Open Service Manager and add your service
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hi DhairyaM,
I don't have experience with BTP but with NEO cloud platform (predecessor) you assign an alias name and use that one in your neo-app.json file.
Regards,
Noël
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
22 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.