cancel
Showing results for 
Search instead for 
Did you mean: 

Use of XML output

Former Member
0 Kudos

Hello Everyone !

I have just started working on MII and what I have studied yet is, in MII we are normally getting the value in XML format. So can anyone please explain how can we use this XML output in real scenario ?

Regards,

Vaibhav Singhania

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I use irpt pages with a SERVLET tag and XSL to translate the XML into HTML.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vaibhav ,

Take a look at this documenttaion to help get some ideas... 😆

http://help.sap.com/saphelp_mii122/helpdata/en/4c/c8e1b68e9b60c5e10000000a15822d/content.htm

Former Member
0 Kudos

Hi Vaibhav,

Whenever you will query a external tool for MII through from Query/Webservices/Action blocks you will get data back in XML format.

You can manipulate using XML function action blocks or SAP MII XML Output action blocks.

depending upon your requirement you can send the data to some other system or you can map data to ouput.

and display in igrid/ichart through xacute query.

Hope it helps!!

Thanks

Anshul