cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime exception JCO_ERROR_FIELD_NOT_FOUND

Former Member
0 Likes
1,405

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
SAP Champion
SAP Champion
0 Likes

clear the cache of the server in NWA

Answers (1)

Answers (1)

Durgarao09
Contributor
0 Likes

Hi,

Restart the Server once ,it will work.

BR,

Durga Rao.

junwu
SAP Champion
SAP Champion
0 Likes

no need.