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.

This section shows how to use ERPConnect’s special classes.

Besides the standard classes for the RFC server and client functions, there are several special classes included in the ERPConnect toolkit:

  • The ReadTable class reads data directly from SAP tables.
  • The ABAPCode class enables the execution of ABAP code in your application.
  • The Transaction class manages and executes transactions.

These special classes encapsulate recurrent tasks and are all located in the namespace ERPConnect.Utils.


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

Read Table Class

ABAP Code Class

Transaction Class