SAP ABAP Class /BOBF/CL_CONF_ACT_ADD_RW_NODES (Action to adjust the modelles R/W Nodes according to trace)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
⤷
/BOBF/CONFIGURATION (Package) Business Object Processing Configuration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_ACTION | Interface for an Action | 20081212 |
Properties
| Class | /BOBF/CL_CONF_ACT_ADD_RW_NODES | |
| Short Description | Action to adjust the modelles R/W Nodes according to trace | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/CONFIGURATION | Business Object Processing Configuration |
| Created | 20081212 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_FRW_ACTION | Interface for an Action | 20081212 |
Friends
Class /BOBF/CL_CONF_ACT_ADD_RW_NODES has no friend class.
Attributes
Class /BOBF/CL_CONF_ACT_ADD_RW_NODES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Process a potentially new read node | 20081212 | |
| 2 | Instance method | Private | Method | Process a potentially new write node | 20081212 | |
| 3 | Instance method | Private | Method | 20081212 | ||
| 4 | Instance method | Private | Method | Retrieve Trace Information Via RFC | 20081212 |
Events
Class /BOBF/CL_CONF_ACT_ADD_RW_NODES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CONTENT | Private | See coding | 20081212 | tt_content TYPE STANDARD TABLE OF ty_content
|
||
| 2 | TT_READ_NODE | Private | See coding | 20081212 | tt_read_node TYPE STANDARD TABLE OF ty_read_node
|
||
| 3 | TT_WRITE_NODE | Private | See coding | 20081212 | tt_write_node TYPE STANDARD TABLE OF ty_write_node with key key root_key origin_bo_key content_key node_key assoc_key
|
||
| 4 | TY_CONTENT | Private | See coding | 20081212 | BEGIN OF ty_content,
key TYPE /BOBF/CONF_KEY,
root_key TYPE /BOBF/CONF_KEY,
parent_key TYPE /BOBF/OBM_NODE_KEY,
origin_bo TYPE /BOBF/OBM_BO_KEY,
node_key TYPE /BOBF/OBM_NODE_KEY,
END OF ty_content
|
||
| 5 | TY_READ_NODE | Private | See coding | 20081212 | BEGIN OF ty_read_node,
root_key TYPE /BOBF/CONF_KEY,
origin_bo_key TYPE /BOBF/OBM_BO_KEY,
content_key TYPE /BOBF/CONF_KEY,
node_key TYPE /BOBF/OBM_NODE_KEY,
assoc_key TYPE /BOBF/OBM_ASSOC_KEY,
modeled_only TYPE boole_d,
END OF ty_read_node
|
||
| 6 | TY_WRITE_NODE | Private | See coding | 20081212 | BEGIN OF ty_write_node,
key TYPE /BOBF/CONF_KEY,
root_key TYPE /BOBF/CONF_KEY,
origin_bo_key TYPE /BOBF/OBM_BO_KEY,
content_key TYPE /BOBF/CONF_KEY,
node_key TYPE /BOBF/OBM_NODE_KEY,
assoc_key TYPE /BOBF/OBM_ASSOC_KEY,
trigger_create type boole_d,
trigger_update type boole_d,
trigger_delete type boole_d,
modeled_only TYPE boole_d,
END OF ty_write_node
|
Method Signatures
Method PROCESS_READ_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Modification Interface of BOPF | 20081212 | |||
| 2 | IS_CONTENT | Call by reference | Type reference (TYPE) | TY_CONTENT | 20081212 | ||||
| 3 | IS_TRACE_INFO | Call by reference | Type reference (TYPE) | /BOBF/TOOL_ACCTR | Trace-info about read node | 20081212 | |||
| 4 | IT_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_ASSOC | Information about associations in BO | 20081212 | |||
| 5 | IT_READ_NODE | Call by reference | Type reference (TYPE) | TT_READ_NODE | Table of present read-nodes | 20081212 | |||
| 6 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20081212 |
Method PROCESS_READ_NODE on class /BOBF/CL_CONF_ACT_ADD_RW_NODES has no exception.
Method PROCESS_WRITE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_WRITE_NODE | Call by reference | Type reference (TYPE) | TT_WRITE_NODE | Table of present write-nodes | 20081212 | |||
| 2 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Modification interface of BOPF | 20081212 | |||
| 3 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20081212 | |||
| 4 | IS_CONTENT | Call by reference | Type reference (TYPE) | TY_CONTENT | 20081212 | ||||
| 5 | IS_TRACE_INFO | Call by reference | Type reference (TYPE) | /BOBF/TOOL_ACCTR | Trace-info about write-node | 20081212 | |||
| 6 | IT_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_ASSOC | Information about associations in BO | 20081212 | |||
| 7 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method RETRIEVE_RW_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20081212 | |||
| 2 | ET_READ_NODE | Call by reference | Type reference (TYPE) | INDEX TABLE | Table of linked read nodes | 20081212 | |||
| 3 | ET_WRITE_NODE | Call by reference | Type reference (TYPE) | INDEX TABLE | Table of linked write nodes | 20081212 | |||
| 4 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20081212 | |||
| 5 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081212 | |||
| 6 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method RETRIEVE_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20081212 | |||
| 2 | ET_TRACE_INFO | Call by reference | Type reference (TYPE) | TY_LT_TRACE_INFO | Table for node access trace | 20081212 | |||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081212 | |||
| 4 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20081212 |
Method RETRIEVE_TRACE on class /BOBF/CL_CONF_ACT_ADD_RW_NODES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |