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

MDO examples and tutorials.

former_member202208
Active Participant
0 Likes
747

Hi all,

Can you please point me where can i find examples and tutorials on MII MDO.

Even if i can get the steps to create a simple MDO and how to use it in that in real time would be great.

i tried in help.sap.com site, but could not find examples.

any help would be highly appreciated.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

MDO can be used in various ways and scenerios, it depends how wisely we use it. One of the usage is to reduce count of ECC hit.

So, if there is a scenerio where ECC is getting hit to get data which changes very infrequently there MDO can be used to get ECC data stored and whenever required data can be extracted using MDO query and in backgound MDo can be updated on specific interval.

In this way ECC hit count can be reduced to maximum extent.

Let me know if more information is required.