Hi All,
I have been working on one native application where I have to load the large amount of data to the device which can be used in offline mode.
I have design the MBO using RFC as SAP is the backend system and set the onDemand as a cache policy for MBOs. It works fine for me but I am facing some performance issue.. as large amount of data is getting loaded to the device and 130+ (not all concurrent) user are trying to load the data
I have read in the couple of article that which says incase of large data to be load to the device use onDemand policy for the first time and later on use DCN so that only updated data get loaded to devie...
But I didn't find any technical implementation of this scenario nor even any document which guide me to implement this...
All I know is that we can set the policy to the MBOs at the design level when we actually design the MBO .
It would be great if some one share any document or link which talks about the this implementation then this will be very usefull...
Thanks in Advance,
-Amey Baisane