cancel
Showing results for 
Search instead for 
Did you mean: 

ATTRIBUTE_IDOC_METADATA : Sender not in payload

Former Member
0 Kudos

Hi all

when i am doing this:

file-> XI -> IDOC

I got this error

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

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>

<SAP:P1>Use sender from payload: Sender not in payload</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error: Use sender from payload: Sender not in payload</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Sombody helps me

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Leo,

I guess you must have selected the option TAKE SENDER FROM PAYLOAD in your IDOC adapter . If you do this, then you need to populate the value of SNDPRN in the IDOC control record during mapping. Populate SNDPRN with the valud Sender Partner Name in the mapping and then process the IDOC . It should work.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh

Thank you very much

you are right

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Leo,

A few suggestions from my end are:

Go to IDX2 in XI system and import the Idoc. If it exists,delete it and Reload.

Also make sure that,IDX1 entry is correct.

If you are in PI 7.0 then you can try this-

http://help.sap.com/saphelp_nw04/helpdata/en/44/11982eb8da648fe10000000a1553f7/frameset.htm

Before doing this I would ask you to ensure that all the segments are released.

Also you can check the IDOC via we30 by F9 (check).

Regards,

Abhy