cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.mw.jco.JCO$ConversionException

rajeshkumar_kaveti
Participant
0 Kudos

Hi,

I am getting following exception when trying to call a RFC method in SAP through Java Connector.

<?xml version="1.0" ?>

- <sap:Envelope xmlns:sap="urn:sap-com:document:sap" version="1.0">

- <sap:Body>

- <rfcprop:Fault xmlns:rfcprop="urn:sap-com:document:sap:rfc:properties">

<faultcode>401</faultcode>

<faultstring>com.sap.mw.jco.JCO$ConversionException</faultstring>

- <detail>

<name>SBC_EXCEPTION</name>

- <message>

<text>Unparseable date: "01062006" in record ZBC_HEADER_QBC</text>

</message>

</detail>

</rfcprop:Fault>

</sap:Body>

</sap:Envelope>

I tried changing the date format. But still getting the same exception. Please help me in tracing this exception.

Regards,

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos