cancel
Showing results for 
Search instead for 
Did you mean: 

Filters are not showing up on SAPUI5 Fiori Overview Page

0 Kudos

Hi all,

I’m currently developing an overview page that is linked to one of my odata services, my odata service does not have an annotation file for me to import for now so I have to create one based on my service’s metadata. (Not sure if this is the issue here)

I then follow this video - https://youtu.be/STmAaRfdy3Y?t=3820 and created my annotation file and added a selection field, the annotation code is provided below…

<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
	<edmx:Reference Uri="/sap/opu/odata/sap/ZGW_PRD_ORD_SRV/$metadata">
		<edmx:Include Alias="Metadata" Namespace="ZGW_PRD_ORD_SRV"/>
	</edmx:Reference>
	<edmx:Reference Uri="https://wiki.scn.sap.com/wiki/download/attachments/448470968/UI.xml?api=v2">
		<edmx:Include Alias="UI" Namespace="com.sap.vocabularies.UI.v1"/>
	</edmx:Reference>
	<edmx:DataServices>
		<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="washingtonDashboard.annotations.annotation.ZGW_PRD_ORD_SRV">
			<Annotations Target="Metadata.Production_Order_query">
				<Annotation Term="UI.SelectionFields">
					<Collection>
						<PropertyPath>PrdOrder</PropertyPath>
					</Collection>
				</Annotation>
			</Annotations>
		</Schema>
	</edmx:DataServices>
</edmx:Edmx>

The main issue is that when I refresh the application, (01:09:29 in the video) the filters are not showing.

Thanks in advance.

mvaibhav
Contributor
0 Kudos

Please provide your manifest and annotation file code.

View Entire Topic
mohamed_jbeli
Explorer
0 Kudos

Hello Sunil,

I'm facing same issue.

Did you find any solution?

Thanks,

mvaibhav
Contributor
0 Kudos

Please provide your manifest and annotation file code.