Hi UI5 Experts,I have created an Initial Page Floorplan in SAP UI5 with an Input in the header. After the user inputs the value , the content area is displayed with has multiple sections and one of the sections has table which is populated via Odata ...
hi UI5 Experts, I am having issues with repetitive data in my UI on the list , although the backend data seems to be okay. Below is my code: Manifest: "dataSources": { "polService": { "uri": "sap/opu/odata/SAP/*********/", "type...
hi Experts,I am new to UI5 and trying to a create app with a view with an input and a simple display only form. The manifest is linked to backend odata SAP service.Below is the Flow of the application :AccountNumber( Input field) --> Get the Account...
Hi Experts,
I have one Odata service with POST method and json input/request. The external app ( Mule) calls the SAP odata service with GET to fetch the token and when making POST call it supplies the same token fetched via the GET call. Surprising...
Hi Experts ,
I am getting Control with ID app could not be found error when starting my app. I tried to check the forum and seen similar issue but nit doesn't solve the issue based on recommendation from other threads.
Error :
Log-dbg.js:456 2...
API calls will use online background process. If there is any submit statement in the api code then it will consume additional background process.ThanksGovind
Hi Jhodel,Thanks for your reply. When the Mulesoft app does the GET call , SAP does not return the cookie back to Mule.When I try to simulate the API in SEGW / SAP Gateway Client I can see the cookie in the response header. When Mule triggers the GE...
Hi Dilip,
I have one Odata service with POST method and json input/request. The external app ( Mule) calls the SAP odata service with GET to fetch the token and when making POST call it supplies the same token fetched via the GET call. Surprising SA...
Thanks a lot Thales, I tried searching a lot on SDN but did not get the right solution.I used to get CORS error prior to configuring northwind destinations but after I did maintain the destination I did not get specific CORS error so I thought I had ...