Dear development team,
I would like to enhance an existing SEGW-project; the project contains several navigation properties for the calendar handling.
One of the navigation property should be take over a parameter for a reference date.
We have the different navigation properties:
- /sap/opu/odata/sap/<service>/StoreProducts(StoreID=<StoreID>,ProductID=<ProductID>)/Weeks
- /sap/opu/odata/sap/<service>/StoreProducts(StoreID=<StoreID>,ProductID=<ProductID>)/WeeksLastPromotion
- /sap/opu/odata/sap/<service>/StoreProducts(StoreID=<StoreID>,ProductID=<ProductID>)/WeeksLastYear
Is it possible to implement the SEGW-project in that way, that an parameter set at level of navigation property?
- /sap/opu/odata/sap/<service>/StoreProducts(StoreID=<StoreID>,ProductID=<ProductID>)/WeeksLastYear(DateRef=<reference date>)
The idea is to set up a reference date for a particular navigation property.
Thank you for your feedback.
Best regards,
Kurt