26
Mar
Visual Basic Calling SAP – using BAPI Calls
Posted by Admin, under ABAP, Abap Objects, Quick Reference, Sample Code, SAP, TutorialBAPI is a useful resource provided by SAP though which we can communicate with SAP also from external envirnment / sources. The following code shows the example of how to call BAPI externally, although SAP authentication for the user is done.
The example is a program developed in Visual Basic which I developed in my learning phase. It gives an idea about the hierarchy that needs to be followed when calling BAPI.
The example consists of three BAPI calls namely, for PO, GRN and Sales Order creation. The code is also available for download, but may require a bit tweaking.

