cancel
Showing results for 
Search instead for 
Did you mean: 

mapping

Former Member
0 Kudos

Hi,

For which mapping Ixml library is used to parse XML?

Thanx ,

Somenath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

The iXML library is an implementation of three core XML services: XML parser ,XML DOM 1.0 ,XML renderer .

I am not so sure but most likely apart from message mapping you can use it in remaining other mapping.

I found some documentatiom couldn't go through it completely.Please got through it.

http://help.sap.com/saphelp_nw04/helpdata/en/86/8280ba12d511d5991b00508b6b8b11/content.htm

Do post back if u find anything new.

<b>Cheers,

*Raj*

*REWARD POINTS IF FOUND USEFULL*</b>

Former Member
0 Kudos

K ABAP mapping itz clear

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

iXML is usually used for parsing an XML. It is based upon the DOM model.

You can use the same in XI while creating a ABAP mapping.

Further reference @

http://help.sap.com/saphelp_nw04/helpdata/en/86/8280cc12d511d5991b00508b6b8b11/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/86/8280ba12d511d5991b00508b6b8b11/content.htm

prateek
Active Contributor
0 Kudos

ABAP Mapping

Regards,

Prateek

Former Member
0 Kudos

HI

For ABAP Mapping Ixml Used.

Thanks