former_member611017
Explorer
Member since ‎2019 May 16

User Statistics

  • 8 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

In the component.js file i have given the following code try { jQuery.sap.require("sap.ushell.cpv2.services.cloudServices.SiteService"); if (sap.ushell && sap.ushell.cpv2 && sap.ushell.cpv2.services && sap.ushell.cpv2.services.cloudServices && sa...
Hi, I have developed a java web service to view all and download files from the document repository in a folder as coded below: @RequestMapping(value = "/downloadFile", headers = ("content-type=application/*"), method = RequestMethod.POST) publ...
Hi, I have followed this blog SAP Cloud Platform Document Services – Upload files from Fiori application and developed a java web service and an SAP UI5 application. The web service has been successfully deployed in my trial account. Testing from...