cancel
Showing results for 
Search instead for 
Did you mean: 

Error List for Production Order Confirmation & A_MaterialDocumentHeader

07-04-2025 9:41 AM
Mollenhauer Explorer
338 views 0 comments
0 Likes
SAP Managed Tags
Labels
Error HandlingIntegration SuiteMaterial DocumentProduction Order
Subscribe

Hello experts!

A customer wants to differentiate errors in S/4 Public Cloud, so that ALM can send them to different e-mail-addresses. One for technical issues, one for process issues and one general.

For that, we have to check the code which is in the response from S/4 when the Integration Suite tries for example to update an production order.

{
  "code": "RU/494",
  "message": {
    "@lang": "en",
    "$": "Order 1000510 closed"
  }
}

For now we identified the code RU/494, CO/469 & CO/030

The following endpoints are used:

  • API_PRODUCTION_ORDER_2_SRV/A_ProductionOrder_2
  • API_MATERIAL_DOCUMENT_SRV/A_MaterialDocumentHeader

Is there a list, where the codes are displayed with the message? I didn't found it on the api hub or business documentation.
Or did I miss it maybe?

Thank you!

0 Likes

Accepted Solutions (0)

Answers (0)