Show TOC

Method GET_CHANGESLocate this document in the navigation structure

Returns all node data change notifications

In contrast to the method GET this method returns node data change notifications only.

Signature
importing IV_CHANGE_MODE type /BOBF/CONF_CHANGE_MODE
  IS_CHANGE_MODE type /BOBF/S_CONFRO_CHG_MODE
IV_FAILED type BOOLE_D
IV_NODE_KEY type /BOBF/EBM_NODE_KEY
exporting ET_CHANGE type /BOBF/T_FRW_CHANGE
ET_CHANGED_KEY type /BOBF/T_FRW_KEY
ET_CHANGED_NODE type /BOBF/T_FRW_NODE
Parameters

Parameter

Description

IV_CHANGE_MODE

To filter the result for a special kind of change notification. Could be used if the consumer is only interested in specific changes (for example, create, update, and so on). If this parameter is not provided, the method will return all kinds of notifications

-Optional parameter

IS_CHANGE_MODE

To filter the result for a set of special change notifications. If this parameter is not provided, the method will return all kinds of notifications

-Optional parameter

IV_FAILED

If true, the result the method will return also notifications about failed changes

- Optional parameter

IV_NODE_KEY

Model Key of a node to filter the result for a specific node

- Optional parameter

ET_CHANGE

Table of change notifications

ET_CHANGED_KEY

Table of Node Instance keys that have been changed

ET_CHANGED_NODE

Table of node instance keys that have been changed including the corresponding node model keys