cancel
Showing results for 
Search instead for 
Did you mean: 

Reprocess calls from SCPI

pietro02
Explorer
0 Kudos

Hello everyone,

Is it possible to re-process the calls that start from SAP CPI and go outwards automatically (especially when the calls are in error)? Does this function exist? and if so, how can it be implemented?

Thank you so much for your replies.

Accepted Solutions (0)

Answers (4)

Answers (4)

mluison22
Explorer

Hi Pietro,

The ftp and sftp adapters accept the reuse of the call by default if it fails:

the SuccessFactors adapter allows retry:

For the others type, this video may be useful to you:

https://www.youtube.com/watch?v=KQvOIrNRdRk&feature=share

Let me know 🙂

pietro02
Explorer
0 Kudos

Hi Matteo,

Thanks so much for the support, I will try to implement your advice.

Kind regards!

pietro02
Explorer
0 Kudos

HI Matteo,

Thank you very much for your answer.

After researching further, I understand that reprocessing calls from CPI to the outside is not possible by default, but only through a custom function. I would like to know how to implement this custom function within the artifact and understand what channels or adapter types would be needed.
The calls are of a synchronous type.

mluison22
Explorer
0 Kudos

Hi Pietro,

What kind of calls are you talking about? which adapter do you use?