0

We're working on a project in SAP ERP R/3 where the SAP team delivers document notifications via SAP router. We've attached a listener on that port using Dell Boomi, which under the hood uses the official SAP Java connector.

When things are OK (network is up, our listener server is up etc...) we receive the IDocs but when the network is down or our server is being rebooted the IDocs seem to be "lost".

I don't have any SAP understanding but I wonder if there is any way to grant the delivery of such IDocs. E.g. some queueing options in SAP which would retry pending IDocs until success?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Simone Avogadro
  • 789
  • 8
  • 23

2 Answers2

0

you can schedule report RSARFCEX in the SAP system to re-execute transactional RFCs that failed due to connection problems.

Dirk Trilsbeek
  • 5,873
  • 2
  • 25
  • 23
0

You can use standard functionality for troubleshooting IDocs, ALE Status Monitor. It allows to trace failed IDocs, correct them and retry (process) the corrected ones again. Tcode is BD87.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90