cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

oData Model/Json Model

Former Member
0 Likes
402

Hi Experts,

I have been working with both oData and Json Models. Now I want to know on technical grounds, that what factors lead to the selection of a model?

When to use which model?

View Entire Topic
kedarT
Active Contributor
0 Likes

Hi,

oData model is mostly used where situation demands for getting data from Backend system which make it a server side model, where as JSON model is for Client side model.

Also oData model is used for large dataset when compated to JSON Model which is for a small dataset which consume less memory.

More details can be found here:

SAPUI5 SDK - Demo Kit

Hope this helps you.