Hi,
I am trying to create a Universe linked to SAP ERP. But I am not able to detect joins in the Data Foundation layer in the SAP tables that I have imported using ABAP Functions.
If there is a column linking 2 tables available from ABAP functions - say a table with Sales data with a 'Customer Id' column and another Customer Master table with the 'Customer Id' column being common, should the Data Foundation Layer not be able to detect join between these tables.
While I can detect the keys in the 2 tables,the primary key foreign key relation between the 2 'Customer Id' columns is not being detected by the Data foundation layer. Can someone point me in the right direction as to how best to detect joins in Data Foundation (single-source) layer built from SAP ERP data.
Thanks in advance.