cancel
Showing results for 
Search instead for 
Did you mean: 

What is Module Processor

Former Member
0 Kudos

Hi All,

What is Module Processor ??

When We Use it

Regards

Vamsi

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member181959
Contributor
0 Kudos

Hi,

In simplest terms Module Processor is a component of Adapter framework.

We can use the existing module processor for a particular purpose.

For example File content Conversion in File adapter is a module which helps in content conversion.

We also have a provision for developing our own and to use the same in your scenarios.

For more information on Module Processor please go tru the below link,

http://help.sap.com/saphelp_nw04/helpdata/en/cd/5af7c0c994e24fb0d0088443513de2/content.htm

Hope this helps.

-Prasad Babu.

former_member529475
Active Contributor
0 Kudos

Hi Vamsi,

Module processor is used to enhance the adapters or provides additional functionality to the builtin XI adapters.

XI allows you to enahnce the functionality of your adapters by allowing you to write Adapter Modules. the adapter module is a custom java Bean that can be used to process the payload picked by your adapter before being passed to and from the integration engine.

By default, every adapter has its own standard module which should be the last modulee to be processes. Take a look at this document,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac2...

Also check this link.....

https://websmp201.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

Cheers...

Vasu

<b>** REward POints if found useful **</b>

Former Member
0 Kudos
Former Member
0 Kudos

Hi vamsi

Pls refer the below link u will, get all information related to module processor

https://websmp203.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/cd/5af7c0c994e24fb0d0088443513de2/frameset.htm

Check these links

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

http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/content.htm

/people/gowtham.kuchipudi2/blog/2006/01/13/stop-creation-of-an-empty-file-from-file-adapter-using-module

Check this blog to do a sample example using module processor.

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

To implement the above check this link....

https://websmp201.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

pls reward if useful

former_member184543
Active Participant
0 Kudos
Former Member
0 Kudos