cancel
Showing results for 
Search instead for 
Did you mean: 

xi

Former Member
0 Kudos

Give exact definition of message type,message interfaces.why we need interface mapping.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Lalith,

Message type is what your payload for the interface

Message interface signifies whether which direction your interface flows with respect to XI.

Interface mapping signifies the mapping between both of your message interfaces.

Also see SAP Help as given by Raj.

---Satish

Former Member
0 Kudos

hi

Message Type: A message type comprises a data type that describes the structure of a message. i.e message type defines the root element of a message.

message interfaces: You use a message interface to describe a platform-independent or programming-language-independent interface, which you want to use to exchange messages between application components using SAP Exchange Infrastructure. Depending on the communication parameters defined for a message interface, it can either have the task of sending a request (outbound) or receiving a request (inbound). And this is the place where you actualy set the MODE (Synch or Asynch) and DIRECTION (Outbound or Inbound) of the message.

I believe you understand better when you start working on creating scenarios.

    • Reward Points if found useful **

justin_santhanam
Active Contributor
0 Kudos