Error While Creating Product Using SAP OData API

Hello,

I am trying to create a product using the SAP OData API endpoint /sap/opu/odata/sap/API_PRODUCT_SRV/A_Product. Here is the request payload I am using:
{
     “Product”: “A0000000002”,
     “ProductType”: “ROH”,
     “CrossPlantStatus”: “10”,
     “CrossPlantStatusValidityDate”: “2023-12-31T00:00:00”,
     “to_Description”: {
     “results”: [ {
       “Language”: “EN”,
       “ProductDescription”: “Sample Product Description”}]}
}

However, I am receiving an error (attached error detail file). My external number range is set from A to ZZZZZZZZZZZZZZZZZZ.

Could you please help me troubleshoot this issue?

Thank you.

Scroll to Top