SAP ABAP SQL



Get Example source ABAP code based on a different SAP table
  



AB_SQL
AB_SQL is a set of ABAP statements, based on SQL, that are transformed to platform-dependent SQL by the AB-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.
AB_SQL - Overview
AB_SQL - Operands and Expressions
AB_SQL - Reads
AB_SQL - Writes
AB_SQL - Work Areas in Statements
AB_SQL - Streaming and Locators
AB_SQL - Database Hints
AB_SQL - Exceptions
AB_SQL - System Classes
AB_SQL - Performance Notes
BEGIN_SECTION VERSION 5 OUT
The statements COMMIT WORK and ROLLBACK WORK are also part of AB_SQL but are handled in the context of LUWs.

ABAP_PGL
Using AB_SQL
ABAP_PGL_END



Latest notes:

In addition to the statements described here, there are obsolete short forms of AB-SQL statements that are based on the implicit use of table work areas.
ABAP_HINT_END
END_SECTION VERSION 5 OUT