Quantcast
Viewing all articles
Browse latest Browse all 8623

how to extract the data next page?

Hi Experts,

 

I have one doubt about how to extract the data to next page.for ex, i have two views, first view i have table like below screen shot

Image may be NSFW.
Clik here to view.
Capture.PNG

when i select the row it will open next page with extract the first column cell data like below screen shot

Image may be NSFW.
Clik here to view.
Capture1.PNG

how can i do that..i have done while select the row it will move to next page through below lines

 

  Nameselection : function(oEvent){

  var oTable = sap.ui.getCore().byId("Table");

  oTable.attachSelectionChange(),

  app.to("idSecondview");

  },

but i cant get extract the Name column field data.Please anyone explain that.

 

Thanks,

Palsaran


Viewing all articles
Browse latest Browse all 8623

Trending Articles