former_member665201
Explorer
Member since ‎12-04-2019

User Statistics

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

User Activity

here is my array values when i try to to parse final output it is throwing the erro var Data=[ { "COL_1": "USD", "COL_2": "USD", "COL_3": null, "COL_4": "51887559", "COL_5": "25203392.21", "COL_6": "0", ...
input Array1=[ { "col1":"studentname", "col2":"rolno", "col3":"gp_name" }, { "col1":"mohan", "col2":"123", "col3":"maths" }, { "col1":"mahesh", "col2":"1234", "col3":"computer" } ]; expected output [{ "studentname":"mohan", "rolno":"123", "...
Hi , I am facing issue at this line in my xsjs file $.response.setBody(JSON.stringify(result)); ERROR MSG:range error invalid string length at json.stringify
Hi , I am using sap web ide for developing middleware serice in xsjs .when i try to attach debugger it is showing debugger attached successfully . . when i try to debug it it not stopping it in that line . . it is executing all the program. coul...
this is my array var array=[ { "ADJUSTMENT_TYPE": "AP0001", "REV_TYPE": "R" }, { "ADJUSTMENT_TYPE": "AP0001", "REV_TYPE": "E" }, { "ADJUSTMENT_TYPE": "AP0001", "REV_TYPE": "N" } ]; i want like this [{"ADJUSTMENT_TYPE":"AP0001","REV_TYPE":"R","...
Kudos from