Hi Experts,
I have used one transaction_reference field in the source structure and in target structure , here sender is the SOAP system and receiver is the SAP Proxy .
For that field i have used date type as integer and length is 16 in both sender and receiver structure .
My issue is when source send the data in transaction_reference field like '0000000123456789' then it is not showig any error,
BUT if sender the data like '1234567896325874' then it is showing the below error in the SXMB_MONI.
Is there any possibility without changing the data type as string of the field transaction_reference.
Error during XML => ABAP conversion: Request Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/TXS3C5C06AA37A22A5B80A3 Line 88 An error occurred when deserializing in the simple transformation program /1SAI/TXS3C5C06AA37A22A5B80A3 Kernel ErrorId: UNCAUGHT_EXCEPTION (Overflow converting from '123456789123' Kernel ErrorId: CONVT_OVERFLOW) XML Bytepos.: 562 XML Path: ns0:VesselSche An error occurred when deserializing in the simple transformation program /1SAI/TXS3C5C06AA37A22A5B80A3 Overflow converting from '123456789123'</SAP:Stack>
Thanks
Mohith.