Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JCO ABAP Exception

Former Member
0 Likes
335

Hi,

We are getting JCO ABAP Exception in Non-SAP system which uses BSP page for connecting to SAP system.

Error log displayed in Non-SAP system as below:-

com.sap.mw.jco.JCO$AbapException: (126) FAILED: Error

at com.sap.mw.jco.JCO$Function.getException(JCO.java:18195)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3272)

Please help me to fix this issue.

Thanks ,

Venkat

Hi Venkatesh,

I have worked for these things around an year ago,

ABAP Exception is thrown by System if there is some problem with BAPI / RFC that you are invoking.

So, kindly test whether your BAPI is working fine or not in SAP system.

If it is workin fine over there, then check for the parameters that you are passing from your remote system to SAP System BAPI.

I think it should solve your problem.

In case of any other issue, please revert.

Thanking You All.

1 REPLY 1
Read only

Former Member
0 Likes
287

Hi Venkatesh,

I have worked for these things around an year ago,

ABAP Exception is thrown by System if there is some problem with BAPI / RFC that you are invoking.

So, kindly test whether your BAPI is working fine or not in SAP system.

If it is workin fine over there, then check for the parameters that you are passing from your remote system to SAP System BAPI.

I think it should solve your problem.

In case of any other issue, please revert.

Thanking You All.