cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Elements App unable to load JS resource

max_mueller007
Explorer
0 Kudos
320

Hi,

I am trying to following the following blog:

Excel Upload using RAP: Part -2 | SAP Blogs

Following is my project hierarchy:

Following the Open Guided Development, the following got added to my manifest file:

Nothing was added to the extends section of the manifest file, as i saw in a few blogs:

Following is my Controller File along with the code I used from the mentioned blog (doesn't work even when I do not replace the text)

Following is the fragment I added from the blog:

I get the following error when I click the custom button:

Since this is my first fiori elements app, I am having a hard time rectifying it. Please help.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

BrijeshGandhi
Product and Topic Expert
Product and Topic Expert

Hello Max,

Few corrections:

Give the folder name as controller and file name as ListReportExt.js.

And in manifest file for press property give : "ypgmsbuildingv2.ext.controller.ListReportExt.openExcelUploadDialog"

Answers (0)