Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Odata $select complex property Gateway

Former Member
0 Likes
1,471

Hi,

I have a problem with the URI.

  • /sap/opu/odata/SAP/odataService/EntitySet?$filter=Plant eq '4000' and Plantdata/ProcType eq 'E' &$select=Material,Plant, Plantdata/ProcType

Plantdata ist the complex property in EntitySet and ProcType is the Entity. I become an error at Gateway Client. I will to select colums.

Thanks.

1 ACCEPTED SOLUTION
Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes
1,010

Hi Xenia,

this is not allowed in OData V2.

It will be possible in OData V4 though.

Best Regards,

Andre

ceterum censeo RAP esse utendam

Hi,

I have a problem with the URI.

  • /sap/opu/odata/SAP/odataService/EntitySet?$filter=Plant eq '4000' and Plantdata/ProcType eq 'E' &$select=Material,Plant, Plantdata/ProcType

Plantdata ist the complex property in EntitySet and ProcType is the Entity. I become an error at Gateway Client. I will to select colums.

Thanks.

2 REPLIES 2
Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes
1,011

Hi Xenia,

this is not allowed in OData V2.

It will be possible in OData V4 though.

Best Regards,

Andre

ceterum censeo RAP esse utendam
Read only

Former Member
0 Likes
1,010

Hi Andre, thanks.