SAP ABAP Class /BOBF/CL_CONF_ACT_REFACTOR (Adjust configuration to moved model entities)
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_REFACTOR | |
| Short Description | Adjust configuration to moved model entities | |
| 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
Class /BOBF/CL_CONF_ACT_REFACTOR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_FRW_ACTION | Interface for an Action | 20081212 |
Friends
Class /BOBF/CL_CONF_ACT_REFACTOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20081212 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20081212 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20081212 | |||
| 4 | Instance attribute | Private | See coding | Entity category values that are not unique | 20081212 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20081212 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20081212 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20081212 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20081212 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081212 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20081212 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | Field in which the entity category is maintained | 20081212 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081212 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081212 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20081212 | ||
| 2 | Instance method | Private | Method | 20081212 | ||
| 3 | Instance method | Private | Method | 20081212 | ||
| 4 | Instance method | Private | Method | 20081212 |
Events
Class /BOBF/CL_CONF_ACT_REFACTOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SEM_KEY_DUPL | Private | See coding | 20081212 | tt_sem_key_dupl TYPE SORTED TABLE OF ty_sem_key_dupl
WITH NON-UNIQUE KEY primary_key
COMPONENTS semantic_key proxy_name proxy_prefix entity_type
WITH NON-UNIQUE SORTED KEY parent_key
COMPONENTS entity_type parent_key
|
||
| 2 | TY_SEM_KEY_DUPL | Private | See coding | 20081212 | BEGIN OF ty_sem_key_dupl,
bo_key TYPE /BOBF/OBM_BO_KEY,
semantic_key TYPE string,
proxy_name TYPE string,
proxy_prefix TYPE string,
proxy_prefix2 TYPE string,
entity_type TYPE char1,
parent_key TYPE /BOBF/CONF_KEY,
entity_keys TYPE /BOBF/T_FRW_KEY,
END OF ty_sem_key_dupl
|
Method Signatures
Method ADJUST_USERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20081212 | |||
| 2 | IT_OBSOLETE_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081212 | |||
| 3 | IV_SUPERIOR_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method GET_DUPLICATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20081212 | |||
| 2 | ET_SEMANTIC_KEY_DUPLICATE | Call by reference | Type reference (TYPE) | TT_SEM_KEY_DUPL | 20081212 | ||||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | BOPF Configuration: Semantic Key | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method GET_SUPERIOR_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INFERIOR_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081212 | |||
| 2 | EV_SUPERIOR_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20081212 | |||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081212 | |||
| 4 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20081212 | |||
| 5 | IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081212 | |||
| 6 | IV_PARENT_NODE_NAME | Call by reference | Type reference (TYPE) | /BOBF/OBM_NAME | NodeID | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20081212 |
Method INITIALIZE on class /BOBF/CL_CONF_ACT_REFACTOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |