on 2022 Apr 27 1:58 PM
I would suggest to run the request to your entity without using $format=json.
This way XML would be used.
When running a request such as
/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/SalesOrderLineItemSet
you will get a XML response that contains links to the single items
<entry>
<id>https://host:port/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/SalesOrderLineItemSet(SalesOrderID='0500000000',ItemPosition='0000000010')</id>
Also make sure that you have implemented the corresponding get_entity method in your DPC_EXT.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.