We have an issue with our middleware (SAP XI) picking up a payment run file for dispatch even before the payment run is complete. We have tried different polling intervals etc but there seems to be no foolproof method to prevent XI from picking up a partial file
Is it possible to have F110 write out a file to a temporary file name in UNIX and then have another ABAP program run automatically after the F110 run is complete to rename the file to what SAP XI is polling for ? So the custom ABAP program would run (automatically based on some F110 configuration) after the payment run file is completely written out and all it would do is rename the file; this way XI would not see the file until it has been completely written out
F110 is run manually by our users