Ansicht
Dokumentation

ABENEML_READ_ENTITY - EML READ ENTITY

ABENEML_READ_ENTITY - EML READ ENTITY

RFUMSV00 - Advance Return for Tax on Sales/Purchases   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

- READ ENTITY

READ
  ENTITY entity_name
     FROM it_instance
       RESULT it_result $| DATA(it_result)
     BY \assoc_name FROM it_instance_rba
       RESULT it_result_rba $| DATA(it_result_rba)
       LINK   it_link_rba $| DATA(it_link_rba)
     EXECUTE action_name FROM it_instance_a
       RESULT it_result_a $| DATA(it_result_a)
       LINK   it_link_a $| DATA(it_link_a)
    $[FAILED   it_failed $| DATA(it_failed)$]
    $[REPORTED it_reported $| DATA(it_reported)$].


Effect

The short form READ ENTITY is intended for the special case where only a single entity is operated on. In this case, access using the RAP business object (the root entity root_name) would not be necessary.

The following points apply for the syntax of the statement READ ENTITY:

  • The ENTITY entity_name is specified once.
  • An alias of the entity cannot be used since no context of the business object is known.
  • This is followed by a list of operations on the entity according to the schema:
        ENTITY entity_name
            operation
           $[operation ...$]

For more information on syntax elements, see READ ENTITIES.






CPI1466 during Backup   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 2512 Date: 20240419 Time: 103717     sap01-206 ( 16 ms )