cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP mapping

Former Member
0 Kudos

Hi all,

I am having input XML structure as follows :

<?xml version="1.0" encoding="UTF-8"?>

<ns0:SendOldOrderInfoTest xmlns:ns0="URN://test/sapr3/XI/TestMapping">

<Receive_Order_Info>

<Old_Order_FormNumber/>

<Old_Order/>

<Sub_ExpireDate/>

<VKORG/>

<VTWEG/>

<SPART/>

</Receive_Order_Info>

</ns0:SendOldOrderInfoTest>

I want to get the values of VKORG , VTWEG from input XML and replace from the Ztable using ABAP Mapping.

Please , can anyone help me out in this issue.

Regards,

Keith.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Keith,

Look at these..

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-code-samples...

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

cheers,

Prashanth

P.S Please mark helpful answers

bhavesh_kantilal
Active Contributor
0 Kudos

Keith,

if you are looking to do a croiss referencing, you can use the RFC , TABLE_ENTRIES_GET_VIA_RFC in your ABAP mapping.

Also, you can use RFC look up API in graphical mapping if needed.

Regards,

Bhavesh

henrique_pinto
Active Contributor
0 Kudos

Bhavesh,

do you have more information on this RFC lookup API?

Thanks,

Henrique.