Due to public holidays in Germany until April the 1st, there will be delays in the processing of tickets. Thank you for your understanding.

RFC_ERROR_SYSTEM_FAILURE - A table or alias name in the FROM clause is not unique.

Error:

ERPConnect.ABAPRuntimeException: RfcReceiveEx failed(RFC_SYS_EXCEPTION) 
RFC_ERROR_SYSTEM_FAILURE - A table or alias name in the FROM clause is not unique.

Reason:

In a table extraction, several SAP tables are joined. 

However, the correct sequence flow of the table joins is not given and must be adjusted manually by the creator.

Solution:

Make sure that the sequence flow is correctly defined sequentially in the Joins tab, see example:

Tab1 INNER JOIN Tab2
Tab2 INNER JOIN Tab3
Tab3 INNER JOIN Tab4
...


Creation date: 7/28/2022 6:24 PM      Updated: 2/9/2024 3:03 PM
Files
DataImage92.png
28.5 KB