cancel
Showing results for 
Search instead for 
Did you mean: 

XI Adapter Queries

Former Member
0 Kudos

Hi All,

1. What are the functions of JMS Adapter and RFC Adapter and which scenario these adapters should be used in ?

2. Why are HTTP Adapter and IDOC Adapter resides on the ABAP stack and not in the J2EE Adapter Engine ?

3. What are functions of Industry specific adapters RosettaNet and CDIX ?

4. what is Proxies?

5. What is the diff b/w sRFC and tRFC ?

Regards

SReddy

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

JMS adapters are used to send or receive JMS messages to some JMS queues. XI supports

JMS queue service provided by SoniqMQ, IBM Webspehere, JNDI access , etc. So, if you want

send/ receiver message from a JMS service, you will have to go for a JMS queue.

RFC adapters are used to call remote functions. There might be cases when you have some

ABAP progam or any RFC to which you send some information and expect some response back.

In these cases, an RFC adapter is used.

For more info on RFC and JMS adapters, check these links,

http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

For info of RoettaNet,

http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm

Hope this helps,

regards,

bhavesh

Answers (2)

Answers (2)

former_member187339
Active Contributor
0 Kudos

Hi

>>What are the functions of JMS Adapter and RFC Adapter and which scenario these adapters should be used in

The JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK.

http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

The RFC adapter enables you to use the functions of the Integration Engine or the PCK in existing SAP landscapes. It is used by SAP systems to connect to the Integration Engine or the PCK by using the RFC interface. It supports SAP systems as of version 3.1x.

http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm

>>Why are HTTP Adapter and IDOC Adapter resides on the ABAP stack and not in the J2EE Adapter Engine ?

>>What are functions of Industry specific adapters RosettaNet and CDIX ?

RNIF adapters support the data communication standard – RosettaNet Implementation Framework (RNIF) defined by RosettaNet. This standard defines RNIF protocols version 1.1 and 2.0. The RNIF adapters 1.1 and 2.0 are based on these protocols.

http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm

The CIDX Adapter supports Chem eStandards, a standard published by Chemical Industry Data Exchange used for collaborative commerce over the internet in the Chemical industry.

http://help.sap.com/saphelp_nw04/helpdata/en/23/cb22419e2ab167e10000000a155106/content.htm

>> what is Proxies?

There are various options for connecting systems to the Integration Server one of them is proxies.Proxies encapsulate the creation or parsing of XML messages and the communication with the relevant runtime components required to send or receive the messages.

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

>>What is the diff b/w sRFC and tRFC ?

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm

Regards

Suraj

Shabarish_Nair
Active Contributor
0 Kudos

Hi reddy,

The forum already has the answers for most of your questions ...

Proxies -- >

sRFC/tRFC/qRFC -->

JMS adapter -- > The JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK.

http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

RFC adapter -> http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm

Regards,

Shabarish