cancel
Showing results for 
Search instead for 
Did you mean: 

XI Interface Determination with 2 times the same outbound IDoc

Former Member
0 Kudos

System XI 3.0

Patchlevel = SP15

Hi,

we have a really simple interface. One MATMAS to 2 COND_A

MATMAS to COND_A if FieldA=1

MATMAS to COND_A if FieldB=1

MATMAS to ... not really important !

The configuration is not the problem. It´s easy to configure this ... but in runtime we´ll get an error if FieldA=1 and FieldB=1 (that means both conditions are found).

Error: "Inbound interface found more than once for outbound Interface".

IF only one condition is found ... the interface is working fine.

Our solution: we made this with an BPM without any problems but there must be another solution without BPM ?

Regards,

Gordon

Message was edited by: Gordon Breuer

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

It is not allowed to have two times the same receiver with the same interface.

Create both IDOCs with one mapping like in this blog:

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

or use BPM.

Regards

Stefan

Former Member
0 Kudos

Hi,

Try with grouping in the condition editor

[]icon in the condition expression editor. it is like OR function.just give it a try.

Regards,

Sudharshan

Former Member
0 Kudos

hi,

this is not a problem of creating the condition.

The problem is at runtime ... if both conditions are found ... 2 same idocs will be send.

we want this --- we want that sometimes both conditions will be found and 2 same idocs will be send.

ideas ?