cancel
Showing results for 
Search instead for 
Did you mean: 

MDO query from irpt

Former Member
0 Kudos

How do I call MDO query from irpt and pass different parameters??

Can someone please help me with using MDO update query and pass the parameters from IRPT to this update query.

Accepted Solutions (0)

Answers (3)

Answers (3)

swaroop_anasane
Active Contributor
0 Kudos

Hi Ruddhi,

You can use ajax call to call URLs formation suggested by Christian, result would give you output from MDO. Depending on the amount of data to be parsed you can choose between get and post ajax calls. You need to add &Param.1="SomeValue"&Param.2="SomeotherValue"...etc to the URL to pass parameters.

Regards,

Swaroop

Former Member
0 Kudos

Hi Ruddhi,

You can refer below link for parameter passing, same applies to MDO

Transaction Calls Using URLs - SAP MII Workbench - SAP Library

former_member185280
Active Contributor
0 Kudos

You can call queries in MII from web pages using the Illuminator service.

URL Format for Queries

Regards,
Christian