What does it do? Used to perform read-only operations on RAP BO instances>. Read operations always return a result and can be carried out on RAP BO entities by default (excluding the implementation type abstract>) provided that the entities are part of a behavior definition > after a declaration with define behavior for>>. The following variants of the READ> statement can be used to read from RAP BO entities:
READ ENTITY>, Short Form> The short form of the READ> statement allows reading multiple instances of a single entity.
READ ENTITIES>, Long Form> The long form of the READ> statement allows reading multiple instances of multiple entities.
READ ENTITIES OPERATIONS>, Dynamic Form> The dynamic form of the READ> statement allows collecting multiple instances to be read in multiple entities in one READ> statement.
Latest notes:
ABAP_EML is used to read RAP BO node instances. From a RAP BO consumer perspective, the returned data of read operations include the current transactional image, i. e. the currently persisted values in the database and, additionally, the still unsaved changes from the current LUW>.
ABAP_EML READ> statements in RAP BO consumers> and RAP BO provider> trigger the calling of RAP handler method> FOR READ>>.