SAP ABAP Class /BOBF/CL_CONF_MODEL_TOOLBOX (Toolbox for BOPF Models)
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
⤷
⤷
Properties
| Class | /BOBF/CL_CONF_MODEL_TOOLBOX | |
| Short Description | Toolbox for BOPF Models | |
| 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
Class /BOBF/CL_CONF_MODEL_TOOLBOX has no interface implemented.
Friends
Class /BOBF/CL_CONF_MODEL_TOOLBOX has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'SC_ACTION' | 20081212 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'SC_ACTION_ATTRIBUTE' | 20081212 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'SC_ALTERNATIVE_KEY' | 20081212 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'SC_ASSOCIATION' | 20081212 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'SC_ASSOCIATION_ATTRIBUTE' | 20081212 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'SC_BO_KEY' | 20081212 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'SC_BO_NAME' | 20081212 | |||
| 8 | Constant | Private | Type reference (TYPE) | STRING | 'SC_DETERMINATION' | 20081212 | |||
| 9 | Constant | Private | Type reference (TYPE) | STRING | 'SC_GROUP' | 20081212 | |||
| 10 | Constant | Private | Type reference (TYPE) | STRING | 'SC_NODE' | 20081212 | |||
| 11 | Constant | Private | Type reference (TYPE) | STRING | 'SC_NODE_ATTRIBUTE' | 20081212 | |||
| 12 | Constant | Private | Type reference (TYPE) | STRING | 'SC_NODE_CATEGORY' | 20081212 | |||
| 13 | Constant | Private | Type reference (TYPE) | STRING | 'SC_QUERY' | 20081212 | |||
| 14 | Constant | Private | Type reference (TYPE) | STRING | 'SC_QUERY_ATTRIBUTE' | 20081212 | |||
| 15 | Constant | Private | Type reference (TYPE) | STRING | 'SC_STATUS_ATTRIBUTE' | 20081212 | |||
| 16 | Constant | Private | Type reference (TYPE) | STRING | 'SC_STATUS_DERIVATOR' | 20081212 | |||
| 17 | Constant | Private | Type reference (TYPE) | STRING | 'SC_VALIDATION' | 20081212 | |||
| 18 | Constant | Private | Type reference (TYPE) | STRING | 'SC_VALUE_SET' | 20081212 | |||
| 19 | Static Attribute | Private | Object reference (TYPE REF TO) | /BOBF/IF_FRW_SERVICE_LAYER | Interface for the Service Layer | 20081212 | |||
| 20 | Static Attribute | Private | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20081212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081212 | |
| 2 | Static method | Public | Method | Determine all classes and interfaces | 20081212 | |
| 3 | Static method | Public | Method | Determine constants name | 20081212 | |
| 4 | Static method | Public | Method | Determine reverse association | 20081212 | |
| 5 | Static method | Public | Method | Generate implementation classes | 20091009 |
Events
Class /BOBF/CL_CONF_MODEL_TOOLBOX has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_OBJECT | Public | See coding | 20081212 | BEGIN OF ts_object ,
object_type TYPE trobjtype ,
object_name TYPE typename ,
END OF ts_object
|
||
| 2 | TT_OBJECT | Public | See coding | 20081212 | tt_object TYPE SORTED TABLE OF ts_object WITH UNIQUE KEY object_type object_name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /BOBF/CL_CONF_MODEL_TOOLBOX has no parameter.
Method CLASS_CONSTRUCTOR on class /BOBF/CL_CONF_MODEL_TOOLBOX has no exception.
Method DETERMINE_ALL_CLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJECT | Value transfer | Type reference (TYPE) | TT_OBJECT | List of Objects | 20081212 | |||
| 2 | IV_OBJ_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_OBJ_KEY | Business Object Version | 20081212 |
Method DETERMINE_ALL_CLASSES on class /BOBF/CL_CONF_MODEL_TOOLBOX has no exception.
Method DETERMINE_CONSTANTS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONSTANTS_NAME | Value transfer | Type reference (TYPE) | STRING | Constants Name | 20081212 | |||
| 2 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20081212 | ||||
| 3 | IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20081212 | |||
| 4 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081212 | |||
| 5 | IV_OBJ_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_OBJ_KEY | Business Object Version | 20081212 | |||
| 6 | IV_WITH_INTERFACE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Add constants interface name | 20081212 |
Method DETERMINE_CONSTANTS_NAME on class /BOBF/CL_CONF_MODEL_TOOLBOX has no exception.
Method DETERMINE_REVERSE_ASSOCIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ASSOC_KEY | Value transfer | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20081212 | |||
| 2 | IV_ASSOC_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20081212 | |||
| 3 | IV_OBJ_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_OBJ_KEY | Business Object Version | 20081212 |
Method DETERMINE_REVERSE_ASSOCIATION on class /BOBF/CL_CONF_MODEL_TOOLBOX has no exception.
Method GENERATE_CONTENT_CLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SUCCESS | Call by reference | Type reference (TYPE) | BOOLE_D | 20091009 | ||||
| 2 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20091009 | ||||
| 3 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20091009 | |||
| 4 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | /BOBF/OBM_DESCRIPTION | 20091009 |
Method GENERATE_CONTENT_CLASSES on class /BOBF/CL_CONF_MODEL_TOOLBOX has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |