Dear folks,
I am try to expand an item collection after querying a header collection with a filter.
I did the assocuation and provided the required navigation.
header collection: del_header
item collection: del_item.
My URL syntax is as follows
sap/opu/odata/sap/ZDELVRY_SRV/DEL_HEADER?$filter=CTourid eq 'S0000001284'&$expand=DEL_ITEM |
I even tried
sap/opu/odata/sap/ZDELVRY_SRV/DEL_HEADER?$filter=CTourid eq 'S0000001284'?$expand=DEL_ITEM |
Please provide me with some insight on solving this.
Thanks in Advance