cancel
Showing results for 
Search instead for 
Did you mean: 

MII action http post

markus_reich
Participant
0 Kudos

Hi,

what is the difference between ProcessingMode 1,2,3

1 => synchron, ok

2 => asynchron, ok

3 => asynchron with failure => ?

it seems that 3 reacts on errors although the call is asynchron, how can this work?

regards

Meex

Accepted Solutions (1)

Accepted Solutions (1)

former_member211944
Active Participant
0 Kudos

Hi Meex,

This processing mode is the functionality provided for data buffering.

Here is the explanation for the different modes in the help document under data buffer section:

Synchronous Processing

The RFC is executed immediately, and the transaction waits for a response from SAP ECC. If an error occurs, the system does not execute the RFC again.

Asynchronous Processing on Error

The RFC is executed immediately. If the RFC cannot be executed because of network or connectivity issues, the action is added to the data buffer for future execution.

Asynchronous Processing

The RFC is not executed immediately, but it is added to the data buffer to be executed later. The transaction continues without waiting for a response from SAP ECC.

Here it is mentioned for RFC, but the same applies for http call also.

Regards,

Rohit Negi.

Answers (0)