Hi,
I am developing iPad Application with SUP2.0 and SAP Enterprise Service(WS).
Just I want to do is to display order list and order detail of SAP CRM on iPad.
I use 2 ES as below
1) ServiceOrderCRMBasicDataByElementsQueryResponse_In : To get order No list
2) ServiceOrderCRMByIDQueryResponse_In : To get order detail by id
My Idea is 2 step approach, first get a order list and next get each order detail repeatedly.
But it doesn't work. To get order list is good. but To get order detail isn't good now.
I have no idea to get order detail repeatedly by SUP API.
About data retrieve, Does SUP API access just within local db in device?
Regards, osawa