cancel
Showing results for 
Search instead for 
Did you mean: 

Dump on executing an RFC

govardan_raj
Contributor
0 Kudos

Error ID:E41F13CBF6980024000000AF000003CA0004B1D895ED8D52

Sent: Today Priority: Normal

Status: New

Application Name:TechCallListApps

Customer Inputs:error in retriving the call list

com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: com.sap.mw.jco.JCO$ConversionException: (122) JCO_ERROR_CONVERSION: Date 2 - - has a wrong format at field SERVICE_IC_REMARK_DATE: Unparseable date: " 2 - - ", error key: RFC_ERROR_SYSTEM_FAILURE

at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)

at com.arteriatech.cs.comp.TechCModelComp.getTechCallList(TechCModelComp.java:464)

at com.arteriatech.cs.comp.wdp.InternalTechCModelComp.getTechCallList(InternalTechCModelComp.java:2471)

at com.arteriatech.cs.comp.TechCModelCompInterface.getTechCallList(TechCModelCompInterface.java:144)

hi,

Im govardan ,

on executing an rfc for getting list of reports this dump is occuring and i know that this dump is comign becouse one of the feild named SERVICE_IC_REMARK_DATE is getting the a date "2 - - " value which is not in acceptable date format

hence the dump is occuring but im not doing copyservice for copyign the values from the rfc node to the local node instead im setting the values individually using for loop and iam not setting the feild SERVICE_IC_REMARK_DATE coming from the RFC to the local node but still the dump is occuring please suggest any solutions for handling such feilds where the vaules from rfc are not in accecptable format .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For conversion try something like :

input.setReq_Frm(java.sql.Date.valueOf("9999-01-31"));

Pass your date in string format as parameter in above statement.

govardan_raj
Contributor
0 Kudos

thank you wil try for that and revert back

Answers (0)