cancel
Showing results for 
Search instead for 
Did you mean: 

Error while running fiori application in launchpad which is having image in its empty view

Former Member
0 Kudos

Hi Experts,

               I have created a fiori application using odata services and uploaded it into launchpad.I want to display image in its empty view. It is getting displayed when i run the application on eclipse but i am getting the error for the same when i run it on launchpad.

Below is the error:

"NetworkError: 404 NOT FOUND - http://ws-sapsvr01:8010/sap/bc/ui5_ui5/ui2/ushell/shells/abap/img/TeamSAP.jpg"


Can any body help me solve this issue why i am getting this??




Thanks & Regards.

Rahul.


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Rahul,

Did you resolved this issue? I'm running in the same trouble....

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rahul,

Where is the TeamSAP.jpg located?

Regards, Masa

SAP Customer Experience Group - CEG

Former Member
0 Kudos

Hi Masa,

In my case, i've the file 'preco_ok.jpg' located inside my extended project (Z_MM_MyProject -> WebContent -> images)

And I refer it as follow:


<Image src="images/preco_ok.jpg" class="spaceIndicator"/>

In the local enviroment it is ok, but on launchpad, the 404 error is shown:

GET http://host:port/sap/bc/ui5_ui5/ui2/ushell/shells/abap/images/preco_ok.jpg 404 (NOT FOUND)

Thank you for your support.