Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Processing External Data 

ABAP Database Accesses

All the data relevant for all applications of an AS ABAP is collected and managed centrally in a relational database. All ABAP application programs work with this data by default. The largely standardized language SQL can be used to access relational databases. Application Server ABAP supports database systems from different vendors. SQL is embedded in the ABAP language either using platform-independent Open SQL or vendor-specific Native SQL.

Other versions: 7.31 | 7.40 | 7.54


Notes

  • As well as the statements described here, the following are also available:

Continue

Relational Databases

Open SQL

Native SQL

ABAP and SAP HANA

Object Services