cancel
Showing results for 
Search instead for 
Did you mean: 

Dump by Converting Data from Binary to XML->Internal Table

JanaSharb
Explorer
0 Kudos

Hi Expert,

We receive Data from external Providers in binary form. I have to convert this Data to XML and save it later in an internal table.

Like follow:

 CALL TRANSFORMATION z_Transfrom
        SOURCE XML i_xml
        RESULT table1                          = lv_table

By transformation, we have the dump because one of the Fields contains "&".

how can I escape "&" before the transformation? (Binary).

Best Regards,

Accepted Solutions (0)

Answers (0)