cancel
Showing results for 
Search instead for 
Did you mean: 

How to test standalone expanded entity set in Odata

former_member746389
Discoverer
0 Kudos

I have created an entity set in Segw. I have expanded this structure as i want to add table structure inside the structure which should be sent to UI. I would like to test this entityset if the logic behind is working fine or not.

I am using below link but its giving me error.

/PhaseDetailSet?$filter= Reinr eq '12021439'$expand=

How can i check/debug expanded_entityset method?

Accepted Solutions (0)

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

It seems that an "&" is missing in your query.

The following query works:

https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/ProductSet?$expand=ToSupplier&$format=json&sap-ds-debug=true&$filter=ProductID%20eq%20'455739753'

Regards,

Andre