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

Fiori Overview page in business application studio

Priyanka97
Explorer
0 Likes
1,583

Hi,

I'm using an overview page template in business application studio, and I want to display list of items. for this I'm using Northwind OData service.

I have attached the annotation.xml code.

annotation.xml

this is OverviewPage

I'm getting below error in CONSOL.

Please let me know what I'm doing wrong, and

if anyone knows how to create overview page in business application studio.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member297605
Active Participant
0 Likes

Hi Priyanka... I reviewed .json file for my 'Travel Overview' application and compared to yours and it looks totally different. Please review the course content again and ensure you follow it correctly.

This is what I have for the table card in my .json file but I am not using the northwind v2 service. I have gone as per the exercise instructions.

"CARD_001": { "model": "zui_fe_travel_002561_o4", "template": "sap.ovp.cards.v4.table", "settings": { "title": "Travel List", "entitySet": "Travel", "sortOrder": "ascending", "sortBy": "BeginDate", "tabs": [ { "annotationPath": "com.sap.vocabularies.UI.v1.LineItem#OpenInProgressTravels", "selectionAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant#OpenInProgressSelection", "identificationAnnotationPath": "com.sap.vocabularies.UI.v1.Identification#ToTravelManage", "value": "Open/In Progress" }, { "annotationPath": "com.sap.vocabularies.UI.v1.LineItem#AcceptedTravels", "selectionAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant#AcceptedSelection", "identificationAnnotationPath": "com.sap.vocabularies.UI.v1.Identification#ToTravelManage", "value": "Accepted" }, { "annotationPath": "com.sap.vocabularies.UI.v1.LineItem#RejectedTravels", "selectionAnnotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant#RejectedSelection", "identificationAnnotationPath": "com.sap.vocabularies.UI.v1.Identification#ToTravelManage", "value": "Rejected" } ] } },
Priyanka97
Explorer
0 Likes

Hi Ranjit,

if it is possible, could you please share your project.

Thanks

former_member297605
Active Participant
0 Likes

Hi Priyanka ... are you doing the Developing and Extending SAP Fiori Elements Apps course? Is this an issue you are facing with the exercise in "Hands-on exercise for week 3 unit 3:Creating an overview page"?

If yes, please advise at which point of the exercise you are getting those console errors.

Thanks

Ranjit

Priyanka97
Explorer
0 Likes

Hi Ranjit,

I am referring the course you have mentioned.

here I'm trying to create table card similar as mentioned in the course using northwind V2 odata service.

But I get following error in console.

I don't understand what I'm missing here, could you please guide me on the same.

Thank you, in advance!

Epena
Participant
0 Likes

Hello priyanka.punde, I'm not sure I understand what you're trying to do. Can you shows an image or a link containing what you want to achieve? Do you want a table in your object page?

Regards.

Priyanka97
Explorer
0 Likes

Hi Edger,

I want to create an Overview Page with list card, for this I'm following Fiori Guided development. after completing all the steps, I get the error I have attached screenshot of it above.

I don't understand what I'm missing here, could you please guide me on the same.

Thank you, in advance!

Regards,

Priyanka

Priyanka97
Explorer
0 Likes

Hi Edgar,

Even if I comment out the section for selection variant still same error in console