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
1 answer

Creating a WebService in Java with JCO3

Hi people im trying to implement a webService in java wich uses JCO3 library. i have exported as a WAR into webapps FOLDER on a server, but when i try tu run on a Server(Tomcat 7) on windows 7 32 bits. It's a web dynamic project. And i use a sap…
funkeeiads
  • 307
  • 2
  • 6
  • 20
0
votes
1 answer

Migration of JCoFunction in sapjco 3.x

I'm migrating from JCO2.x to 3.x. I have rewritten almost the whole code, but with this I cannot move. Original 2.x code: JCO.ParameterList input = new JCO.ParameterList(); input.addInfo("APP_AREA", JCO.TYPE_STRING, 0, 0, 0,…
Mejmo
  • 1,899
  • 4
  • 26
  • 45
0
votes
2 answers

Connection Sap and android through jco

I try to connecting ANDROID with SAP (RFC). .....Is that possible ? I think its possible because this video shows de connection but i dont know why jco version ( he uses strange classes) https://www.youtube.com/watch?v=hJSkqS-dxkw I am working on…
funkeeiads
  • 307
  • 2
  • 6
  • 20
0
votes
1 answer

Mule-SAP Connector Error Message "Please enter sold-to party or ship-to party"

Am using Mule-Sap Connector(v)3.5.0 to Create Sales-Order. I see following error message in RETURN Row 0 Type: E ID: VP Message: Please enter sold-to party or ship-to party Row 1 Type: E ID: V4 Message: Sales document was not changed Mapping…
Learner2207
  • 117
  • 1
  • 13
0
votes
2 answers

OpenUI5 with Java Services

I am exploring OpenUI5 to use it as front end for developing SAP applications. One thing I noticed is that it is more user friendly with OData services/OData model. I believe, it may be a close initiative of Microsoft with SAP or vice-versa. I am…
Gana
  • 494
  • 3
  • 10
  • 28
0
votes
1 answer

SAP JCO3 table empty

I am re-writing my JCO2 code to JCO3 code to run on a 64 bit windows server. When I try to read my SAP table with the JCO3 code it is returning an empty table. However when I run the JCO2 code I have 2 records in the table. Here is a snipet of my…
0
votes
2 answers

Connect Sap retail using Java

I am new to SAP retail , got a task to connect and interact with the SAP retail system using java in order to retrieve promotion,offer data . I am looking for ways to do so, either using any java api or web services. Please give me some ideas to…
suresiva
  • 2,676
  • 1
  • 12
  • 21
0
votes
0 answers

how to use two structures in JCO for creation of data in SAP

i had searched forum and got this below link http://www.apentia-forum.de/viewtopic.php?t=1962 but here my problem is we have to pass two structures . because data i want create in sap fall under two structures . can anybody suggest me how can we…
bhat
  • 89
  • 1
  • 10
0
votes
2 answers

how to restrict the number of table columns in bapi output

While querying BAPI, we are generally interested in only few columns of a table. For example PO_ITEMS table (under BAPI_PO_GETITEMS) has 58 columns. While querying, I am interested in only 10 of those columns. But the BAPI response contains all the…
Gana
  • 494
  • 3
  • 10
  • 28
0
votes
1 answer

Mule Studio: Message is not a SAP object, it is of type "String"

When i am trying to connect Mule Studio with SAP. i am getting error. org.mule.api.transport.DispatchException: Message is not a SAP object, it is of type "String". Check the transformer for this Connector "connector.sap.mule.default". Failed to…
Anand Gajjar
  • 81
  • 2
  • 9
0
votes
1 answer

STAD data extraction into Java Application

SAP logs all the transactions executed by user and accumulates them by monthly wise. Information it stores user ID, date, time, transaction executed instance, etc. Table MONI contains this information. But when I check this table it looks like raw…
user2816525
  • 3
  • 1
  • 4
0
votes
1 answer

JCO PoolManager: How to confirm if JCO Pool is created in JCO PoolManager by looking at JCO traces

I am trying to analyze one problem where in JCO Trace file I can see that the JCO Pool is added as follows SAPEngine_Application_Thread[impl:3]_12 [14:44:41:772]: [JAV-LAYER] JCO.PoolManager.addPool: name = pool name, connection =…
0
votes
1 answer

How to connect OSGi to SAP?

I need to connect Adobe CQ5 (OSGi based CMS) to SAP to get some information from SAP. I don't have access to SAP server, meaning I cannot install anything there. According to what I've found out it's possible to connect Java application to SAP using…
Zhenya
  • 4,863
  • 5
  • 29
  • 38
0
votes
1 answer

Getting error attempting to Iterate over a JCoTable using java.util.iterator

Am trying to implement some Java patterns (Facade, and Iterator) against JCo objects. Here, I'm trying to create an Iterator over the JCoTable much like I would any collection in Java. Below is my class snippet. In MyClass I have an inner class…
Davidson
  • 1,032
  • 2
  • 17
  • 32
-1
votes
1 answer

Could not initialize class com.sap.conn.jco.rt.JCoRuntimeFactory

Please help, I tried all! I can run my app that use JCo on a Windows Server 2003 64x with glassfish, please help!
SebRojas
  • 194
  • 1
  • 2
  • 10
1 2 3
11
12