Conversation

Definition

A Conversation is a temporary connection between two transaction programs.

SNA defines two types of Conversations:

In a Basic Conversation the transaction program edits and interprets data with a format defined by LU6.2. System-oriented programs should use Basic Conversation.

In a Mapped Conversation the LU6.2 protocol undertakes the formatting of data. On the receiver side, LU6.2 undoes the formatting and passes the unformatted data to the transaction program. Application programs should use Mapped Conversation.

The SAP-CPI-C interfaces use Mapped Conversation.