KB Article #72360

Java SAP ALE sends file only to first SAP System

Problem

-- configured 2 different SAP systems
-- one workflow step sends file to first SAP system
-- next workflow step sends same file to second SAP system
-- file never reaches 2nd SAP system
-- workflow step is OK


Resolution

* query on tid table in database only looks if file with name xy is transferred but not to which peer



1. you have to rename file before sending it to 2nd SAP system
2. add rename step between first and second Java ALE send step
3. send renamed file to 2nd SAP