cancel
Showing results for 
Search instead for 
Did you mean: 

UI5/FioriElements: this.getview is not a function

max_mueller007
Explorer
0 Kudos
1,710

Hi,

Although many questions exist on the same topic, I could not resolve this looking at them.

Following is my code:

Following is a snippet from the manifest.json to trigget the same:

Following is my file structure:

Following is the error I get:

How can I resolve this issue?

Many Thanks

View Entire Topic
BrijeshGandhi
Product and Topic Expert
Product and Topic Expert
0 Kudos

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/