cancel
Showing results for 
Search instead for 
Did you mean: 

$filter seems not working for fetching catlogs / tiles

JaySchwendemann
Active Contributor
0 Kudos

Dear all,

we recently updated our FES landscape to NW 7.4 SPS 12 (UI Add-on SP14)

When opening the tile catalog from launchpad or the launchpad designer in the QAS and PRD system, no catalogs are displayed. However, the already existing launchpad tiles are in place.

Interestingly after some digging around, I found that our DEV system (which works fine) does return "CATALOG_PAGE" nodes when calling this OData service (which is triggered when clicking on "Tile catalog" in launchpad), whereas QAS does not. So the following link does ont return any catalogs in QAS

https://<host>:<port>/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FFiori2LaunchpadHome')/allCatalogs?$expand=Chips/ChipBags/ChipProperties&$orderby=id&$filter=type%20eq%20%27CATALOG_PAGE%27%20or%20type%20eq%20%27H%27%20or%20type%20eq%20%27SM_CATALOG%27%20or%20type%20eq%20%27REMOTE%27

However, if you ommit the $filter parameter, the OData service in QAS indeed returns data. It even has (IMHO) the matching <d:type>CATALOG_PAGE</d:type>.

So I'm a little blaffled. I would assume this is caching but since the data seems fine if no filter parameter is specified I think that's not quite the solution.

Could anybode give me a push to the right direction? Please note, that we already (by having a high enough stack) implemented the (otherwise promissing) note http://service.sap.com/sap/support/notes/2182485.

Many thanks and kind regards

Jens

Accepted Solutions (1)

Accepted Solutions (1)

JaySchwendemann
Active Contributor
0 Kudos

Seems this is resolved with this notes

https://service.sap.com/sap/support/notes/2245413

https://service.sap.com/sap/support/notes/2181284

HTH anybody in the same situation

Answers (0)