cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter FrameWork

Former Member
0 Kudos

Hi Gurus,

I want to know the Archtechture of AdapterEngine. What is Adapter Frame work. How to create custom adapter and how to use in XI.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Communication channel is part of Adapter Engine. For more on Adapter Framework-

http://help.sap.com/saphelp_nw2004s/helpdata/en/45/17be55967e4574e10000000a114a6b/content.htm

It is a base for the adapter engine and lies on j2ee stack. All activities Use

All activities on the adapters that you develop for SAP Exchange Infrastructure

could be performed lying int his framework . Follow this link.

http://help.sap.com/saphelp_nw04/helpdata/en/45/17be55967e4574e10000000a114a6b/frameset.htm

Also go through this video by udo "Developing Adapters for the XI Adapter Frame Work"

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

Thanks

Vikranth

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ramesh,

You use the Adapter Engine to connect the Integration Engine to SAP systems (RFC adapter) and external systems. You use the various adapters in the Adapter Engine to convert XML- and HTTP-based messages to the specific protocol and format required by these systems, and the other way around.

Details:

http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/frameset.htm

A good document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70b8adc3-728c-2a10-7fad-d43f2907...

The Adapter Engine is a separate software component that is automatically installed on the Integration Server. In this case, it is the central Adapter Engine. However, you can also install the Adapter Engine separately on another host. This is then a non-central Adapter Engine.

Chk out this to differenciate central adapter engine and local adapter engine:

Archtechture of AdapterEngine in AF

http://help.sap.com/saphelp_nw70/helpdata/EN/45/17be55967e4574e10000000a114a6b/frameset.htm

The Adapter Engine is based on the adapter framework.

If you wanna chk our Adapter Framework:

The Adapter Framework is the basis of the Adapter Engine. The Adapter Framework is based on the SAP J2EE Engine (as part of the SAP Web Application Server) and the J2EE Connector Architecture (JCA). The Adapter Framework provides interfaces for configuration, management, and monitoring of adapters.

The Adapter Framework has its own queuing and logging services. This means that you can run the Adapter Engine temporarily without a connection to the Integration Server.

dETAILS:

http://help.sap.com/saphelp_nw70/helpdata/EN/45/17be55967e4574e10000000a114a6b/frameset.htm

The Adapter Framework provides various service application programming interfaces that support adapter implementation.

kanan

Former Member
0 Kudos

hi,

What is Adapter Frame work.

The Adapter Framework is the basis of the Adapter Engine. The Adapter Framework is based on the SAP J2EE Engine (as part of the SAP Web Application Server) and the J2EE Connector Architecture (JCA). The Adapter Framework provides interfaces for configuration, management, and monitoring of adapters.

check this...

http://help.sap.com/saphelp_nw04/helpdata/en/45/17be55967e4574e10000000a114a6b/frameset.htm

How to create custom adapter and how to use in XI.

/people/john.ta2/blog/2006/12/20/to-create-or-not-to-create-an-sap-xi-adapter

How To Create Modules for the J2EE Adapter Engine

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

Thanks,

Vijaya

Former Member
0 Kudos

Hi,

How to create own adapter

Refer to this blog

/people/john.ta2/blog/2006/12/20/to-create-or-not-to-create-an-sap-xi-adapter

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/8ef5cc15-0d01-0010-c883-f18e6...

https://www.sdn.sap.com/sdn/elearning.sdn?class=/public/eclasses/teched04/XI301.htm

In the SDN TV U can find an Video presentation on creating an Adapter module

Below is link excellent

https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#xi [original link is broken]

Thanks

Vikranth

Former Member
0 Kudos