Calling the ABAP Extension Module and ABAP handler

The connector uses the value of the verb application-specific information in a business object to call the appropriate ABAP handler in the ABAP Extension Module. To call the appropriate ABAP handler in the ABAP Extension Module, you can specify the classname for the ABAP Extension Module and must specify the ABAP handler function module used by the business object. For example, the verb application-specific information for the Dynamic Transaction ABAP handler supporting SAP R/3 version 4.6 is:

AppSpecificInfo = sap.sapextensionmodule.VSapBoHandler,:/CWLD/DYNAMIC_TRANSACTION
 

Note:
You must uses a comma delimiter between the connector module (classname) and ABAP handler.

For more information on business object processing for the ABAP Extension Module, see Business object processing.

Copyright IBM Corp. 2003, 2004