cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP mapping

Former Member
0 Kudos

hi all,

please explain me how to do abap mapping with step by step, when we go for abap mapping

Thanks

Sam

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

i got very useful answer

Former Member
0 Kudos

In addition here are some examples which you can try..

How to call XI ABAP Mapping via RFC

/people/ricardoandres.maienza/blog/2007/04/06/how-to-call-xi-abap-mapping-via-rfc

XI: ABAP mapping logs - more standard = better visibility

/people/michal.krawczyk2/blog/2006/09/20/xi-abap-mapping-logs--more-standard-better-visibility

/people/rahul.nawale2/blog/2006/11/01/dynamically-sending-a-mail-to-the-po-creator-using-xslt-abap-mapping

Convert an ABAP table into XML file using SAP DOM Approach

/people/r.eijpe/blog/2006/02/19/xml-dom-processing-in-abap-part-iiia150-xml-dom-within-sap-xi-abap-mapping

former_member181985
Active Contributor
0 Kudos

In addition, performance will be good if we use ABAP as there will no stack calls between ABAP & JAVA (which will be the case if you use Graphical, Java, Java Based XSLT).

Shabarish_Nair
Active Contributor
0 Kudos

q: When to do ABAP mapping?

ans: Preferably the first choice is to do any mapping via the graphical mapping tool. In case you find that some of the mapping requirements cannot be satisfied via the tool, SAP provides you option to write XSLT, ABAP or JAVA mappings.

XSLT is basically an easy language and is ideal when the payload isnt that large. But in case the payload is large the best is to parse the XML using JAVA (SAX parser). ABAP mapping is ideal in case you are proficient with ABAP. So it comes down to a personal choice (at times an organizational choice too)

Search in SDN for samples on developing ABAP mapping.

Former Member
0 Kudos