IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
This BYPASSING BUFFER clause explicitly switches off SAP table buffering, so the SELECT reads data directly from the database.
BYPASSING BUFFER
SELECT
By definition, using this clause can lead to performance issues, which is why its use must be strongly indicated.
SELECT * INTO US_PERSONS FROM PERSONS BYPASSING BUFFER WHERE CITY EQ 'US'