cancel
Showing results for 
Search instead for 
Did you mean: 

URL format

Former Member
0 Kudos

Hi All,

When exposing a BAPI as an Odata Service it gives URL of format  /sap/opu/odata/sap/Project/BAPISet('0126514612'). Is there a way to reformat this url as /sap/opu/odata/sap/Z_ORDER_STATUS_SRV_01/AwardInfoSet/0126514612 so that the calling application can handle it as any other restful url.

serviceroot/resource .

Thanks,

Rahul.

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

No. It is not possible with OData. OData has its own standards with URI as well.

OData URI conventions are here. http://www.odata.org/documentation/odata-version-3-0/url-conventions/