cancel
Showing results for 
Search instead for 
Did you mean: 

JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND

Former Member
0 Kudos

all experts:

met a question about calling rfc through jco,the following is the detail:

wrote RFC code,parameters are two table,but calling them in JCO,display error:

ex =com.sap.mw.jco.JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND: Field Zxxxx not a member of TABLES

com.sap.mw.jco.JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND: Field Zxxxx not a member of TABLES

what is reason for this message,please help me.

thanks.

Best Regards.

Vera PANG.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Open your RFC in ABAP editor.

Check the import parameters.

Compare them to what you are passing from your JCO call.

You will find the mismatch.

For further reference refer below doc :

[Link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/608391c6-dc79-2c10-2c8c-c72861822b12?quicklink=index&overridelayout=true]

Answers (0)