cancel
Showing results for 
Search instead for 
Did you mean: 

Read HEX to XML

former_member483609
Discoverer
0 Kudos

Hi there,

I m trying to read the data out of the Tables SXMSCLUP and SXMSCLUR. In this special case i need to converd the LRAW flied into the origin XML-file.

So i need a function or method to reconverd it.

thanks

Message was edited by: Harald Cremer

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

did you find a solution for downloading and converting the CLUSTD field. I am rying to do the same but got stucked.

Thanks and Regards,

Sebastian

Former Member
0 Kudos

Hello Harald Cramer,

Did you have a solution for reading the messages out of table SXMSCLUP with ABAP coding?

I want to do the same to use fields and values of the payload in a report.

thanks

Former Member
0 Kudos

hi

iam trying to read data from tables SXMSCLUP and SXMSCLUR.In these tables which fields contain the payload.in our database the clustd field is of type image.how to convert that to xml message.

thanks

sudha

Former Member
0 Kudos

Hi Herald,

Please can you check out this thread:

Regards

Vijaya

former_member483609
Discoverer
0 Kudos

Hi,

i need a solution I can use in ABAP-coding. I have no experience with java, but I don't think I can use this in my ABAP.

Greets

former_member483609
Discoverer
0 Kudos

so i took the first step on my own ...

i found the function 'BANK_API_PP_UT_DATA_TO_XML'

which transforms parts of the hexstring.



<?xml version="1.0" encoding="utf-16"?>#<asx:abap
xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values><STR_DATA>/wYCAQICgAA0MTAzAAAAAE1WAAASH50
Cp31r623rOMJTtE2CtGkLtM8FK/ShKCDJutiyhYQtRdGO#EImSRSp1
ggKCLNEKa92qS231qejPCdD+gl5e+
.........

so the information about the xmlfile ist encrypted. now i need to transform the rest of the data (after <STR

_DATA>/ ) which seems to be the content of the origin XML-file.

Greets

Message was edited by: Harald Cremer

Message was edited by: Harald Cremer