Warning: Deprecated documentation
You are using the old version of the online help for ERPConnect.
Make sure to use the documentation within the new HelpCenter for ERPConnect.

Warning: Deprecated documentation
You are using the old version of the online help for ERP Connect.
Make sure to use the documentation within the new HelpCenter for ERPConnect.

Function modules are single functions managed by the SAP Function Builder (transaction SE37) and developed in SAP’s programming language ABAP.

Note: A BAPI/Function Module must have the attribute Remote Enabled to be called from outside the SAP system via the RFC protocol.

About BAPIs/Function Modules #

Every BAPI/Function Module provides import and export parameters. These parameters are used to pass or get scalar values. An exchange of tables is also possible.

The figure below shows the object hierarchy that is provided by ERPConnect to manage the exchange of imports, exports and table parameters.

clientarchitecture


More information on working with the ERPConnect Function classes is provided in the following sections:

Samples

Web Applications

Using Templates