cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with IDoc Payload

Former Member
0 Kudos

Hi,

A WP_PLU03 idoc is sent from our SAP system with the following values in the E1WXX01 :

- <E1WXX01 SEGMENT="1">

<FLDGRP>011</FLDGRP>

<FLDNAME>BRAND</FLDNAME>

<FLDVALUE>ABC</FLDVALUE>

</E1WXX01>

- <E1WXX01 SEGMENT="1">

<FLDGRP>014</FLDGRP>

<FLDNAME>Tax Class</FLDNAME>

<FLDVALUE>A</FLDVALUE>

</E1WXX01>

The payload on sxi_monitor shows the following:

- <E1WXX01 SEGMENT="1">

<FLDGRP>BRAND</FLDGRP>

<FLDNAME>ABC</FLDNAME>

</E1WXX01>

- <E1WXX01 SEGMENT="1">

<FLDGRP>Tax C</FLDGRP>

</E1WXX01>

When I view the Idoc metadata on XI it is 100% correct. I re-imported the Idoc from SAP in the IR but this also made no difference.

If I look at the Idoc that was created in WE02 on R3 I can see that the Idoc was created correctly.

Please let me know what else there is I can try to fix this issue.

Thanks a lot

Accepted Solutions (0)

Answers (4)

Answers (4)

samiullah_qureshi
Active Contributor
0 Kudos

Looks like, it is some mapping issue. please test ur mapping in IR.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

This issue is usually related to unicode settings mismatch in PI and R/3. To check, login into your R/3 box and then check in SM59 type 3 connection. Look for MDMP & Unicode settings, radio button should be set to unicode. Hope this helps.

Regards,

Mark

Former Member
0 Kudos

If it's not metadata, it should be the mapping, please check the mapping. seems like the fields are mapped wrongly.

former_member208856
Active Contributor
0 Kudos

If you are able to pick xml payload from ECC System & it is fine there on PI.

Test the Message Mapping using Sender side payload.

I hope this problem is in the Message Mapping.