Modifying Access 
Determinations and actions modify node instance data.
Business Object Processing Framework (BOPF) provides an access object that serves as an importing parameter. It implements the /BOBF/IF_FRW_MODIFY interface that provides the following methods:
Method |
Description |
|---|---|
CREATE |
Creates a new node instance |
UPDATE |
Updates a single node instance |
DELETE |
Deletes one or many node instances |
DO_ACTION |
Executes a certain action |
DO_MODIFY |
Allows the creation, update, or deletion of a set of node instances by a single call |
END_MODIFY |
After calling this method, the modifications that were made during the processing of the calling methods are immediately executed on the buffer. You only need to trigger the modifications explicitly if processing the content method relies on the values contained in the parameters EO_MESSAGE and EO_CHANGE. |
NOTIFY_CHANGE |
This is a deprecated method; do not use it! End of the caution. |
NOTIFY_ASSOCIATION_CHANGE |
Indicates whether a set of target node instances of an association have been changed |
NOTIFY_PROPERTY_CHANGE |
Creates a property change notification and passes it to the service consumer |
For more information about these methods, see the interface documentation of the /BOBF/IF_FRW_MODIFY interface.