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
former_member312987
Active Participant
0 Likes

Hi

It seems to be a problem with the path. Can you try changing the location as

Saludos

Raquel

0 Likes

Hi Raquel,

I have the main URI the same like that in which it calls the main Odata service. Also the annotations is in the annotations folder which is in Webapp folder.

Do you think still there can be any issue in the uri path?

Regards,

Mradul S

former_member312987
Active Participant
0 Likes

Can you check if it the corresponding BSP Application, the annotations are there.

Also, check the notes:

2826598

2489939

0 Likes

Hi Raquel,

My BSP application in SE80 shows me the annotation.xml file.

Also the notes i have gone through:-

2826598- This one seems not relevant as i have not created the annotations in metadata from SEGW but those are created in SAP Webide through annotation modeler.

2489939- This one cannot be implemented.

Thanks for your inputs but unfortunately the approach i have used is not the same.

former_member312987
Active Participant
0 Likes

Hi

Another points to check

1.Run the ABAP report REGENERATE_DDLX_RT_STATUS again and choose "Fix inconsistency"
2.Clear the DDIC annotation cache for the CDS view:

2.1.Start the ABAP transaction SDDLAR
2.2.Press the button "Annotation Cache Tools" > "Check Cache State"
2.3.Press the button "Cleanup Cache Entries" > "Execute Cleanup"

Saludos

Raquel

0 Likes

Hi Raqueel,

Thanks for your suggestion .Unfortunately, the approach i have used for annotation creation is not through CDS but only Odata service in the backend and UI annotations in the Webide.

However, for annotations i have managed to implement through MPC_EXT class and Define method.But still i am not able to get the data in my Fiori launchpad due to below errors:-