SAP MODIFY AUG ENTITY ENTITIES ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID MODIFY-BEHV
• MODIFY AUGMENTING ENTITY ABAP_STATEMENT_EML
• MODIFY AUGMENTING ENTITIES ABAP_STATEMENT_EML
• OF MODIFY AUGMENTING ENTITIES
• ENTITY MODIFY AUGMENTING ENTITIES

ABAP_EML - MODIFY AUGMENTING ENTITY, ENTITIES

ABAP_SYNTAX
MODIFY AUGMENTING ${ ENTITY bdef
operations $[RELATING TO orig BY rela$] $}
$| ${ ENTITIES OF bdef
ENTITY bdef1 operations $[RELATING TO orig BY rela$]
$[ENTITY bdef2 operations $[RELATING TO orig BY rela$]$]
$[...$] $}.

ABAP_ALTERNATIVES:
1 MODIFY AUGMENTING ENTITY ...
2 MODIFY AUGMENTING ENTITIES OF ...

ABAP Addition
... RELATING TO orig BY rela

What does it do?
A special variant of MODIFY ENTITY, ENTITIES that is only possible in the context of projections. The variant can only be used by a RAP BO provider and is used to manipulate the request for the base BO in the handler implementation. Only entities of the base BO can be modified by this statement. All standard operations are allowed including actions.



Latest notes:

For the statements, no response parameters can be specified, i.e. the additions FAILED, MAPPED or REPORTED cannot be used.