ABAP Keyword Documentation → ABAP − Reference → Processing External Data → ABAP Database Access
ABAP SQL
ABAP SQL is a set of ABAP statements, based on SQL, that are transformed to platform-specific SQL by the ABAP SQL interface of the database interface and then passed to the database. When the statements are updated, ABAP-specific parts, such as conditions for implicit client handling or CDS access control, are inserted into them. By default, the standard connection is used to access the ABAP database schema of the standard AS ABAP database.
The statements COMMIT WORK
and
ROLLBACK WORK
are also part of ABAP SQL but are handled in the context of LUWs.
Other versions: 7.31 | 7.40 | 7.54
Programming Guideline
Note
The statements described here are accompanied by obsolete short forms of ABAP SQL statements, based on the implicit use of table work areas.
Continue
ABAP SQL - Operands and Expressions
ABAP SQL - Work Areas in Statements