cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent Abt Modules

Former Member
0 Kudos

Hi All,

I would like to know abt MODULES,

Wat is MODULE???

I like to know wat MODULS are there in the SAP XI, I want to develope the modules in the J2EE so please any one provide me the step by step procedure how to develope the J2EE Scenario in the XI.

Please also give me some links related to the MODULES.

Points also rewarded for the useful Answers.

Thanks & Regards

Venkat Anil

Edited by: Venkat Anil Gannavarapu on Jun 12, 2008 5:27 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos
GabrielSagaya
Active Contributor
0 Kudos

1.When we do not have any standard adapter to convert a format of Inbound and Outbound Message into the XML format.

We are developing an adapter module to convert that message into XML format.

2.To enhance the functionality of the existing adapters

3.Adapter module is used for Converting the payload, Changing encoding, Encryption and decryption and Creating and merging of additional attachments

4.

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

While dealing with adapter modules,

1. First, create an EJB Module.

2. You create a Stateless session bean.

3. You use the following attributes for the bean,

Remote Interface: com.sap.aii.af.mp.module.ModuleRemote

Home Interface: com.sap.aii.af.mp.module.ModuleHome

Local Interface: com.sap.aii.af.mp.module.ModuleLocal

LocalHome Interface: com.sap.aii.af.mp.module.ModuleLocalHome

4. Your class must implement,

Module.process(ModuleContext, ModuleData).

5. You buiild an EAR archive and an Application Archive and then deploy this on your J2EE engine.

Take a look at this document,

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/99593f86-0601-0010-059d-d2d...

Former Member
0 Kudos

Hi GSS,

First of all I, would like to Thank u for the usefull information given to me. and can u please help me by giving the step by step procedure for how to directly implement J2EE Modules in the XI.

Thanks & Regards

VENKAT ANIL