Symptom
Field PlainLongText not updated when using POST Request with Entity ProductionRoutingOperation of API API_PRODUCTION_ROUTING - SAP S/4HANA Cloud Public Edition
Environment
- SAP S/4HANA Cloud Public Edition
Reproducing the Issue
Call the API API_PRODUCTION_ROUTING with a Post Request using the Entity ProductionRoutingOperation and payload :
Body:
{
"PlainLongText": "SAP TEST
Line 1
Line 2"
}
Cause
If provide less than 40 characters in PlainLongText field of operation entity, it will automatically consider the provided text in OperationText field but not in the operation long text field.
It is suggessted to provide a text length longer than 40 characters to enable the long text. Once character longer than 40 in PlainLongText field, first 40 characters will replace the OperationText field.
Currently, the Production Routing OData API has a constraint that it is only supporting unformatted text in PlainLongText field
Resolution
System works as Designed
Keywords
Long Text , Routing, API_PRODUCTION_ROUTING, PlainLongText , KBA , PP-BD-RTG , Routing , PP-PI-MD , Basic Data , PP-BD-RTG-2CL , Routing (Public Cloud) , Problem