cancel
Showing results for 
Search instead for 
Did you mean: 

Can Complex types be used in a Filter

0 Kudos

Hello,

We have Entity Type (Task) with a property (CreatedBy) which is a Complex Type (User). The Complex Type contains the properties UserId & FullName.

Is filtering on Complex Type supported? In other words, can I filter on CreatedBy-UserId?

How should the syntax be in the URL?

Regards, Paul Lauwers.

Application Engineer

IFF.


Accepted Solutions (1)

Accepted Solutions (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Paul,

Yes its possible.

If ' C_Type ' is your Complex Type which has ' Name ' and ' UserId '.

Then URL is ->

/sap/opu/odata/sap/Z_SERVICE/Dummy_Entity?$filter=C_Type/Name eq 'John' and C_Type/UserId eq '00001'

Regards,

Ashwin

0 Kudos

Thank you.

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

try $filter=CreatedBy/UserId eq 'xyz '

Regards,

Chandra