cancel
Showing results for 
Search instead for 
Did you mean: 

How to write a log using abap mapping

Former Member
0 Kudos

Hi all.

in PI 7.1 environment I need to use abap mapping and I wish to write some XML data into a table that I created for logging the data.

I know that using the abap mapping I can parse an XML file. My question is how to write this table defining a specific method, if it is necessary.

Any help or suggestion is well appreciated.

Many thanks in advance for your kind cooperation.

Regards,

Giovanni

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>> My question is how to write this table defining a specific method, if it is necessary.

just like to normal table (insert statement)

parse XML and get the data you need and just insert into the DB table

there are many tutorials showing how to parse xml file inside abap mapping

so just do a little search on sdn

Regards,

Michal Krawczyk

Answers (0)