Creating a File uploader in object page section using list report smart template. Any leads on this?
Feb 26, 2018 at 04:51 AM|42 Views
I have a requirement to add a file uploader in a section of an object page. The application is SAPUI5 smart template list report application. Can it be achieved using annotations?
No, this cannot be handled by the annotation. On the other hand, you can extend you ObjectPage by adding a new section which is linked to a fragment or a view and then you can add your FileUpload.
Add comment