cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to read data from Northwind Odata model

Chandan
Advisor
Advisor
0 Kudos

Hi Experts,

I am not able to connect the Northwind service from WebIDE. Tried many ways and went through different blogs, but there is no luck.

I am able to configure the destination properly. But Not able to read the data. Please see the screen shots.

I wrote the below line of code.

But value not coming in output.

Please help me to solve this problem.

Thanks,

Chandan

SimoneMilesi
Active Contributor
0 Kudos

i see you refer to "model1" to get the invoices: can you share the setting for it?

View Entire Topic
gill367
Active Contributor

Batch call is not supported for northwind. Swtich off Batch for your model in manifest.json and it will start working.

"settings" : { "useBatch" : false },

Regards,

Sarbjeet Singh

Chandan
Advisor
Advisor
0 Kudos

Excellent Sarbjeet. It started working, finally my struggle of few days ended.

I appreciate everyone's time for reading and answering questions on SAP communities.

Thanks,

Chandan