ABAP Keyword Documentation → ABAP Glossary
Open SQL
Open SQL is the comprehensive term for a subset of
SQL realized through
ABAP statements that includes the
DML partial quantity. Independent of platform, the statements of Open SQL access the
database of an
AS ABAP via the
Open-SQL interface of the
database interface With Open SQL, data in
database tables, which are defined in the
ABAP Dictionary, can be read
(SELECT
) and changed
(INSERT
,
UPDATE
, MODIFY
, DELETE
).