Questions tagged [jco]

For general questions about "SAP JCo" (Java Connector). As JCo versions are not backward compatible, please use one of the version-specific tags instead or in addition.

"SAP JCo" is the short-cut for "SAP Java Connector" which is a Java library used to connect to SAP systems through the protocol.

Major SAP JCo versions are not backward compatible! Therefore, favor using a version specific tag (e.g. ) over this tag.


Related tags

177 questions
0
votes
0 answers

com.sap.mw.jco.rfc.MiddlewareRFC' JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc

I am getting following error while running java class on linux server... bash-3.2$ Exception in thread "main" java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer…
Developer Desk
  • 1,981
  • 7
  • 32
  • 69
0
votes
2 answers

Why SAP select-option error when put "i" for SIGN values?

I want to ask about SAP. So, I want to request data from SAP in certain server (not mine, and I can't open the server), and the server admin gave me SELECT-OPTION values, so I can use these parameter to request. But, he gave me "i" character for…
Kenny Basuki
  • 585
  • 4
  • 10
  • 22
0
votes
1 answer

BAPI Function Get list of customer sort by date DESC

How to sort by any fields (date example) I want to retrieve a list of customers sorted by a specific fields, using BAPI Functions and JCo. I am able to retrieve the list of customers perhaps they are not sorted.
Jimmy Bway
  • 37
  • 6
0
votes
1 answer

SAP JCo 3.x Linux 64bit Download

is there any possibility to get the SAP JCo 3.x Linux 64bit library except from SAP Marketplace? Thanks zwaem
zwaem
  • 31
  • 1
0
votes
1 answer

SEGMENT_UNKNOWN error while acessing SAP backend via JCO-connector

I'm trying to connect to a SAP system via Java Middleware (Dell Boomi) to inspect existing document types. When inspecting a base IDOC Type (e.g. ORDERS05) everything works ok. When trying to inspect a custom type (e.g. ZORDERS05) I get a rather…
Simone Avogadro
  • 761
  • 7
  • 22
0
votes
1 answer

Is there any id that can be used for different idocs other than tid?

Is there any id that can be used for different idocs other than tid? I am using JCoServerTIDHandler to get the tid. Do we have any other such unique ID or other related field that helps the purpose?
shefali
  • 29
  • 3
0
votes
1 answer

Unable to create Sales Order from JCO

I am using the below code to call the BAPI BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order . SAP machine is generating a SO number and sending as a response but when i check with va03 for the SO number which i have received sales order…
Naveen Rayappa
  • 119
  • 3
  • 15
0
votes
1 answer

how to create a purchase order using BAPI : BAPI_PO_CREATE1

I am trying to create a Purchase Order using JCO3. I am able to execute my function without any error but i am not sure whats wrong system is not throwing any error and its not creating PO also in the SAP system. JCoDestination destination =…
Utsav
  • 1,565
  • 3
  • 21
  • 45
0
votes
0 answers

Connect to SAP using JCO through a SAPRouter

I've been trying to connect a java program to SAP using JCO Java connectors (latest version 3.0.13). I was having trouble and i was told that the problem was that i was trying to connect directly and i need to connect via saprouter. There's a…
0
votes
1 answer

Authenticate without entering userid and password

I'm apologizing in advance on the way the question is asked, i mean the way it is framed. In our organization we have an internal portal like www.xyz.com and we use SAP web interface. Basically i'm writing a java code using JCO to fetch the data…
Rakesh
  • 350
  • 1
  • 5
  • 21
0
votes
1 answer

How do we obtain SAP JCo data for tcode DB02

To monitor Performance of SAP CCMS(Rz20), we used XM interface, like : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/da47d190-0201-0010-ac9a-e236663563e0?QuickLink=index&overridelayout=true&5003637377319 Is there any such…
Nida Sahar
  • 628
  • 3
  • 12
  • 29
0
votes
1 answer

In Virgo-Server Import-Package could not be resolved.Caused by missing constraint in bundle constraint

I am very new in Java Spring framework. I have created a custom bundle and want to deploy the jar/bundle in virgo server.But I am not able to successfully do so. Here is my template.mf file screen , where I have added the dependency Here is my…
curiousguy
  • 2,694
  • 6
  • 31
  • 55
0
votes
1 answer

How to convert SAP Table Raw Data (Data Type : LRAW) in Java

By using SAP JCO i am able to read the SAP table DBTABLOG data in to Java application. This table has raw data (data type : LRAW) in one of the columns, it is impossible to understand the content. How can we convert this RAW data in to readable…
user2816525
  • 3
  • 1
  • 4
0
votes
1 answer

SAP BAPI BAPI_MATERIAL_GET_DETAIL able to fetch MATERIAL_GENERAL_DATA but not MATERIALVALUATIONDATA

I am able to fetch MATERIAL_GENERAL_DATA for a material from SAP server . But for the same material I am not able to fetch MATERIALVALUATIONDATA Here is my piece of code public static void step5WorkWithTable() throws JCoException{ …
curiousguy
  • 2,694
  • 6
  • 31
  • 55
0
votes
2 answers

What data is available through SAP JCo

Correct me if i am wrong SAP JCo provides SAP system, process and OS related data. Is there any document or any place where all the data is enlisted? and What BAPi tables are required to access this data?
Nida Sahar
  • 628
  • 3
  • 12
  • 29