cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound interface

Former Member
0 Kudos

Hi all,

When there is a Inbound interface existing in XI repository, Do we need a outbound interface on the other side to communicate with it or else it can be done in some other way?

Is there any example scenario to expalin the above case?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nagesh,

SAP XI scenario must need both inbound and outbound interfaces.

However in certain cases you can directly import xml structure as inbound or outbound interface.

But interfaces are anyhow necessary.

Regards,

Shri

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

To send a message, simply call the outbound interface to which you want to transfer parameters for the request message. Furthermore, on the receiver side, you must implement receiver processing for the inbound interface. Communication can only comprise the transfer of one message, depending on whether the communication is synchronous or asynchronous.

Outbound and inbound interfaces are used to separate (potential) senders and receivers. The interface parameters do not have to match for a message exchange to be possible (but a mapping is required at runtime if they do not). This enables various different senders and receivers to communicate with each other. In particular, this loose coupling also enables you to assign interfaces to each other when one side of the communication must not, or cannot be changed.

For example, an outbound interface can be a message interface for calling an RFC in a 4.6C SAP system. In this call, the RFC has the role of an inbound interface.

You can check out the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/cd/0b733cb7d61952e10000000a11405a/content.htm

Reward points if useful.

Regards

Sumit Jain

Former Member
0 Kudos

Hi Naresh,

if u r using BPM then u need to use <b>Abstract interface</b>along with inbound and outbound interfaces.

if u r doing <b>asynchr</b> or <b>synchr </b>in both cases u need to use inbound and outbound interfaces.

Thanks,

Maheshwari.

Message was edited by:

Maheshwari Morbale

Message was edited by:

Maheshwari Morbale

prasanthi_chavala
Active Contributor
0 Kudos

Hi Naresh,

For every inbound interface we need a outbound interface unless it is idoc.If our source is IDoc den no need to create any outbound interface...directly we can use..the idoc segment in message mapping to corresponding message type and similarly it is used with the corresponding inbound message interface.

Cheers,

Prasanthi.

Former Member
0 Kudos

Hi all,

Are there any dependencies for Using Outbound interfaces and inbound on the following,

1.) Asynchronous and Synchronous communication.

2.) Service provider side and Service Consumer side.

Former Member
0 Kudos

Hi naresh,

while dealing with the RFC or IDoc adapters we no need to create the interfaces either at the sender or receiver side.......

because we directly import these interfaces...

Coming to the Asynchronous and Synchronous communication we need to create outbound and inbound interfaces but abstract interfaces comes into picture when dealing with the BPMs......like (file to RFC scenario)

thanx,

krish...

Former Member
0 Kudos

Hi naresh,

To send the Source message we need outbound Interface......

Outbound Message Interface is must.........

thanx,

krish...