cancel
Showing results for 
Search instead for 
Did you mean: 

hello friends

Former Member
0 Kudos

Hello...

Hi could you give me examples to explain the RFC and HTTP. And their relationships...... So help me friends.....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

RFC: The RFC adapter maps the following RFC calls to XML messages and the other way around:

-> Synchronous RFC calls (sRFCs) in messages with quality of service Best Effort (BE)

-> Transactional RFC calls (tRFCs) in messages with quality of service Exactly Once (EO)

-> The receiver RFC adapter can also process messages with quality of service Exactly Once In Order (EOIO). They are mapped to transactional RFC calls (tRFC).

HTTP: The plain HTTP adapter is used by external systems to connect to the Integration Engine using the native HTTP interface (HTTP payload without SOAP envelope). These systems are connected using the Internet communication framework of the SAP Web Application Server. For this purpose, the Integration Engine HTTP inbound channel contains an HTTP service delivered by SAP, called /sap/xi/adapter_plain.

There are two usage types for the plain HTTP adapter:

-> Synchronous processing

-> Asynchronous processing

Regards