cancel
Showing results for 
Search instead for 
Did you mean: 

how and were 2 use module processor..........

Former Member
0 Kudos

hi,

in adapter v have 3 tabs.first one is parameters,second one idetifiers and third one module.........so i want to no how this module is used.........in which situvation we use it and how?

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Phani,

see the module tab specifies the adapter modules called during execution of your communication channel......so in the comm channel in module tab - there is always a SAP adapter module for every adapter which is invoked by the adapter engine to do the work of that adapter.........now if there is some functionality in your scenario, which cant be provided by the adapters which SAP XI provides - then you will have to create a customer adapter J2EE module for your scenario in NWDS and then deploy it in XI system by SDM.....Then you can give your adapter module first and then SAP adapter module will be there..........So adapter engine first calls your adapter module -do the things you want and then adaper engine calls SAP adapter module to do the task of that adapter comm channel.

Hope this explains you the use of module tab in Comm channel.

Thanks,

Rajeev Gupta

0 Kudos

Hi..

Check this

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

regards

ramesh

Former Member
0 Kudos

modules are executed before the data is posted into integration pipeline for sender channels and are best place in case any of the things mentioned below are to be carried out on the message payload.

1. Validation

2. Encryption

for reciever channels, it is the last place before the data is written in the native format so is a best place to have a cleanup / error notification kinda activity...say raise alerts programatically about rejected data.

SAP recommends to leave the adapters with the standard modules and write your own IF AND ONLY IF REQUIRED.

Former Member
0 Kudos

Hi,

Usually there are pre defined modules for each adapter. Optionally we can also go for module development and add to the existing modules.

There are lot of scenarios where we can use moduels. For eg., For encryption that is not supported by XI. etc.

Go thro the following links:

/people/william.li/blog/2006/08/28/teched-2006-epi350--developing-and-testing-adapter-modules-in-sap-netweaver-exchange-infrastructure

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e21106cc-0c01-0010-db95-dbfc0ffd...

Regards,

P.Venkat

Former Member
0 Kudos
Former Member
0 Kudos

Usually, we do not use it. In case we develop our own adapter module and deployed it, we can configure the parameters for that adapter module in "Module" tab.

Regards,

Jai Shankar

former_member187339
Active Contributor
0 Kudos

Hi,

Some situations are:

https://weblogs.sdn.sap.com/pub/wlg/3823 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

Regards

Suraj

MichalKrawczyk
Active Contributor
0 Kudos

hi,

modules are programs that send the data to XI engine

(or from the engine to adapter)

you can create your own to enhance the standard ones

but in general you don't chahnge there anything

Regards,

michal