cancel
Showing results for 
Search instead for 
Did you mean: 

oDATA POST A_Product/to_Description Error

0 Kudos

Hi!

I'm having an issue calling a POST to oDATA A_Product('{ProductID}')/to_Description.

The error is:

<code>API_PRD_MSG/001</code> <message xml:lang="en">Key fields do not match. Maintain the same entries as in source.</message>

The complete proccess is:

I call by GET to the service

/sap/opu/odata/sap/API_PRODUCT_SRV/A_Product('1234')/to_Description

Then the response I "Use as Request".

Change the method to POST and put this JSON

SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L1S33 { color: #009300; }

{
"Product" : "1234",
"Language" : "EN",
"ProductDescription" : "PT PT PT"
}

I do not know what more to do! 😞

I need help, please!

Thank you very much!

Regards,

Sebastian

View Entire Topic
0 Kudos

Hi everyone!

Well I could solve this issue.

The problem is because I was not putting the leading "0" in the MATNR.

But now I have another issue.

"You must use retail functions to process the product..." : (