cancel
Showing results for 
Search instead for 
Did you mean: 

MDO maintenance using UI5 GUI - how to access MDO?

Former Member
0 Kudos

Accepted Solutions (0)

Answers (2)

Answers (2)

Private_Member_14935
Active Participant
0 Kudos

Hi Marco,

If you are using MII 15.0 then you could use Self Service Composition Environment(SSCE) for dashboard creation. Visualization of almost all MII Objects are supported (be it QueryTemplates, KPI/ MDO/PIC tag objects etc)

Hence with 15.0 you could either create an MDO Query in Select mode or directly MDO object and visualize it as UI5 table/chart. There by you don't have to be worried about the service to give you data.

Hope this helps!

Thanks and Best Regards,

Ria

Former Member
0 Kudos

Hi Ria, thanks for your reply. I am more worried about returning data to MDO. I am looking for some best practice on how to pass changes back to MDO. I am wondering what is best way to do so? But the more I think about, I feel there is no other way than passing some XML to a BLS finally performing the changes...

swaroop_anasane
Active Contributor
0 Kudos

Hi Marco,

Tufale has shared a URL that if you call from ajax method, would run the MDO in the mode specified. This acts as a service that, if run in Select mode, would return you MDO data.

Hope it helps.

Best Regards,

Swaroop

Former Member
0 Kudos

Thanks Swaroop, so I got it right. One can directly access MDO using that call.

swaroop_anasane
Active Contributor
0 Kudos

Yes