hi,
when we are <b>using joins in the select statement</b> can we use addition <b>bypassing buffer</b> for that
example.
SELECT AEQUNR AEQTYP AMATNR ASERNR AOBJNR BHEQUI
INTO TABLE IT_EQUI
FROM EQUI
AS A JOIN EQUZ AS B ON AEQUNR = BEQUNR
WHERE A~EQUNR IN S_EQUNR.
i have used bypassing buffer it gives error.