cancel
Showing results for 
Search instead for 
Did you mean: 

http,idoc adapter

Former Member
0 Kudos

if we choose the adapter type as idoc,http the channel direction defaults to receiver why?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

becoz both the adapter are based on ABAP engine and thats why we don;t need sender agreements for there two adapters.

regards

chandra

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

These adapters are in the ABAP engine, when we create the partner profiles, ports,... at SAP side then it will take care of the direction.

Former Member
0 Kudos

Hi Narendra,

The plain HTTP adapter is generally used by external systems to connect to the Integration Engine using the native HTTP interface (HTTP payload without SOAP envelope),which is why its default comm channel is receiver

Also ,a communication channel with a receiver HTTP adapter can be created automatically for business systems that are defined in the System Landscape Directory

check this http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm

Former Member
0 Kudos

hi,

IDOC and HTTP adapter resides in the abap stack of integration engine thats why idoc and http adapter dont have sender communication channel ...so...it not required sender aggrement

thanks,

Vijaya.

GabrielSagaya
Active Contributor
0 Kudos

we dont need sender communication channel and sender agreeemnt for HTTP and IDOC,other than that we need everything namely,outbound /inbound interface for HTTP(IDOC can be directly used in mapping so no need of interface for IDOC).we need receiver agreement,receiver communication channel etc

As http adpter sits in ABAP stack, it can directly interact with integration engine, and using the details in URL it identifies the target system and receiver interface.