I can't submit my answer to a question, it takes a while and responds with "Internal Server Error".
Question: https://answers.sap.com/questions/13841807/error-ts2339-property-does-not-exist-on-type.html
I tried in Chrome and Edge, both get...
Hi,This error is because `byId` returns a `UI5Element` (a base class from which all view controls extend), and that doesn't have the methods you are trying to call. Try casting the element to the control class you are actually using in the view.const...
Hi c3d1947136cd4c748a7aa794001af496 ,
Thanks for sharing this.
In a project I'm currently working on, we have two backend services deployed with a destination service each, just like you showed. How can I use both these destinations on frontend?...
Hi subrata roysap.m.Column doesn't have any properties 'label' or 'text'. Look into XMLViews, it should be easier to declare the table structure. Also the documentation has some samples for Table views, check it out https://sapui5.hana.ondemand.com/#...