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.
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.
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