cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Mapping doubt

inigo_sacramento
Participant
0 Kudos

Hi.

I'm trying to do an abap mapping. I've read weblogs from Robert Eijpe. The samples contained in the weblog worked fine but i have a doubt.

ABAP class had a parameter called SOURCE. This parameter contains the XML but i think is contained in only one line. In the sample weblog, the XML is contained in an internal table.

Question is ... how can i transform this SOURCE of 1 line into an internal table?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Inigo,

Please look at this..

http://help.sap.com/saphelp_nw2004s/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/frameset.htm

Hope it helps you!

cheers,

Prashanth

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

Use the ABAP OO package SIXML to convert the xstring to a DOM document. See example reports in the package.

http://help.sap.com/saphelp_nw2004s/helpdata/en/86/8280d212d511d5991b00508b6b8b11/frameset.htm

Michael