cancel
Showing results for 
Search instead for 
Did you mean: 

File to IDoc : XML parsing in ABAP mapping

Former Member
0 Kudos

Hi,

In ABAP mapping I want to parse all of the incoming XML strings to internal table.Later I add few more fields to this table and transfer them to IDOC adapter in IDOC-XML format.In thsi case how do i get all of the input file data(converted from XML) into internal table using XML parsing in ABAP Mapping?

Thansk in advance,

RP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

If this is your custom table,then you can simply use Insert-Into statement to enter values in it.

Thanks

Aamir

Former Member
0 Kudos

Hi Amil,

I insert into table but not immediately,I want all the parsed xml data into internal table and do something before I insert into DB /send it to IDOC.

I knwo how to get single Xml parsing,but how to get multple records(looping xml parse) to internal table?

Thanks,

RP

Edited by: RP@261 on Jun 3, 2009 2:14 PM

Former Member
0 Kudos

Solved...