cancel
Showing results for 
Search instead for 
Did you mean: 

i Want to develope my own adpter

Former Member
0 Kudos

i want to develope my own adapter but i dont know how to start . i am novice in this field can anybody guide me for this .

Regards ,

Sunil Singh

sunilj.singh@lntinfotech.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check this link:

Adapter and Module Development

This description enables you to develop adapters and modules for SAP Exchange Infrastructure (XI). To do this, you use the Adapter Framework in the Partner Connectivity Kit (PCK).

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

Answers (7)

Answers (7)

Former Member
0 Kudos

Hello Sunil,

Pls give points if useful

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe">https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe</a><a href="https://websmp201.sap-ag.de/sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf">https://websmp201.sap-ag.de/sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf</a>/community [original link is broken][url=][/url]

Former Member
0 Kudos

Hello Sunil,

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe</a>

<a href="https://websmp201.sap-ag.de/sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf">https://websmp201.sap-ag.de/sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf</a>

Pls give points if useful

former_member307485
Active Participant
0 Kudos

Hi Sunil,

You idea is good but little complex. I would recommend you to go through the eClass in the e-learning(Advanced Courses) of XI to get a very good idea about adapter development.

Please find below the link for the same.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e2235b71-0701-0010-9f85-b06c7....

Regards,

Divya

Former Member
0 Kudos

Hi Sunil,

As all mentioned above valid points u should follow before going to develope XI custom adapter.

the mandatory things required to develope XI custom adapter :

-> u shuold be familliar with XI Adapter Framework

-> u should understood ths JCA concept (CCI and SPI)

-> the complete XI message flow

-> high level expertise in J2EE

-> u must have done couple of xi scenarios with different adapters

Apart from all above mandatory things u should also follow one 'prerequisite step' which is recomended by sap to customers.

"Test with XI AF JCA sample adapter code available on xiserver"

This is an enhanced File adapter which converts xml file automatically into text file format.

To search for JCA adapter code file:

see the directory on xi server : "\com\sap\aii\af\sample\adapter\ra"

File name : 'sample_ra.sda' (this file contains JCA adapter code)

extract this sda file with '.rar'extension u will get some jar files.

then extract sapmle_ra.jar file u will get some java files and xml files.

now u can import complete code into NWDS to understand the flow and deploy

the sda file into SDM (SAP Software Deployment Manager)

the xml file contains adapter meta data should be imported into Integration

Repository inorder to replicate adapter parameters in ID communication channel.

the main purpose of doing this is u will understand the basic structure of adapter

code development for any adapter.

u will also become familliar with JCA CCI and SPI classes structure and

functionality.

"Reward points if helpful"

Regards

Rajesh Babu

Former Member
0 Kudos

Hi,

Kindly go through the link which will help you for creating Custom adapters...

/people/gowtham.kuchipudi2/blog/2006/01/04/testing-sample-adapter

Also check out this info...

SAP Help Documentation

SAP’s Help documentation provides a very extensive guide about adapter and module development to assist you in your adapter development.

There are also SAP Note numbers to inform you about other information, changes, and corrections up to date (e.g. See SAP Note 766332 - contains corrections and amendments made after completion of this Help documentation and see SAP Note 766332 - for the certification tests).

http://help.sap.com &#56256;&#56518; Documentation &#56256;&#56518; SAP NetWeaver &#56256;&#56518; SAP NetWeaver 2004 &#56256;&#56518; choose English or German (under SAP NetWeaver 2004 (SPS 19)) &#56256;&#56518; SAP NetWeaver &#56256;&#56518; Process Integration &#56256;&#56518; SAP Exchange Infrastructure &#56256;&#56518; Runtime &#56256;&#56518; Connectivity &#56256;&#56518; Partner Connectivity Kit &#56256;&#56518; Adapter and Module Development

Regards,

Dhayanandh.S

Former Member
0 Kudos

hi sunil,

adapter development requires a good java expertise.

to start with , follow the documentation on help.sap

a few recommendations:

brush up ur java skills THOUROUGHLY

understand the message flow in XI

understand the concept of JCA

have a couple of xi scenario experience--to see hw things wrk n hw adapters are used.

all the best!

[reward if helpful]

regards,

latika.

prateek
Active Contributor
0 Kudos