on 2023 Oct 19 10:00 AM
Request clarification before answering.
I see that you're working with controller extension , you can get the view with : this.base.getExtensionAPI()._view
Additionally this link could help you working with Dialogs and Upload files : https://blogs.sap.com/2022/11/21/upload-data-from-excel-in-cap-node.js/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The methode getView() is part of sap.ui.core.mvc.Controller which you have commented.
From my view, the controller might not be described properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Follow the instructions here to see how to define a controller (notice Controller.extend). You are returning a regular object instead of an instance of the Controller class. Your controller must inherit sap.ui.core.mvc.Controller otherwise the method getView() is not available.
User | Count |
---|---|
73 | |
20 | |
10 | |
9 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.