Hi Experts,
I developed a ui5 application, in loop I am calling Sales Order API using javascript to update multiple sales orders in S4HANA cloud.
Sample code:
var a = new sap.m.BusyDialog() ;
a.open() ;
for loop {
var data = null;
v...
Hi Experts,
I got a requirement from customer, He is using custom Dynpro app which consumes custom SAP business workflow in SAP ECC. Now customer wanted to migrate his custom Dynpro solution to SAP hana cloud platform. Please provide your valuable ...
Hi All,
I have a query, if there are millions of real time requests coming into the sap mcfu application, how it is going to be managed in SAP netweaver gateway?
SAP MCFU is based on sap netweaver gateway, I am posting this query in this forum.
...
Hi we have configured SAP Fiori "MyLeave Request" Application and standard app showing current quarter leaves only in History. But we need 2 years leave history.As per below blog, I did changes in SPRO settings But it is not working.https://blogs.sap...
Hi Neelesh,We having the same issue, you mean adding additional parameter in target mapping for the tile?. could you please provide more details.Thank you,Lakshman Balanagu.
Hi Raquel Martin Barry and Nabheet Madan,Thank you both of you.Now I changed the update logic from javascript (xhr.send) to Odata api (OdataModel.update), everything is working as expected. Initially I am not properly initialize the odata model in ma...
Hi Raquel Martin Barry and Nabheet,Thanks for the reply. Initially I tried odataModel.update method. But it doesn't work. I got update operation not allowed error in console. Then I follow the blog https://developers.sap.com/tutorials/hcp-abh-api-ui5...
Hi Nabheet,Thanks for the reply, Yes asynchronous requests is preferred.Sorry for incomplete sample code. I have provided.In loop, first for each sales order I am calling GET API to check sales order exist in backend. if exist then I am updating the...