you see
"definingRequests" : {
//"FlightCollectionDR" : "/FlightCollection"
"EE_COMMUNICATION_SETDR" : "/EE_COMMUNICATION_SET"
}
when i changed it to
"definingRequests" : {
"FlightCollectionDR" : "/FlightCollection"
//"EE_COMMUNICATION_SETDR" : "/EE_COMMUNICATION_SET"
}
and changed the Backend URL in smp sever to /sap/opu/odata/iwfnd/rmtsampleflight/, i can get multiple records. so maybe the gateway service i created missing something?
however, you see the function function readModel() { if i use it to retrieve data directly, i can get multiple records even with my own gateway service.
so what should do with my gateway service , if you want to use offline odata plugin?
thanks,
Billy