SAP SQL - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

SQL
Short for Structured Query Language. Widely standardized language for accessing relational databases . Divided into DML, DDL , and DCL, SQL is the programming interface for the database of an AS ABAP. In ABAP, the DML part is mapped by AB_SQL and ABAP CDS. The entire scope of the SQL statements of the installed database system, however, is available in
BEGIN_SECTION VERSION 5 OUT Native SQL or in
END_SECTION VERSION 5 OUT AMDP methods.