cancel
Showing results for 
Search instead for 
Did you mean: 

SAP RAP Query operation on element 'E1' of entity 'Entity1' not implemented

former_member435529
Participant
0 Kudos

Hi,

I have developed a Fiori app on top of CDS, with a virtual element.

Now when searching on the free text search field on the top left corner I have that error message.

Where do I implement that query operation for the virtual field?.

Thanks,

Javier

MioYasutake
Active Contributor
0 Kudos

Have you added @ObjectModel.filter.transformedBy: 'ABAP:<code_exit_class>' annotation and implemented the filter method as described in the document below?

https://help.sap.com/docs/ABAP_PLATFORM_BW4HANA/cc0c305d2fab47bd808adcad3ca7ee9d/04e64a8ffffe49b8a8a...

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member435529
Participant
0 Kudos

Thanks for your comment, Mio.

That filter method is triggered when filtering by virtual fields, but not when hitting enter on the free-text search field.

Regards,

Javier