‎2010 Jun 02 9:37 AM
HI experts,
I have the xml data in the form of a hexa decimal string in the internal table. I should convert this into the original internal table contents. Kindly let me know how to do it.
Regards,
Sanath.
‎2010 Jun 02 9:43 AM
>
> I have the xml data in the form of a hexa decimal string in the internal table. I should convert this into the original internal table contents. Kindly let me know how to do it.
How did you get the XML data in hex format ?
‎2010 Jun 02 10:14 AM
I got the hexadecimal XML data in the form of an internal table. We used the DOM approach to convert the internal table into the xml format. Now the reverse approach i.e., if we get the internal table with xml as hexadecimal strings then how should we convert this to internal table in SAP.
‎2010 Jun 02 10:28 AM
Hi ,
Try using FM HR_BE_DMFA_XML_TO_TABLE .
Revert for further Qs.
Thanks and Regards,
P.Bharadwaj
‎2010 Jun 02 10:32 AM
‎2010 Jun 02 9:54 AM
Hi,
Try to use the function module SMUM_XML_PARSE and pass the hexadecimal string to this function module.