former_member195001
Explorer
Member since ‎12-30-2013

User Statistics

  • 26 Posts
  • 4 Solutions
  • 18 Kudos given
  • 2 Kudos received

User Activity

In case of HANA on premise we execute the below commands in SQL console , and we would go to the log section in HANA studio to get the logs. But not sure in case of HANA onCloud cockpit , where to retrieve this information from. Your help will be...
Hi ,      I would like to localise my application.     The way we use .properties in java is there any way to do localisation in xsjs.  Thank you in advance.
Hi , I'm trying to send a "multipart/form-data" of POST method from xsjs and in turn calls Java method .xsjs     var request = new $.web.WebRequest($.net.http.POST,"/entity");  request.headers.set("Content-Type","multipart/form-data");   request.setB...
Hi , I am trying to call this REST API with some URL params and I need to set payload along with this.But I'm not able to set it. Where am I going wrong?-A XSJS Application which is calling a REST APIvar clientReport = new $.net.http.Client();var pay...