We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi,I'm using the AppCacheBuster for my application.Now that we're implementing multiple UI5 applications I'm thinking of establishing some core modules with common funtionality which should be reused by all our own applications.On the server the stru...
Hi,In my application I use the sap.m.UploadCollection for uploading files to the server.The upload URL which is used for the POST request is my OData service on SAP Gateway.In I have detailed that gateway refuses the upload if the request does not c...
Hi,I have a media entity in my service which I use to upload files from my UI5 webapplication to the SAP ERP backend and connected content servers.On the client I use a sap.m.UploadCollection control for the file upload. I don't know if it's the cont...
I'm trying to implement a UIComponent whose only purpose is to display a popup dialog with some values and return the one which the user selects.Now I'm facing some problems:In the console I'm getting the warning "The Popup content is NOT connected w...
Hi,I have a page for creating an entity in my SplitApp.In the onRouteMatched function of the controller I create an entry with v2.ODataModel.createEntry which I bind to the view for filling the fields.This entity will be POSTed with the next call to ...
Good one! I'm especially interested in reading "how OpenUI5 is performing as PWA when it comes to synchronization and data exchange."
I would appreciate a follow up on that topic here!
Dear Kai,
you wrote about the Belize Plus theme.
I can't find it anywhere. Even google doesn't know very much about it.
Could you provide some more details please?
The answer is in my post above your question.You specify the default aggregation (e.g. detailPages for a SplitApp control) in the manifest. This should be the aggregation which shall contain most of the pages of your app.Within the individual target ...
I declare the other application in the bootstrap resource roots:data-sap-ui-resourceroots='{"own.app": "./", "other.app": "../App2/"}'and I also declare it for the AppCacheBuster:data-sap-ui-appCacheBuster='["./", "../App2/"]'Then i would list the m...
Ok, found it:https://help.sap.com/saphelp_uiaddon10/helpdata/en/c1/c3e2f70066465dbb794c866b933ed5/content.htmThe parameter data-sap-ui-appCacheBuster is a string[] which means you can pass a list of base URLs for other applications. By default it sho...