cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in loading Annotations file in SAP UI5 application using launchapd

11,311

Hello Team,

Kindly help me with resolving this technical error that i am facing.

I am working on SAP UI5 app development using the the List report template. I have managed to successfully deploy it and it is running perfectly when we run as SAP Fiori Launchpad Sandbox from Webide.

However, after configuring it as a tile in SAP fiori launchpad it gives the below error.

I am using UI annotations in SAP Webide and my backend is Odata service and not CDS.

Regards,

Mradul S

View Entire Topic
mvaibhav
Contributor
0 Likes

hi Mradul Shrivastav,

Try the following steps :

Delete the "dist" folder from your application.

Rebuild and Deploy the project. ("It will generate a new "dist" folder again)

Then refresh your browser and try accessing the app on launchpad.

It should resolve your issue.

Thanks,

Vaibhav

0 Likes

Thanks Vaibhav. I have tried the steps as you have explained.There were no deployment errors.

Unfortunately it is the same even after refreshing the browser cache memory and everything.The launchpad still not able to pick the annotations from UI for the metadata from Odata service.

mvaibhav
Contributor
0 Likes
Hi Mradul Shrivastav,During deployment, check in the Web IDE console if the annotations file is actually getting deployed or not ?If it is getting deployed , try running the following program from Se38

/UI5/APP_INDEX_CALCULATE

Specif the name of your app and execute the report.

Then try accessing the app


If the file is not getting deployed, try deleting the contents of BSP application by doing an empty deployment with an empty project. And then re-deploy your actual project with the content.


Thanks,

Vaibhav