cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BYD : LastReturnedObjectID In Custom Web Service Response

former_member296450
Participant
0 Kudos
291

Hello Experts, We have an issue with Custom Web Service, In the Custom Web Service Response "LastReturnedObjectID" is not available. Below are the detail explanation :

1. We have develop a custom Bo (StockOverview) with an Action called "getStock"

2. "getStock" action will read the data from Inventory and save to this custom BO

3. On the top of the StockOverview we have created a web service with "QueryByElement"

4. This web service returns the result as expected unfortunately "LastReturnedObjectID" is missing in the response, however "LastReturnedObjectID" is there in request.

5. https://answers.sap.com/questions/404792/lastreturnedobjectid-in-custom-web-service.html, based on this blog this is available feature in 1802.

6. Could you please help us to know how we can add "LastReturnedObjectID" in custom BO.

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206060
Contributor
0 Kudos

Hi Rahul,

LastReturnedObjectID element is not supported in query response messages. For more information on this please refer to the Developer Desktop-> Webservice-> Webservice Operations-> Maximum number of Rows returned section in the SAP Cloud Application Studio help document.

Thanks and Regards,

Dhanya KV

former_member296450
Participant
0 Kudos

Thanks Dhanya