Tagged Questions
0
votes
1answer
25 views
Within BOE XI, using the Java SDK, when scheduling a report, is there a way to store some string attributes onto the actual instance?
Within BOE 4, using the Java SDK, when scheduling a report, is there a way to store some string attributes onto the actual instance?
1
vote
1answer
37 views
Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
In my java web application, trying to connect SAP Server. This error is generated. I have placed the sapjco3.dll and sapjco3.jar in WEB-INF/lib/ and also configured in the Java Build Path.
I have also ...
0
votes
1answer
50 views
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 ...
0
votes
1answer
81 views
Reading and mapping context elements from view in netweaver
I have two views in my application and I want to share one variable between them so that when a string is submitted in the StartViewI can show it in the ResultView. I'm a little confused about how the ...
0
votes
1answer
146 views
Integration of custom Java web app in SAP BusinessObjects BI 4.0
Can anyone represent step by step guideline of custom Java web app integration in SAP BusinessObjects BI 4.0 (using BI Tomcat6). I could not find any solution in the internet, pitifully. In my custom ...
1
vote
1answer
208 views
JAX-WS - inject WebServiceContext into @WebService that only has @Oneway methods
I'm on SAP NetWeaver 7.3 EHP 1 (JEE5 certified) and I've genereated a Web Service skeleton for an existing WSDL. All methods in this Webservice are non-blocking and thus annotated with @Oneway. The ...
0
votes
1answer
129 views
Webservice run time Exception error: java.lang.NoClassDefFoundError
After creating a web service for business objects, at runtime I get an exception error:
Exception: java.lang.NoClassDefFoundError: com/crystaldecisions/sdk/exception/SDKException;
nested exception ...
0
votes
0answers
44 views
Is there anyway for connect to SAP Server without using JCo & .DLL files? [duplicate]
I need to connect to an SAP Server with Java in my desktop application (Swing Project).
I don't want to place .DLL files in the installation directory for
all my systems in which I am going to ...
0
votes
0answers
77 views
SAP NetWeaver Cloud - Java - how configure persistent data objects and how can i use them
i want to create a simple project management application at the SAP NetWeaver Cloud (Java)
Users can add persons to projects and define the working hours of a person who works on a project.
I created ...
-1
votes
1answer
26 views
Can I use an applet to read a purchase order from SAP? [closed]
Most of my customers are factories that use SAP and I've got a webapp (j2ee) that deals with the (rather complex) customs routines in Brazil. The way it works today is that my clients send me the ...
0
votes
0answers
27 views
Data synchoronization between SAP and MySQL [duplicate]
Possible Duplicate:
Export data from SAP to SQL Server
I am developing application where there is connectivity between SAP and Java Web application.
Back end is MySQL. In this application , ...
1
vote
2answers
425 views
Way to know if SAP WAS server is ABAP, Java or integrated
Using transaction SM51, I get a list of servers in my system (there is only one). It has the following information:
Server Name
Host Name
Message Types (Having value Dialog Batch Update Upd2 Spool ...
-2
votes
1answer
238 views
How to use a function module SAP_WAPI_START_WORKFLOW using eclipse and java [closed]
I have created a workflow in SAP system. Now i want to start this work flow from outside SAP system using java language. I am new to sap bapi/java programming. Here is my uncompleted code
import ...
0
votes
0answers
155 views
Sap Abap Or Sharepoint Or Both…? [closed]
I am a 2 and Half years experienced developer in ABAP. I also create custom applications using Java EE as and when required ( I am quite comfortable in Java and RIA technologies too). In my ...
-2
votes
1answer
419 views
Exception while connecting SAP through Java
Can you please tell me the solution to fix this below issue ---
This Exception I am getting while trying to connect SAP related files through Java class even though sapjco3.jar is in my library ...
3
votes
6answers
9k views
Java or ABAP Web Dynpro? (SAP Web Development on Netweaver) [closed]
Are there any good arguments for using Java Web Dynpro over ABAP Web Dynpro? I've heard that the Java version is more mature by about 18 months because Dynpro was made for Java, and then ABAP devs ...
0
votes
3answers
517 views
Open the SAP thick client screen from Java program
Having any thick client like SAP Logon installed, users can connect to required SAP server and access data through transactions.
What I am trying to do? - To invoke the SAP thick client installed in ...
0
votes
0answers
116 views
Cant connect to BOXI 4 server from application. After migration from 3.1 Crystal reports
Am in need for some urgent help from you guys.
We are trying to download reports from the BOXI server BO 4.0.
Everything was working fine till we tried to migrate from the BI 3.1 server to the ...
0
votes
1answer
157 views
How to run and download a BusinessObjects report as text
My Question: How do you run and download a report to text? In BuessinessObjects, you can download reports as a plain text file. And their documentation for the API indicates that you can download ...
0
votes
0answers
226 views
How to fetch Web intelligence report tab metadata i.e. columns?
I want to fetch SAP BO4 Web intelligence Report Tab Columns information.
I tried fetching this information in Java using -
DataProviders dps = reportInstance.getDataProviders();
for (int ii = ...
3
votes
2answers
1k views
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 look for help in the Internet, there is always a JCoClient that is being used to get the fuctions, making ...
0
votes
2answers
1k views
SAP GUI 7.3 system requirements
I did managed to get the SAP note with the system requirements but I still need more info.
My company is upgrading to the new version in October and I really need to find out which version of Java ...
0
votes
1answer
108 views
Binary Serialization between Netweaver/Java web service and .NET consumer
I'm on a project that exposes SAP ABAP functionality as a web service via Netweaver / Java (7.01 SP3 I think). We consume it on an .NET 4 UI tier. We are dealing with some large message structures ...
0
votes
1answer
79 views
Can't get round a ClassCastException
While trying to cast the result of a context.lookup() call in my portal application, I'm getting a ClassCastException for two out of three attempts at casting different results.
After some research I ...
2
votes
1answer
1k views
How to log into Business Objects using Active Directory or LDAP
Edit: Appended "or LDAP" to question title to indicate that I would be fine to have a solution which made it possible for me to authenticate with LDAP credentials.
My Question: How do I authenticate ...
4
votes
2answers
552 views
How to communicate with a SAP application from JAVA
we are planning to integrate our Sales and Distribution module to SAP application. We need to store the Sales information in a SAP application.
we are migrating the existing data using Exchange ...
0
votes
1answer
201 views
Authorization S_RFC in JCO, issue with SDIFRUNTIME
The user has the right to S_RFC object:
ACTVT: 16
RFC_TYPE: FUGR
RFC_NAME: RFC1, SDIFRUNTIMЕ, SDTX, SPF1, SYST, SYSU, THFB, SRFC.
Getting error:
User MY_USER has no RFC authorization for ...
2
votes
0answers
520 views
Empty soap action when SAP Solution Manager call WCF Webservice
Context :
SAP Solution Manager (will call it SolMan) exposes a SOAP webservice where a 3rd party can call to interoperate with it. The 3rd party application can also implement the same webservice ...
0
votes
1answer
688 views
pull the data from SAP BW System and process in java
We have a requirement to develop an application that pulls the data from SAP BW system and display it on a Flex chart.
The Flex guy wants the data in the XML format. Am the middleWare guy who sits in ...
3
votes
1answer
532 views
QTP find object in a Browser frame in a Java frame in an IE window?
So we have a bit of an unusual setup in our software. On a webpage, we have a Java applet. QTP can handle objects on the webpage itself or the Java applet itself quite easily. The problem comes ...
1
vote
1answer
504 views
Connect Sap System
I am working in a Java EE project that integrates with SAP system, and I am trying to run a simple standalone java class that calls a RFC. My snippet of code is
JCO.Client mConnection =
...
-1
votes
1answer
218 views
Any tutorials for invoking SAP Enterprise Services with Ruby or Java? [closed]
I'm having difficulty look for tutorials which guides me to invoke SAP Enterprise Services form my own Ruby or Java app. Can anyone point me to some tutorials?
6
votes
5answers
922 views
Crazy idea: Connect .NET and SAP with SAP JCo using IKVM.NET
Because the SAP Connector for .NET is no longer maintained by SAP, I am now looking for an alternative to connect the Microsoft world with the SAP world. I know there are third party products like ...
0
votes
1answer
126 views
proper session closing from crystal enterprise server
can anyone tell the exact way to properly closing the session after login to the crystal enterprise server..
OK..enterpriseSession.logoff() will work.
Suppose am not having the enterpriseSession ...
3
votes
3answers
2k views
sap, abap , java, .net [closed]
I have two years of dotnet development experience . I am trying to move into SAP. Whats the best to opt for in Netweaver i.e Java or ABAP or there are any opportunities for this on dotnet platform. ...
0
votes
1answer
355 views
Creating Purchase Info Record in SAP
I am trying to create a Purchase Info Record (ME11) in SAP using the below JCo code:
It executes without fail and throws no error, but i am not able to get the newly created info record in SAP. In ...
0
votes
2answers
576 views
Error using SAP BAPI “CSAP_MAT_BOM_MAINTAIN”
I am trying to use the SAP BAPI "CSAP_MAT_BOM_MAINTAIN" to create a BOM in SAP but i get error.
IFunctionTemplate ft = mRepository.getFunctionTemplate("CSAP_MAT_BOM_MAINTAIN");
...
1
vote
2answers
656 views
Is JCO (java connector of SAP) thread safe?
I did not really manage to find proper documentation about this. There are the classes in JCO com.sap.conn.jco.JCoDestination and com.sap.conn.jco.JCoDestinationManager. My questions about them:
are ...
0
votes
1answer
2k views
how to access the SAP JCo connector from a Java Web Service?
I've a java web service in Eclipse for Mac using the JCo connector to access a number of RFCs, but my java code could not access SAP that had the error "(102) JCO_ERROR_COMMUNICATION: Connect to SAP ...
0
votes
2answers
690 views
SAP Java Connector (JCo) mocking/testing JCoFunction and/or JCoParameterList
i need to test a module without actually calling our sap provider via executing a "real" JCoFunction.
how do i instantiate a "formally correct" JCoFunction?
i can even just deal with a ...
1
vote
2answers
449 views
Is the SAP RSECNOTE tool used for the ABAP and/or JAVA stack?
Does the SAP RSECNOTE tool display security note information for the ABAP and/or JAVA stack?
0
votes
1answer
586 views
Serialize c# DateTime to Java Time and Java Date for SAP webservice
I need to upload data to SAP via a webservice, using WCF in c# 4.0 (VS2010). I have been able to connect and post data to the using the webservice successfully, however i ran into a problem with date ...
2
votes
0answers
324 views
Does spring have support for SAP JCo transactions?
Does Spring have support for JCo transaction management? How can Transactions be combined with SAP's JCo or JRA transactions?
Regards
0
votes
1answer
335 views
crystalenterprise sessionMgr.logon setting connection timeout
how can i set the connection timeout option manually..?
when am trying to connect to the crystal enterprise server programmatically it will showing the connection time out error..
2
votes
1answer
6k views
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 outdated and refer to previous versions (JCo 2.x).
In case, anyone wondered, the things I ...
3
votes
1answer
571 views
How to control transaction (commit/rollback) when reading an IDOC
When using JCo (3.x) to read IDOCs sent from a SAP server, what action should be taken to indicate the message has been properly received (i.e. commit)?
In Java I imagine something like:
public ...
3
votes
4answers
4k views
XML parsing with SAX | how to handle special characters?
We have a JAVA application that pulls the data from SAP, parses it and renders to the users.
The data is pulled using JCO connector.
Recently we were thrown an exception:
...
1
vote
2answers
2k views
How do I create an SAP interface to pull some data from our webapplication?
We have a Java web application built on a relational database and we would like to create a SAP module to pull some data in from this application into SAP.
What would be involved? My understanding so ...
1
vote
2answers
1k views
Building JCoServer without Properties-File
I got another JCo-related question and hopefully finding help.
With JCo you can easily build up a connection like it is explained in the example sheets which came with the JCo-library. Unfortunately, ...
4
votes
2answers
1k views
Future of the “SAP Java Connector”
Is the SAP Java Connector still a good way to connect a Java Application with SAP ? Will there be a support and maintenance of the connector in the future (especially in ECC 6.0) or is the one and ...