cancel
Showing results for 
Search instead for 
Did you mean: 

Converting PBOM uplaod BDC to a ZBAPI (RFC Enabled)

Former Member
0 Kudos

Hello Everyone,

We are currently using BDC to upload the Production BOM data. Now we want to automate this process. For this we have create a ZBAPI which internally calls that BCD. We are using JCo with Java to invoke this ZBAPI. The new ZBAPI is RFC enabled. But on execution I get the following error......

Error Key = RFC_ERROR_SYSTEM_FAILURE

Error Text = com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Exception condition "NO_BATCH" raised.

com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Exception condition "NO_BATCH" raised.

at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)

at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1242)

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

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

at BAPITemplate.main(BAPITemplate.java:45)

Can any one tell me whether we can call a BDC via an RFC enabled ZBAPI from JAVA using JCo ??

If its possible then why do I get such error message ??

Thanks in advance,

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hitesh,

The problem is not due to BDC. there may some other problem.

Regards,

Padmaja