SAP MODIFY ENTITY ENTITIES ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID MODIFY-BEHV
• MODIFY ENTITY ABAP_STATEMENT_EML
• MODIFY ENTITIES ABAP_STATEMENT_EML
• MODIFY ENTITIES OPERATIONS ABAP_STATEMENT_EML

MODIFY ENTITY, ENTITIES

ABAP_SYNTAX_FORMS

MODIFY ENTITY, Short Form
1 MODIFY ENTITY $[IN LOCAL MODE $|PRIVILEGED$] entity operations $[response_param$].

MODIFY ENTITIES, Long Form
2 MODIFY ENTITIES OF bdef $[IN LOCAL MODE $|PRIVILEGED$]
ENTITY entity1 operations
$[ENTITY entity2 operations$]
$[...$]
$[response_param$].


MODIFY ENTITIES OPERATIONS , Dynamic Form
3 MODIFY ENTITIES $[IN LOCAL MODE$| PRIVILEGED$] OPERATIONS op_tab $[ response_param$].

What does it do?
Used to perform RAP modify operations on RAP BO instances. This includes standard operations (CREATE , CREATE BY, UPDATE, DELETE) and nonstandard operations (actions) using the keyword EXECUTE .
The following variants of the MODIFY statement can be used to modify RAP BO entities:
MODIFY ENTITY, Short Form The short form of the MODIFY statement allows modifying instances of a single entity.
MODIFY ENTITIES, Long Form The long form of the MODIFY statement allows modifying instances of multiple entities.
MODIFY ENTITIES OPERATIONS , Dynamic Form The dynamic form of the MODIFY statement allows collecting multiple instances to be modified in multiple entities in one MODIFY statement.



Latest notes: