cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the Module Processor

Former Member
0 Kudos

Hi,

This is Abdullah Shaik. Can any body help me in giving the solution for the question: "In what type of scenarios Module Processor is useful?". I need some examples such that I can understand clearly what it means and in what ways it can be used?

Accepted Solutions (1)

Accepted Solutions (1)

former_member206604
Active Contributor
0 Kudos

Hi,

If you need to enhance your existing adapter functionality you go for adapter module programming. for example you have a Excel file and you need to read it into XI. Where as there is no special Excel adapter for that so you can read it as a file and using this module processing you can wirite a Java Adapter module to conver it into a XML payload so that XI can understand.

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

Thanks,

Prakash

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

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

Sekhar