Ansicht
Dokumentation

ABAPMODIFY_ENTITY_SHORT - MODIFY ENTITY SHORT

ABAPMODIFY_ENTITY_SHORT - MODIFY ENTITY SHORT

Fill RESBD Structure from EBP Component Structure   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

MODIFY ENTITY, Short Form

MODIFY ENTITY $[IN LOCAL MODE$|PRIVILEGED$] bdef operations $[response_param$].

Additions

1. ... IN LOCAL MODE

2. ... PRIVILEGED

3. ... response_param.

Effect

The short form of the MODIFY statement is used to perform transactional modify operations (operations) for a single RAP BO node.

bdef can be any node of the RAP BO when the statement is used within the implementation class. If the statement is used outside of the implementation class, bdef can only be the root entity. bdef must be the full entity name and cannot be an alias name. It is also possible to specify any node of the RAP BO following the root entity name and \\:

MODIFY ENTITY root_entity\\bdef_node1 ...
MODIFY ENTITY root_entity\\bdef_node2 ...
...

bdef_node1, bdef_node2, and so on, must be the alias names if provided in the BDEF. Otherwise, the full names must be inserted.

Multiple operations can be inserted for operations within a single MODIFY statement.

Note

Addition 1

... IN LOCAL MODE

Effect

Addition 2

... PRIVILEGED

Effect

Addition 3

... response_param.

Effect

Example

The following source code section taken from DEMO_RAP_EML_MODIFY demonstrates an EML MODIFY ENTITY statement that includes a CREATE and create-by-association operation.

  • The example - MODIFY, Variants demonstrates this MODIFY variant with a simple managed RAP BO.





General Material Data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 3082 Date: 20240424 Time: 003457     sap01-206 ( 42 ms )