cancel
Showing results for 
Search instead for 
Did you mean: 

Error in CRM B2B shop application

former_member745782
Active Participant
0 Kudos

Hello everybody,

we installed a CRM B2B shop application in Netweaver version 7.01 SP 5.

The application work correctly but when we try to save order we have the follow error:

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

at com.sap.mw.jco.JCO$MetaData.indexOf(JCO.java:9566)

at com.sap.mw.jco.JCO$Record.getString(JCO.java:14118)

.....

any suggestion??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello apederiva,

The JCO exception that you see indicates problem on the R/3 side.

It seems like the query that you sent to R/3 through JCO cannot be executed because u201CField HOUSE_NO_LONG not a member of BAPISDCOADu201D

You could use transaction SE11 to see the ABAP dictionary structure BAPISDCOAD.

Check note 913878.

Regards,

Ventsi

former_member745782
Active Participant
0 Kudos

thanks!

i solved whit this note