cancel
Showing results for 
Search instead for 
Did you mean: 

[Event] End point vs BAPI concurrent calls ?

guillaume-hrc
Active Contributor
0 Kudos

Hi,

I have a question regarding events.

It is possible to launch an event to, let's say, an end point and 2 BAPIs.

In which order VC is going to process the 3 of them ?!

To my opinion, this is not possible to tell.

But, it is guaranteed that all the calls will be processed ?

In particular, will the BAPIs eventually be called ?

The problem we encounter is that some BAPI calls seem to be lost and we are having a hard time trying to find out where it comes from.

Many thanks in advance.

Best regards,

Guillaume

Edited by: Guillaume Garcia on Feb 23, 2009 9:08 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

I managed to re-write so as to avoid parallel calls using a combine operator.

Haven't yet managed to reproduce the error

Best regards,

Guillaume