Hi All,
we are using outbound proxy PurchaseOrderERPRequest_Out_V1 to send the purchase order to PI.
xml message is getting generated when ever purchase order is created. it works fine.
But for some Purchase order when there is no account assignment present, it is throwing error in work flow and no outbound xml is generated.
After checking the messages type, the field <xsd:element name="OrdinalNumberValue" type="OrdinalNumberValue"/> is set mandatory under node AccountingCodingBlockDistribution.
Getting below error in tcode SWIA.
SERIALIZE_APPLICATION_DATA Conversion error ABAP =
> XML: Request Message; CX_ST_SERIALIZATION_ERROR
in /1SAI/SAS0BB1DA907D04FB6D54BF Line 44 An error
occurred during serialization in the simple transf
work flow error.
work flow error when account assignment is missing.
PO xml generation is successful when account assignment data is present.
Message type
Functional team is telling that account assignment is not mandatory. but proxy xsd ordinal value is set mandatory.
Please let me know if anyone faced similar error. if this is program error or any note is there to resolve this.
Regards,
Muni