Quantcast
Viewing all articles
Browse latest Browse all 9369

Re: SAPUI5 table binding is showing no content

I suggest that you do i step by step.

var model = new sap.ui.model.json.JSONModel('/XMII/Runner?Transaction=ProjectsStatus/Transactions/ProjectsStatus&OutputParameter=JSONData&Content-Type=text/xml');

 

model.attachRequestCompleted(function() {

     console.log(model.getData());
});

 

Can you get pass this?

 

Thanks

-D


Viewing all articles
Browse latest Browse all 9369

Trending Articles