Hi,
I've been able to follow the how to guides http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/109c15ed-d8a3-2e10-7c9f-dcb1168aa1ff?QuickLink=index&overridelayout=true&53047141075265 and http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50ad7227-68a9-2e10-b191-905cb9b6c31a?QuickLink=index&overridelayout=true&52175262718629
The complex entity type within Airport (GeoCoordinate) and Flight (Departure and Arrival, which both has complex type of Location) are populated correctly. So the next step is for me to try to create my own service.
It only has 1 entity (SalesOrder) which comes from VBAK table - Sales order, order date, order type, customer number and one complex entity: customer details which comes from KNA1 - Name, Street, City, Region and Country.
I followed the steps listed in how to guides mentioned above. However, I'm unable to get the customer details populated. When I did the debug. the er_entityset contains the data for customer details.
Anyone know what did I miss?
Thanks for your help.