Hi SAP Community,
I’m facing issues with handling multiple languages inside my application. My requirement is to set the particular selected language mentioned in the selection field to the application. The custom texts are set correctly from the c...
Hello, my fellow learning enthusiasts,
In this blog I will show you how to use Smart Filter Bar with “DateRangeType” and I would also share my experience with experimenting with this new smart feature in the Smart filter bar selection field and a fe...
Hi ,
I have used a Smart Table of type "Table" and used an sap.ui.table inside my smart control. I have set the property showTablePersonalisation as "true" to enable the personalisation dialog. But when i click on the settings button in my table it...
Hi Meenakshi,My suggestion to you would be to check if you binding paths are right, for example if your JSONModel is of the below structure "AvailParts":{
"AvailCount": "10",
"results":[/*array of Row items*/]
}where "AvailCount...
Yes Simon you're right!! This is a tiny yet important point to be noted even I have not used this in my code.. Thanks for sharing that tip @simon..
Hi Adrian,Can we change the manifest file's query parameters at runtime in the controller file as suggested..? Will that trigger the manifest call again and load the data in the specified language?RegardsImtiaz Nvar str = this.getOwnerComponent().ge...
Hi Experts,With the help of @Akshaya Parthasarathy the issue got half resolved, I mean I was able to counter the issues such as "Assertion failed : Source must contain an annotation object to be merged” and “Cannot read property ‘getObject’ of nul...