sap.ui.controller("com.example.CustomerList", { onInit : function() { }, onBeforeShow : function(evt) { }, customerListTap : function(evt) { var data = {}; data.context = evt.getSource().getBindingContext(); var app = this.getView().app; app.to("CustomertDetail", data); }, navButtonTap : function(evt) { } });