Entering content frameBackground documentation Communication Parameters Locate the document in its SAP Library structure

Both message interfaces and imported interfaces can be designed to send a request or to respond to a request. You may or may not receive a direct response message to this request. For message interfaces, you define this using the characteristics synchronous or asynchronous and outbound and inbound.

Outbound and Inbound Interfaces

These characteristics determine the direction of an interface:

For two components to be able to communicate, you require an inbound and outbound interface pair. This means that an outbound message interface can be assigned to an inbound message interface as well as to an RFC interface that replaces the inbound counterpart semantically (and the other way around). Also see: Communication Partners.

Synchronous and Asynchronous Communication

A distinction is made between synchronous and asynchronous communication for both imported interfaces and message interfaces. You define the mode of communication when you define an interface:

Caution

The pair of interfaces must have the same mode.

Message Exchange

The following graphic shows how the mode and direction of interfaces influence message exchange between interfaces:

This graphic is explained in the accompanying text

 

 

Leaving content frame