cancel
Showing results for 
Search instead for 
Did you mean: 

How to Develop Adapter Module??

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Experts,

Can anyone help me what is the use of Adapter Module in XI??

Please share me the document any step step procedure to develop adpter module,

and what are the pre-requistes.

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

SudhirT
Active Contributor
0 Kudos

Hi,

Cherck the blog

Thanks!

Answers (5)

Answers (5)

rajasekhar_reddy14
Active Contributor
0 Kudos

Thanks for yous help....resolved

Former Member
0 Kudos

Hi Raj,

Development of Adapter Module

[ ]

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b918e]

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe]

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3339] [original link is broken] [original link is broken] [original link is broken];

E-Learning

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/media/uuid/e2235b71-0701-0010-9f85-b06c7d1c7a0e]

XI libraries for development

aii_af_cci.jar

aii_af_mp.jar

aii_af_ms_api.jar

aii_af_ms_spi.jar

aii_af_trace.jar

aii_af_svc.jar

aii_af_cpa.jar

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/xi%252blibraries%252bfor%252bdevelopment]

Where to get the libraries for XI development

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/where%252bto%252bget%252bthe%252blibraries%252bfor%252bxi%252bdevelopment]

Need For Ddeveloping Adapter Module

SAP has provided some stantard Adapters with specific use.If that adapter are not sufficient for our requirment means ,we have to go for Developing custom Adapters.

After Developing the module we have deploy the EAR file to XI Server and by using the JNDI name module should be called in Module tab of communication channel.

Regards,

RajeshKumar

Former Member
0 Kudos

Hi Rajashekhar,

When the Standard adapter not satisfying your requirement then you can go for the Adapter Module Development.

For example when you want to read multiple sheet in Excel file then you can develop your own adapter module and call in the File Adapter.

For this you need to now the Java coding, NWDS tools and some set of jar files to develop the Module.

Go throgh this document for developing the adapter module.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01...

Regards

Goli Sridhar

dharamveer_gaur2
Active Contributor
0 Kudos
Shabarish_Nair
Active Contributor
0 Kudos