cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter ---- Urgent

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Frnds,

I am having one scenario

in sender side i am having one SAP System .. Genarating IDOC'S.. But how to pick up this IDOC using HTTP Adapter without using IDOC adapter. When i read my design documents i have to use only HTTP Adapter.

Can any one help..

Regards,

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In sender side we dont require any Sender Idoc adapter, Why because

Idoc Adapter sits on ABAP Stack & able to communicate with the XI's Integration Server directly.

As soon as you triggered the Idoc From SAP R/3 to XI using the Partner profile & RFC Destination data will goto XI, and corresponding Interface will be executed.

As normally the HTTP Receiver Adapter will work in taking the Idoc-xml from XI adn pass it to the target application

Regards

Seshagiri

Former Member
0 Kudos

HI,

On Sender side you have IDOC that will be Push to XI, in XI it will be in IDOC -XML format, s you can map it with receiver side structure and could able to pass it with HTTP adapter.

It will process the data in XML format.

Thanks

Swarup

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Receiver is MQ.

Sender SAP System, but to pick up messages from SAP System i have to use only HTTP Adapter.

I think its possible to use, i read once in SDN.bUT I FORGOT THE PROCESS.

Regards,

Raj

Former Member
0 Kudos

Hi,

>>Receiver is MQ.

then use JMS at Receiver side.

Sender side we will use Idoc's, as i said above no need of sender Adapter( channel) and sender agreement

Regards

Seshagiri

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi

I am having sender side 2 Systems,one is MERCATOR System genarating output in the form of CIDX. and one more is SAP System, In the design document they mention that Using HTTP Ada[pter we are picking up the DATA from Both MERCATOR,SAP.

In receiver side we having MQ, we are using JMS adapter.

But how HTTP adapter to support CIDX.Even HTTP Adapter no need of communication channel.like IDOC.

Regards,

Raj

Former Member
0 Kudos

Hi,

But how HTTP adapter to support CIDX.Even HTTP Adapter no need of communication channel.like IDOC.

We will not use HTTP Adapter to interact with the SAP Systems.

Check this also

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards

Seshagiri

Former Member
0 Kudos

HI Raj,

You can use the HTTP adapter with R/3 if there will be any webapplication available in R/3 which will interact in the form of XMl data.

But The CIDX Adapter is based on the Chem eStandards Envelope and Security Specifications, which refer to an extended subset of RosettaNet Implementation Framework (RNIF) version 1.1, with certain deviations from this framework.

You can't use CIDX to communciate with R/3.

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

Thanks

Swarup