Symptom
After release 2502, when using Get request to OData service, @odata.nextLink in response changes compared to old version.
Old:
"@odata.nextLink": "/sap/opu/odata4/sap/xxx/srvd_a2x/sap/yyy/0001/zzz?$top=10000&$skiptoken=5000"
New:
"@odata.nextLink": "zzz?$top=10000&$skiptoken=5000"
Environment
SAP S/4HANA Cloud Public Edition
Resolution
The change for @odata.nextLink was introduced as part of 2502 release.. According to the specification, the link can be represented as relative URL.
In order to adhere to the OData Specification, the relative URL had to be changed.
Please see https://docs.oasis-open.org/odata/odata-json-format/v4.01/odata-json-format-v4.01.html#_Toc38457733 ("Relative URLs").
Keywords
@odata.nextLink, OData, response , KBA , OPU-GW-V4 , Gateway Framework, OData v4 , Product Enhancement
SAP Knowledge Base Article - Public