Top "Bapi" questions

BAPIs (Business Application Programming Interface) are specific methods for SAP business objects, which are stored in the Business Object Repository (BOR) of the SAP system and are used for carrying out particular business tasks.

BAPI_TRANSACTION_COMMIT with WAIT = 'X' within a BADi

What would be the effect of using the 'BAPI_TRANSACTION_COMMIT' with 'WAIT' parameter when equals to 'X' inside a …

sap commit abap bapi badi
How to connect to a SAP System using sapjco3 and Eclipse?

I need to connect to SAP Systems via standard BAPI calls. I already installed JCo (sapjco3) and added the .jar …

java eclipse bapi sapjco3
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 …

java sap bapi jco idoc
What is the difference between BAPI, BAdI, enhancement and modification?

What are the differences between a BAPI (Business Application Programming Interface), BAdI (Business Add-Ins), customer enhancement and customer modification?

abap bapi badi
Execute a program via SUBMIT, with GUI suppression

I want to expose the functionality of an SAP program (transaction) as a BAPI. I need to call a report …

abap bapi
Update BSEG-ZUONR with Function Module

I successfully change BKPF-BKTXT with FM CHANGE_DOCUMENT but why can't I change BSEG-ZUONR with FM CHANGE_DOCUMENT too? Here's …

abap sap-erp bapi
Example Program to insert a row using BAPI with JCO3

I am trying to "insert" (or) "add a row" to Purchase Requisition using standard BAPI (PurchaseRequisition.CreateFromData). I am using …

sap jco bapi
SAP RFC call returns "Error 0" in RETURN parameter from vb

Hi everybody and thanks in advance. I'm trying to call a SAP BAPI using RFC from vb but I'm having …

excel sap bapi vba
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 …

abap bapi sap-query
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 …

java sap bapi jco