bapi Questions
2
Solved
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...
4
Solved
I've got to admit that I'm not an expert on SAP R/3 programming, so this is more of a basic question on that matter.
Is there any way to get a list of accessible RFC modules and/or tables on a SAP ...
5
I need to connect to SAP Systems via standard BAPI calls. I already installed JCo (sapjco3) and added the .jar to my build path in Eclipse.
But due to the fact that I am rather a beginner regardi...
3
I have a Java application that uses SAP JCo 3 libraries. One of the use cases consists of receiving a IDoc file from the SAP instance (R/3, ERP 6.0 EhP 7) and convert it to XML. The problem is that...
3
Solved
With ABAP construction STARTING NEW TASK I can start a separate task running independently of the current, e.g. for batch execution.
I would like to hand over an Object instance RFC functions don'...
Walking asked 4/7, 2011 at 13:36
2
Solved
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 ...
1
Solved
What would be the effect of using the 'BAPI_TRANSACTION_COMMIT' with 'WAIT' parameter when equals to 'X' inside a BADi? Should I expect that SAP will commit the data when LUW commits?
I'm aware th...
4
Solved
I established connection to a SAP Server and I would like to print a list of BAPIs in my Java program. I am using sapjco3.jar.
Is there any way to do it?
2
Solved
I'm calling a function in SAP system 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 functi...
4
I want to expose the functionality of an SAP program (transaction) as a BAPI.
I need to call a report and supply range filters such that the GUI is bypassed.
Does anyone have a working example of ...
1
© 2022 - 2024 — McMap. All rights reserved.