on ‎2023 Nov 21 6:24 AM
Hi all,
I am currently working on SAP workflow module. I have created a Business partner form using SAPUI5. There are so many fields with combobox and value help type. I need to populate the external source values in the fields. How can I configure the settings for integrating the external source in my workflow module ui. I have used a managed app router configuration in my workflow module. I can share the steps that I have done till now:
1) Configured manifest.json file by adding the uri:
"dataSources": {
2)Added route configuration in xs-app.json file
{
3)Created two resources in the resources section of mta.yaml file
- name: default_connectivity
type: org.cloudfoundry.existing-service parameters: service: connectivity service-plan: lite- name: default_destination type: org.cloudfoundry.existing-service parameters: service: destination service-plan: lite4)In the controller function, I have called that inside an ajax function.
var appId = this.getOwnerComponent().getManifestEntry("/sap.app/id");
var appPath = appId.replaceAll(".", "/"); var appModulePath = jQuery.sap.getModulePath(appPath); console.log("appModulePath",appModulePath)These configurations I have done. The problem I am facing now is I am getting File not found in API call in the network tab. This is the corresponding url after the domain that is calling. Is anyone aware about the issue. Or do I need to add any extra configurations.
workflowuimodule/~211123061606+0000~/NorthWind_Dest//V2/Northwind/Northwind.svc/.
Thanks in advance!
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.