cancel
Showing results for 
Search instead for 
Did you mean: 

conditional interface determination

Former Member
0 Kudos

Hey folks

I would like to know the difference b/w :

conditional interface determinations Vs conditional receiver determination?

when do we need to use either of these?

Thnx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In simplest words.

Via conditional receiver determination,you can branch off your messages to several receiver systems(for e.g ECC or CRM or SRM system etc) whereas in conditional interface determination your messages can go to multiple interfaces but within only 1 receiver system(for e.g different IDOC's on same ECC system).

Thanx

Aamir

Edited by: Aamir Suhail on Sep 30, 2008 2:33 PM

Former Member
0 Kudos

So if I have one IDOC : and multiple files need to be generated based on interface mapping: conditional interface determination

conditional recv determination : If based on Receiver partner number in the IDOC we want to route to different parties in B2B sceanarios?

Is this correct?

Thnx

Former Member
0 Kudos

Yes,you are right

Aamir

Former Member
0 Kudos

basically these are used for checking for certain condition dynamically.

conditional interface determinations :

This is used to determine which interface mapping to be used based on given condition.

for eg:- you have one source idoc which shd be mapped to 3 different files, but only one file shd be generated for one idoc, at this point we can determine which file to be generated based on given condition.

conditional receiver determination

Here we determine which reciever to be used based on condition.

for eg:- you are send a Flat file to two FTP servers, based on particular condition, here conditional receiver determination can be used.