frankluzat
Participant
Member since ‎2013 Jul 29

User Statistics

  • 136 Posts
  • 7 Solutions
  • 11 Kudos given
  • 10 Kudos received

User Activity

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 ...