Tagged Questions
The bapi tag has no wiki summary.
3
votes
1answer
317 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
3answers
568 views
What is “POSNR” an abreviation or acronym for?
I'm working with some data that's coming out of an SAP system. There's a field named
POSNR
that appears to be a line item/database identifier of some kind. What is this an abbreviation for? It's ...
2
votes
3answers
407 views
How to search for available functions and tables on a SAP system
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 ...
2
votes
4answers
4k views
Calling an existing SAP report in ABAP, with GUI suppression
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 the ...
1
vote
1answer
2k 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 ...
1
vote
2answers
233 views
Is there any RFC or BAPI implementing the transaction rsscd001 for displaying change documents in SAP?
I would like to know whether there is any RFC or BAPI functions to display change documents based on input query in SAP. The customer requirement is to implement a java monitor system on SAP without ...
1
vote
1answer
374 views
Access SAP R/3 data directly from VB.NET
We have an assignment to create some XML outputs from data in SAP R/3. We are using SAP .NET Connector, for doing this. The problem we are facing is that there are some fields which are not exposed by ...
1
vote
1answer
293 views
GLAccount Information - Simulate BAPI_INCOMINGINVOICE_CREATE
I am currently working on an application that posts invoices to SAP using Java/JCo. I am using BAPI_INCOMINGINVOICE_CREATE for the purpose and it works perfectly fine. Now I have an additional ...
1
vote
1answer
341 views
How to fill a webdynpro table binded to a BAPI initially?
im fairly new to webdynpro abap and have the following problem:
I created a service returning a set of all existing customers. This function works well, if i test it in a litte program simply printing ...
1
vote
2answers
470 views
“NOT_SUPPORTED_BY_GUI” Exception in JCo
We are having a BAPI that uploads the specified document to SAP.
The BAPI accept three parameters:
ID, FILE_LOC and FOLDER_NAME.
And I'm setting the values as follows in the JCo code:
...
1
vote
3answers
1k views
Integrating Magento with SAP ECC 6.0 Backend
I'm a freshly graduated (read: inexperienced) developer who's been tasked with determining the feasibility of integrating Magento with an SAP-based backend. No developer at our company has any ...
1
vote
3answers
1k views
Are SAP's BAPI APIs propritary, or just a wrapper for something else?
So, I've just been dumped into the middle of a project involving SAP. Specifically, I need to use SAPs BAPI APIs to pull a bunch of information out of "The Client's" SAP system. Given that SAP is a ...
1
vote
5answers
2k views
Where to find novice SAP BAPI coding guides?
I've been working with applications interfacing with SAP via a web service for a little while now and I want to get into programming the BAPI's behind the web services as well. My company has been ...
0
votes
1answer
61 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
1answer
102 views
FM BAPI_PO_CHANGE how to add item?
I try to add items to existing PO.
And I use BAPI_PO_CHANGE.
Maybe somebody have WORKING example how to ADD item to PO?
I ALREADY CAN UPDATE EXISTING items in PO.
I need to add some NEW.
And yes, ...
0
votes
1answer
207 views
.NET connectivity with SAP
I wanted to learn SAP connectivity with .NET. I am 0% in SAP and even I don't have any SAP environment to give it a try. Can you suggest me how can I learn it practically? I mean is there anything ...
0
votes
0answers
193 views
Assign business partner as contact person to a debitor
[EDIT]
It is still the same issue:
The SAP Transaktion for this operation is VAP1, is there a bapi for this transaction which is remote accessible?
I want to create a debitor, a business partner ...
0
votes
2answers
627 views
How can I get a list of SQVI queries by User ID?
Just as some background, I intend to write an Excel add-in with .NET that can execute queries from an SAP system.
Thus, I'm looking for a list of function modules for SAP's SQVI transaction. I can't ...