SAP OS QUERY TERMS
Get Example source ABAP code based on a different SAP table
ABAP_OS - Query Service, Overview
A query is used to search for persistent objects in the database using conditions and to create the corresponding instances of the persistent class in the ABAP program.
A query is implemented by an object (query object) that implements the interface
A query is a logical expression that compares the attributes of a persistent class with freely selectable parameters or values, known as the
When a query is created using the query manager method
The query itself is merely a container for the query condition and the sort condition. A query is executed by calling the interface method
Latest notes:
When the result set of a query is determined, the changes that are made to persistent objects in the current transaction are ignored. The query is executed directly in the database.
ABAP_HINT_END