former_member735417
Discoverer
Member since ‎03-12-2021

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

var batchCallArr = []; for (var w = 0; w < queueArray.length; w++) { for (var b = 0; b < valArea.length; b++) { var obj = {}; obj.Product = queueArray[w].Product; obj.PriceDeterminationControl = queueArray[w].PriceDeterminationControl...
Hi all, We are trying to download multiple files without any third party library in sap ui5 application, we are able to download the multiple files in a single download click. But we are facing a challenge to provide file name to the existing downl...
Kudos from