cancel
Showing results for 
Search instead for 
Did you mean: 

Parse application error

Former Member
0 Kudos

Hi Experts,

I am getting following error in tcode:sxmb_moni

<b> <SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during XML => ABAP conversion (; error ID: ; ( )) PARSE_APPLICATION_DATA Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS00000000000000000018 XML Bytepos.: 56906 XML Path: ns1:_-BI0_-QI6AZXML_DELAY_001_RFC(1)DATA(2)item(31)_-BIC_-ZSTPBUILD(27) Error Text: Data loss occurred when converting INVALID,INVALIDTH YARDlable4,STK5,TCB1L,P7,P9,SH9,P10,SS10,P12,STK8SH9,P10,SS10,P12,STK8,,TCB1F,P6,P8,SH8)) Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS00000000000000000018 XML Bytepos.: 56906 XML Path: ns1:_-BI0_-QI6AZXML_DELAY_001_RFC(1)DATA(2)item(31)_-BIC_-ZSTPBUILD(27) Error Text: Data loss occurred when converting INVALID,INVALIDTH YARDlable4,STK5,TCB1L,P7,P9,SH9,P10,SS10,P12,STK8SH9,P10,SS10,P12,STK8,,TCB1F,P6,P8,SH8)) An error occurred when deserializing in the simple transformation program /1SAI/TXS00000000000000000018 Data loss occurred when converting INVALID,INVALIDTH YARDlable4,STK5,TCB1L,P7,P9,SH9,P10,SS10,P12,STK8SH9,P10,SS10,P12,STK8,,TCB1F,P6,P8,SH8,P11,SS11,P14,STK5101,P104,P106_A,STK3</SAP:]>

Anybody has idea how to solve this issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It seams that you are using ABAP mapping or ABAP proxy, am I right? You are getting a dump on your code. To chek it, go to st22, check your dump and fix the code.

I hope it helps,

Ricardo.

Former Member
0 Kudos

Hi narendra,

It seems you are not sending data for a mandatory field from the source to the target,

check your source field and see if all the madatory fields in target get a value.

But, in case you are sure about DATE trans being a cause you can refer to a thread that i was a part and was solved at:

Make sure you use the corrrect length and format of source and target.

Regards.

Akshay Jamgaonkar.

    • Reward points if find useful.