cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Mapping

Former Member
0 Kudos

Hi all

I have an issue on ABAP mapping. Please let me know how to map the source and target elements in SE80 using XML.

I have searched sdn but I am not able to find a clear solution for this XML code.

ex: customerno -> vendorno.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dave

You can use ABAP mapping to create target structure. It is not similar to graphical mapping.

You can use DOM in ABAP mapping to parse XML structures.

you need to have knowledge on iXML package and interfaces to work on this

Take help from this document.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a89312f8-0b01-0010-86b3-fdd7178e...

Thanks

Gaurav

VijayKonam
Active Contributor
0 Kudos

ABAP mapping is not like XI graphical mapping. It is similar to Java mapping where you will write ABAP classes instead of Java classes. You need to use some XML DOM like APIs inside your ABAP mapping class.

You must have misunderstood ABAP mapping as similar to XI Graphical mapping..!!

VJ