mr22
Product and Topic Expert
Product and Topic Expert
Member since ‎09-16-2013

User Statistics

  • 377 Posts
  • 14 Solutions
  • 5 Kudos given
  • 11 Kudos received

User Activity

Hi All, I am trying to set some data in one of the arrays using the index. If I pass the index value directly (example 0), then the data is set correctly. While if I pass the index value dynamically, as shown below, the data is not set. In the b...
Hi All, I have created a custom UI5 app. In View1, I have used sap.m.table for user input. The table is initially blank, where user can add/ delete rows. After saving the data of the table, I am navigating to View2. But when I come back to View1, ...
Hi All, I am trying to create a 'Stacked_Combination' chart, wherein I need "MonRunVol" and "OneTEff" as 'Stacked column' combination, while 'Customer' as a 'Line Chart' over it. Currently, I am only getting the 1 st measure (MonRunVol) as column c...
view.txt controller-1.txt uploadset.png Hi All, I am using 'UploadSet' in my custom UI5 application to upload files from the desktop. While doing the 'Post' operation, it does not hit my breakpoint at ET_DEAL_FILESET_CREATE_ENTITY method or t...
createtable-view.txt controller.txt table.png Hi All, I have created a custom UI5 application. As per the requirement, I have created a sap.m.table. The table is initially empty (all cells blank), wherein the user can add data and save it...