cancel
Showing results for 
Search instead for 
Did you mean: 

Server Proxy Error : CX_ST_DESERIALIZATION_ERROR

Former Member
0 Kudos

Hi Guys ,

I am getting error in Server proxy where in trace it is showing my date field is not valid however while priniting trace I am getting correct value I am getting below trace log:

</SAP:P2>

<SAP:P3>/1SAI/TXS00000000000000000003</SAP:P3>

<SAP:P4>XML Bytepos.: 152 XML Path: ns0:MT__ERequest(1)Record(1)PostDatet(1) Error Text: Value 20080331 is not a valid date in accord with the XML format for ABAP Kernel ErrorId: CONVT_NO_DATE</SAP:P4>

<SAP:AdditionalText />

Please help what is the error.its urgent.

Regards,

Priya

Edited by: BeyondThe obvious on Mar 28, 2008 2:15 PM

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

There is a mismatch in the date format. Change the datatype of ur message in IR to "String". Now the yyyyMMdd format would be understood properly at R3. u will also have to regenerate the proxy.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek/Sangeeta,

Thanks for yr quick response it was the same issue as u guys have identified I changed the type to string in IR and its worked.

Jakub I was using Datetrans and still using it but the result is nopw dredirecting to String and not date .

Points awarded to all

REgards

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

The Data Type you used under MT__ERequest(1) was the issue, Change all the Data Type to String and try it out.

Regards

Sangeetha

turmoll
Active Contributor
0 Kudos

Hi,

You might use a graphical mapping function "DataTrans" to convert date format.

Regards,

Jakub