cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing XString in MII

Former Member
0 Kudos

Hi

Does anyone knows how to parse XString from ERP? In ERP there is a funtion to parse XString to XML structure.

But how do you do that in MII?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I am not sure what XString is in ERP, but take a look at the XML functions String To XML and String List To XML. Outside that you may need to use the expression editor as well. You may also want to take a look at the XSLT Transformation block with some of those which come with MII.

Regards,

Mike

Former Member
0 Kudos

Hi Michael

I had actually tried all three XML action blocks you mentioned. The XLS tranformation; I will have to do more research. But I believe the other 2 action blocks could not support XString parsing.

After doing some googling, the XString is Abap format (it is just and encoded base-64 xml)

But how do I do the base 64 decoding in MII?

Former Member
0 Kudos

Use this function in the expression editor [base64decode(x)|http://help.sap.com/saphelp_mii121/helpdata/en/45/bf7f3b692f52f5e10000000a1553f7/content.htm]

Kevin

Former Member
0 Kudos

Thanks Kevin, thank Michael,

What an easy answer !!!

sengkiang

Answers (0)