cancel
Showing results for 
Search instead for 
Did you mean: 

Extended fiori application after deploying back end throwing 404 Error

former_member366338
Participant
0 Kudos

Hi experts,

In webide developed an extension project . its working in webide . when  we deployed to SAP ABAP REPOSITORY AND tested in SICF  we are facing an error .

please check the attached document.

Thanks.

sangamesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member366338
Participant
0 Kudos

Hi experts,

Please dont check the  application  in SAP UI5 ABAP REPOSITORY(sicf).AND  Directly deploy to FIORI LAUNCHPAD and test the application.

FOR APP CONFIGURATION IN LAUNCHPAD DESIGNER PLEASE ADD THE DYNAMIC

TILE AND

USE CUSTOM SEMATIC OBJECT .

THANKS

Answers (1)

Answers (1)

Chantele
Active Participant
0 Kudos

Hi Sangamesh,

Don't worry about the bootstrap 404 error.  Sandbox.js is in relation to running your app in the ide, via the index.html.

By the looks of it the issue is related to the container undefined, in your index file.

However, you shuoldn't need the index file in your ABAP repo, the app should run from component.js

How is your app configured in your abap system?  what are your ldp_cust values?

former_member366338
Participant
0 Kudos

Hi Chantele,

we deployed the app through  webide. and configure  using LPD_CUST.

additional info- purchorder.approve.MM_PO_APVExtension

Thanks.

Chantele
Active Participant
0 Kudos

ok what is your file structure for application?

former_member366338
Participant
0 Kudos

Hi,

file structure  xml  by web content.

Thanks

Chantele
Active Participant
0 Kudos

Hi no sorry, where does your component file sit in the file structure?

Do it sit in the location your url points to or inside a webapp folder?

former_member366338
Participant
0 Kudos

application path file---/default_host/sap/bc/ui5_ui5/sap/zapprove_wo

component file is under webapp

Chantele
Active Participant
0 Kudos

ah ok

Can you point the url to the webapp folder?

In out case for extensions we had to point to the webapp folder via lpd_cust

former_member366338
Participant
0 Kudos

we are deploying the extended file in abap repository  the  file contains the webapp folder .

Thanks

Chantele
Active Participant
0 Kudos

yeah

See image below, this is for an extenstion we did on leave request, our url goes into the webapp location to pick up the component file

former_member366338
Participant
0 Kudos

ok i will check and update you thank you

Former Member
0 Kudos

You have to configure your tile in launchpad and run the application from there. You cannot right click on Index.html and execute the app.

former_member366338
Participant
0 Kudos

hi

ya we updated webapp also but same error appearing

former_member366338
Participant
0 Kudos

Hi Eldhose,

ya configured  in launchpad  .then only we are getting the above erro

Former Member
0 Kudos

I see you are using a new semantic object ztest1. Did you create this semantic object in SPRO?

Ideally you don't need to create a new semantic object. You should be using the standard app's semantic object so standard  cross app navigations are handled.

former_member366338
Participant
0 Kudos

Hi

we will try with the same semantic object  and will get back to you.

Thank You

former_member366338
Participant
0 Kudos

HI

  WE TRIED WITH SAME SEMANTIC OBJECT BUT WE GOT THE SAME STANDARD APPLICATION NOT UR EXTENDED APPLICATION

PLEASE GUIDE US . HOW TO RESOLVE THE ISSUE

THANKS

Former Member
0 Kudos

Now you need to show us the screenshots of your catalog target mapping and tile configuration.

former_member366338
Participant
0 Kudos

Hi,

please check the attached screen shots.

Thanks

Chantele
Active Participant
0 Kudos

Hi

Can you try changing your application alias value in launchpad to ztest1

former_member366338
Participant
0 Kudos

Hi

we will try .

Thank you

Former Member
0 Kudos

Your application alias has been configured as ZSAND. But in your previous screenshot of LPD_CUST, you have defined as ztest1. also revert the samantic object to ztest1.

After that, clear ICF and UI2 Caches by following below link.

former_member366338
Participant
0 Kudos

IN  LAUNCHPAD  ONES WILL RUN THE APPLICATION WILL SEE THIS ERROR

former_member366338
Participant
0 Kudos

Hi

once the  run application in launchpad  will see the below error.

Thanks