cancel
Showing results for 
Search instead for 
Did you mean: 

Enhanced receiver determination

Former Member
0 Kudos

why we assign the abstract message interface ReceiverDetermination as the target interface.can we achieve enhanced receiver determination without this abstract interface.I have gone through sap help and some blocks of sdn also but still its not clear to me that whats the role of this abstract interface.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The abstract interface can work both as inbound and outbound interface.

You cannot incorporate any BPM if required without this abstract interface.

Thanks

Amitanshu

Former Member
0 Kudos

Hi

For receiver determination::- See

http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/content.htm

About

Abstract Interface :

The abstract interface work both inbound and outbound interface(Bi directional).

BPM can process messages only through "abstract interfaces" al though Receive and Send steps can have interfaces other then "abstract interfaces" all other intermediat steps of BPM needs "abstract interfaces"

Hope it helps

regards

Piyush

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi-

An abstract message interface has no implementation in an application system. You cannot generate a proxy for this interface type. You use abstract interfaces in business processes, for example, to receive or send messages from application systems. You can use the same abstract interface to receive or to send.

Use of Abstract interface is clearly shown in this blog

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

former_member335553
Active Contributor
0 Kudos

Hi

check this thread

Former Member
0 Kudos

HI,

When you are routing to IP then you can use it

http://help.sap.com/saphelp_nw04/helpdata/en/43/a5f2066340332de10000000a11466f/content.htm

Regards

Chilla