Start of Content Area

Function documentation SAP Business Connector Adapter Modules  Locate the document in its SAP Library structure

Use

The following standard modules are used for the SAP Business Connector adapter in the specified sequence:

     BcAdapterModuleConverterBean

     BcAdapterModuleSenderBean

     BcAdapterModuleConverterBean

If you insert your own modules in the module processor, you must integrate them at different places in the module chain, depending on the direction of the adapter.

Integration

You configure the adapter on the Parameters tab page during the definition of a communication channel. You define the module processor on the Module tab page. For information about creating additional modules, see Module Processor and Extending the Module Chain in the Module Processor.

Activities

You integrate your own modules as follows, depending on the direction (sender/receiver):

Sender Adapter

     BcAdapterModuleConverterBean

     Own modules

     BcAdapterModuleSenderBean

     Own modules for the synchronous response message

     BcAdapterModuleConverterBean

Receiver Adapter

     Own modules

     BcAdapterModuleConverterBean

     BcAdapterModuleSenderBean

     BcAdapterModuleConverterBean

     Own modules for the synchronous response message

 

 

 

End of Content Area