cancel
Showing results for 
Search instead for 
Did you mean: 

PO 7.5 field mapping issue

0 Kudos

Hello PO experts,

We are using PO 7.5 for system integration between SAP ERP and other system.

One of our Webservice has a request structure in SAP ERP is like

<EASON>

<LANGUAGE></LANGUAGE>

</EASON>

The request in target system is like

<Eason>

<EASON>

<LANGUAGE></LANGUAGE>

</EASON>

</Eason>

Then we are mapping the <EASON> in SAP ERP request to target system's field <Eason> and <EASON>.

Then when we try the mapping test with ONLY one value of the <EASON>, then the result is what we expected.

<EASON>

<LANGUAGE>EN</LANGUAGE>

</EASON>

----->

<Eason>

<EASON>

<LANGUAGE>EN</LANGUAGE>

</EASON>

</Eason>

However, when we try multiple records of <EASON>, then only half of the value can be mapped.

<EASON>

<LANGUAGE>EN</LANGUAGE>

</EASON>

<EASON>

<LANGUAGE>ZH</LANGUAGE>

</EASON>

----->

<Eason>

<EASON>

<LANGUAGE>EN</LANGUAGE>

</EASON>

</Eason>

<Eason/> --- This part, which we think might be a PO 7.5 BUG, is missing.


Could you please give us some hints? Thanks very much for your help! Waiting on-line!

Best regards,

Shi Rong

Accepted Solutions (1)

Accepted Solutions (1)

apu_das2
Active Contributor
0 Kudos

Map your source <EASON> with target <Eason> and map your target <EASON> with constant blank.

Thanks,

Apu

Thanks for your reply.

We tryed your suggestion,But The result is not what we expected. Finally We solved this problem like this:

mapping <Eason> (Makt) to another tag(MATNR) which is the same level of <EASON> in SAP ERP.

Answers (1)

Answers (1)

former_member216164
Participant
0 Kudos

Hi Shi rong,

1. Is <Eason> in your target structure declared as 1-unbounded?

2. Please share the mapping you have done for <Eason> tag.

Thanks & Regards,

Avinash Bandela

0 Kudos

Thank you for your reply.

<Eason> in target structure declared as 0-1

We solved this problem by mapping <Eason> (Makt) to another tag(MATNR) which is the same level of <EASON> in SAP ERP.

0 Kudos

like this