Top "Jco" questions

For general questions about "SAP JCo" (Java Connector).

SAP JCO JAVA Could not initialize class com.sap.conn.jco.JCo

i want to use SAP JCO to select user data for my java program. But all i got is: Sep 23, 2014 1:34:28 …

java sap jco
Tutorials, manuals, documentation for using SAP JCo 3.x

Do you know any decent documentation source for using JCo 3.x? Most of the materials I could find are pretty …

java sap bapi jco idoc
DATA_BUFFER_EXCEEDED error when calling RFC_READ_TABLE?

My java/groovy program receives table names and table fields from the user input, it queries the tables in SAP …

abap jco saprfc
Getting "java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path" error using SAP jco 3.0.11 for 32 bit windows

I am getting the below mentioned error while using SAPJCO 3.0.11 jar for 32 Bit windows XP OS. I am using a …

java jco
Example Program to insert a row using BAPI with JCO3

I am trying to "insert" (or) "add a row" to Purchase Requisition using standard BAPI (PurchaseRequisition.CreateFromData). I am using …

sap jco bapi
SAP JCo: JCoDestination vs. JCoClient

I'm calling a function in SAP from Java with the JCo library. So far my call works, but when I …

java sap bapi jco
How to use JCo connection without creating *.JcoDestination file

I'm trying to connect to SAP ECC 6.0 using JCo. I'm following this tutorial. However, there is a Note saying: For …

java jakarta-ee sap-erp jco bapi