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...
Bouncy asked 7/12, 2010 at 8:17

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 ...
Stonemason asked 14/9, 2010 at 16:8

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...
Natika asked 2/9, 2015 at 15:20

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...
Defeatism asked 5/10, 2015 at 17:24

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 ...
Heins asked 6/12, 2010 at 14:27

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...
Plumbery asked 21/10, 2014 at 19:5

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?
Cellarage asked 4/7, 2013 at 6:22

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...
Keldon asked 24/10, 2012 at 8:4

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 ...
Tautog asked 22/10, 2008 at 20:10
1

© 2022 - 2024 — McMap. All rights reserved.