cancel
Showing results for 
Search instead for 
Did you mean: 

PARSE_APPLICATION_DATA Error during XML error ID: CX_ST_DESERIALIZATION_ER

Former Member
0 Kudos

Hi All,

Iam Getting the error for Parse Application Data -error ID: CX_ST_DESERIALIZATION_ERROR; Pls check the log file..

xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIProxy</SAP:Category>

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<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/TXS00000000000000000026 XML Bytepos.: 1465 XML Path: ns1:YMMSTNPSR_FILEUPLOAD(1)STNPSRTAB(1)item(2)MATSTNVAL(24) Error Text: The argument '?007-08-14' cannot be interpreted as a number. Kernel ErrorId: CONVT_NO_NUMBER)) Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS00000000000000000026 XML Bytepos.: 1465 XML Path: ns1:YMMSTNPSR_FILEUPLOAD(1)STNPSRTAB(1)item(2)MATSTNVAL(24) Error Text: The argument '?007-08-14' cannot be interpreted as a number. Kernel ErrorId: CONVT_NO_NUMBER)) An error occurred when deserializing in the simple transformation program /1SAI/TXS00000000000000000026 The argument '?007-08-14' cannot be interpreted as a number.</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

can u please help me..

Thanks & Regards,

NVR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

NVR,

Just check if you are passing non numeric value to the numerical field.

ohh..infact you are passing date value i.e. "?007-08-14' " to number field...just check..

Nilesh

Former Member
0 Kudos

Nilesh,

Thanks for ur reply, but my date format is correct.

Regards,

NVR

Former Member
0 Kudos

NVR,

Two things...y date is coming as "?007...." "?" can u pls. check first character in date...

Second are you assigning this value to Number field? number cannot access "-" as a separator...

Please check.

Nilesh