former_member39602
Explorer
Member since ‎2011 Jan 22

User Statistics

  • 48 Posts
  • 5 Solutions
  • 1 Kudos given
  • 9 Kudos received

User Activity

Hi All,I am trying to plot 3 Serieses in Scatter graph in Web dynpro. I am able to draw only one series. Please help me to draw multiple series scatter graph in WD.I declared one node with 1..1 cardinality and 3 sub nodes with x and y values. I am ab...
Hi Experts,How to capture return code after INSERT or UPDATE or UPSERT in hana database.Below is the code which i am trying.create procedure "ABC"."EFG"ASBEGIN      declare str varchar(500);     declare v_stmt varchar(10);     v_matnr := '123456';   ...
Hi Experts,I am trying to insert some data into table using exec or execute immediate in procedures, though procedure is created, data is not getting inserted into the desired table.Also i want to capture the return code after the statement executed....
Hi Experts,I have developed an HANA XS application to expose the table data using odata services by following the Hana Developer Guide. While executing the application I am getting the login form, but When I enter my credentials, I am getting error s...
Hi Experts,Can any body tell me how to resolve the below issue?Failed to load resource: the server responded with a status of 404 (Not Found).../sap/ui5/1/resources/sap/ui/table/messagebundle_en_GB.propertiesRegards,Ebenezer