Hello, It is possible to use another SAP table as a reference when extraction data from the current tables Eg: SELECT * from MARC INNER JOIN MARA ON MARC~MATNR = MARA~MATNR WHERE MARA~MTART = 'ABC' Thanks, Tudor