Hello,
I have two entities Company and Address. Company has 1..1 association to address. Both exposed to oData. Now I'm building List Report (Fiori Elements) to maintain this. I've created two facets, first for Company data (like name) and second f...
Hello,
i have a model: MainSet, SecondSet, ThirdSet. there are navigation properties from MainSet to SecondSet: to_SecondSet and from SecondSet to ThirdSet: to_ThirdSet.
Now i have a form bound to MainSet and formcontainers aggregation bound to ...
Hello,
I'm having very strange behaviour of sap.ui.table.Table with visibleRowCountMode = Auto. No error in if mode is not Auto. It stucks in endless loop and it takes place only after deployment from SAP WebIDE to ABAP repository. I can't reproduc...
Hello,
i'm creating an app from List Report template and want to add a column with a bullet micro chart as described in article Smart Micro Chart in Tables. But unfortunately new column doesn't appear at all. Are there some else prerequisites to ma...
Hello,
Is there a way to deactivate service WebIDE Full-stack? after enablement of it, connection to Corporate Git hub stopped working at all. Also Services section in Cloud cockpit gives constant error 500:
Error Unable to retrieve the list of s...
Hello,
cool! SAP added a few parameters for temporary file management (note 2374607):
temp.file.name
temp.file.timestamp
temp.file.msgid
I have a requirement to have custom extension for temporary file (not .tmp). Any way to achieve that? I wanted...
Hi,
got the same behavior of framework. and it turns that the issue is in sap.m.Input component. When the initial context in being binded frameworks updates bindings one-by-one. On update of value _onValueUpdated method deletes selectedKey if it's ...