cancel
Showing results for 
Search instead for 
Did you mean: 

Sublevel dropdown blocked in CPI OdataV4 adapter

MohitS
Explorer
0 Kudos
321

Hello Experts,

I'm trying to make a get request to S4HANA from CPI using Purchase order ODataV4 API. However, in the processing section of the request-reply step, I am unable to select the Sublevel because the dropdown menu is disabled. This restriction is preventing me from accessing the sub entities.

As above option is blocked we wrote query manually(expanded it to other subentities) and passed it in query options but received error -"No additional segments after navigation property '_PurchaseOrderItem' allowed ('PurchaseOrder' is added)".

Custom query that we are passing - $select=PurchaseOrder,PurchaseOrderType,_PurchaseOrderItem/PurchaseOrderCategory&$expand=_PurchaseOrderItem

Please let us know if anyone has found the resolution of above issue.

Thanks,

Mohit

Accepted Solutions (0)

Answers (1)

Answers (1)

robbewuyts
Explorer
0 Kudos

I have the same problem. Did you find a solution for this?