Thanks for the response Sid!
So, a BAPI is a function written in ABAP that thas been RFC-enabled. I know how to use the activeX component in Delphi but I’m wondering how to programme a BAPI function for a simple selection. Could you maybe give me an example? I got the minisap from the abap objects book installed.
Main Topics
Browse All Topics





by: cryptosidPosted on 2006-05-19 at 04:16:28ID: 16716926
Hi,
p_erp2005/ helpdata/e n/13/ 931d0 7c87411d1a d0b080009b 0fb56/fram eset.htm
Business Application Programming Interfaces (BAPIs) are standardized programming interfaces that provide external access to SAP business processes and data.
BAPIs are defined in the Business Object Repository (BOR) as methods of SAP business objects or SAP interface types. BAPIs enable an object-oriented access to SAP application components.
BAPIs are implemented and stored as RFC-enabled function modules in the Function Builder of the ABAP Workbench.
Here check this link.
http://help.sap.com/saphel
Regards,
Sid