cancel
Showing results for 
Search instead for 
Did you mean: 

how to use debugger in json

SRINIVAS_KATTA
Explorer
0 Kudos

Hi Experts,

i m creating new page is that button press to get table ...

please correct the below syntex

onpress:function(){

var valueproduct = this.getView().byId("idproducts");

debugger;

var filters = [];

var oTable =valueproduct.getMetadata().getText();

var ofilter = new sap.ui.model.Filter({ path : 'Products', operator : 'EQ', value1 : selectSupplierID}); filters.push(ofilter); this.getView().byId("idTable").getBinding("items").filter(filters);

former_member592880
Participant
0 Kudos

hello,

could you please elaborate on your question please??

like what exactly is the issue you're facing

S

Accepted Solutions (0)

Answers (0)