Show TOC

Adding Modules to the SAP Business Connector AdapterLocate this document in the navigation structure

Use

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

  • 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.

Procedure
  1. In the sender adapter, you add your own modules at the following point:
    • BcAdapterModuleConverterBean
    • Own modules
    • BcAdapterModuleSenderBean
    • Own modules for the synchronous response message
    • BcAdapterModuleConverterBean
  2. In the receiver adapter, you add your own modules at the following point:
    • Own modules
    • BcAdapterModuleConverterBean
    • BcAdapterModuleSenderBean
    • BcAdapterModuleConverterBean
    • Own modules for the synchronous response message