cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime exception JCO_ERROR_FIELD_NOT_FOUND

Former Member
0 Kudos

Hi All,

I'm developing an application in WD JAVA using adaptive RFC Model. At the backend functional module a new import parameter IN_DATA has been added in the function module. In NWDS I reimported the model, set the import parameter,binded it to the function module and executed the FM. The code complied successfully. but at run time I get the following exception.

com.sap.conn.jco.JCoRuntimeException: (127) JCO_ERROR_FIELD_NOT_FOUND : Field IN_DATA not a member of ZCALC

    at com.sap.conn.jco.rt.AbstractMetaData.indexOf(AbstractMetaData.java:384)
    at com.sap.conn.jco.rt.AbstractMetaData.getType(AbstractMetaData.java:533)
    at com.sap.tc.cm.arfc2.model.ARFC2GenericModelClass.unmarshalFromJCoRecord(ARFC2GenericModelClass.java:261)
    at com.sap.tc.cm.arfc2.model.ARFC2ModelObjectCollection.doUnMarshalAt(ARFC2ModelObjectCollection.java:97)
    at com.sap.tc.cm.arfc2.model.ARFC2ModelObjectCollection.get(ARFC2ModelObjectCollection.java:120)
    ... 201 more

but the "IN_DATA" value is passing to the backend. Im using NWDS 7.3.

Can anyone ple help on this issue.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

clear the cache of the server in NWA

Answers (1)

Answers (1)

vdurgarao09
Contributor
0 Kudos

Hi,

Restart the Server once ,it will work.

BR,

Durga Rao.

junwu
Active Contributor
0 Kudos

no need.