cancel
Showing results for 
Search instead for 
Did you mean: 

INCORRECT_PAYLOAD_DATA

Former Member
0 Kudos

Dear Experts,

While processing a XML message it is successfully processing in PI But the acknowledgement contains system Errors,

<SAP:Code area="INTERNAL">INCORRECT_PAYLOAD_DATA</SAP:Code>

<SAP:Stack>Error while processing message payload Element &#39;Product&#39; missing </SAP:Stack>


PFB screenshot:

Kindly advise me how to investigate further for such kind of error,

Regards

Ranjith

Accepted Solutions (1)

Accepted Solutions (1)

mate_moricz
Advisor
Advisor
0 Kudos

Hello Ranjith,

The payload may contain illegal characters. This can happen on non-unicode systems if the payload contains unicode characters that are not part of the codepage used in the non-unicode system. You should check out SAP Note 1415467.

Regards,

Mate

Former Member
0 Kudos

Hi Mate,

Thanks a lot for your help,

In the payload found an #tag for street address, suspecting this might be causing the issue as per ur advise. Intimated to the concern team. Kindly advise

former_member190293
Active Contributor
0 Kudos

Hi Ranjith!

There are few symbols, that need to be escaped in XML:

" &quot;
' &apos;
< &lt;
> &gt;
& &amp;


Wouldn't you kindly provide your request message that couses error to us along with required request message structure?

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

thanks a lot for all your help. intimated to the concern team, waiting for their reply.

Regards

Ranjith

former_member190293
Active Contributor
0 Kudos

Hi, Ranjith!

This error message says that element 'Product' is missing in your message data. Please check it.

If element exists it may have incorrect namespace.

Regards, Evgeniy.

srikanthe_sapxi
Explorer
0 Kudos

Hi Ranjith,

Check SAP Note -  1822424 and let me know if it helps.

Thanks

Srikanth E

former_member186851
Active Contributor
0 Kudos

Hello Ranjith,

Check the payload for any incorrect Value,You can get the XML and test in the mapping.