sub_han
Employee
Employee
Member since ‎06-06-2020

User Statistics

  • 12 Posts
  • 0 Solutions
  • 17 Kudos given
  • 2 Kudos received

User Activity

The following does not work when i am inside a new thread in Java. JCoDestinationManager.getDestination("_________") Context:The Java application is a springboot application deployed in BTP. It uses the connectivity and destination Service. It ...
Hi, I am trying to implement an endpoint that allows me to upload files from the browser.Here is a sample fetch request from the client(browser) const files =event.getParameter('files'); const file= files[0]; const formData =new FormData(); form...
I am Javascript developer using the SAP Cloud Application Programming Model. Creating CRUD functionality and endpoints seems to be straight forward. But what is the best practice to create a custom end point that does NOT do any CRUD actions?An ex...