SAP ABAP Class CL_TFW_METADATA_MANAGER (Metadata Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-TFW (Application Component) Tagging Framework
⤷
STFW_CORE (Package) Tagging Framework Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TFW_LOCKING | Object Locking Interface | 20130515 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TFW_METADATA | Metadata Interface | 20130412 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TFW_PERSISTENCE | Object Persistence Interface | 20130415 |
Properties
| Class | CL_TFW_METADATA_MANAGER | |
| Short Description | Metadata Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STFW_CORE | Tagging Framework Core |
| Created | 20130412 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TFW_LOCKING | Object Locking Interface | 20130515 | ||
| 2 | IF_TFW_METADATA | Metadata Interface | 20130412 | ||
| 3 | IF_TFW_PERSISTENCE | Object Persistence Interface | 20130415 |
Friends
Class CL_TFW_METADATA_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SEQG3-GNAME | 'TFW_ENQUEUE_ID' | Elementary Lock of Lock Entry (Table Name) | 20130516 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TFW_METADATA_DB | TFW: Metadata DB Interface | 20130425 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Buffer | 20130415 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CHAR30 | 30 Characters | 20130516 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check whether the given object type exists | 20130417 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20130516 | |
| 3 | Instance method | Private | Method | Load the buffer contents | 20130415 | |
| 4 | Instance method | Private | Method | Save the contents from buffer to DB | 20130415 | |
| 5 | Instance method | Private | Method | Set or update the buffer data | 20130415 |
Events
Class CL_TFW_METADATA_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER | Private | See coding | Buffer for Metadata Manager | 20130415 | BEGIN OF s_buffer,
object_id TYPE if_tfw_types=>object_id,
object_type_id TYPE if_tfw_types=>object_type_id,
t_key_val TYPE if_tfw_types=>ts_obj_key_val,
END OF s_buffer
|
Method Signatures
Method CHECK_OBJ_TYPE_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | IF_TFW_TYPES=>OBJECT_TYPE_ID | TFW: Object Type Identifier | 20130417 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130417 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_TFW_METADATA_MANAGER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130613 |
Method LOAD_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20130415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130614 |
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_TFW_METADATA_MANAGER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130516 |
Method SET_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20130415 |
Method SET_BUFFER on class CL_TFW_METADATA_MANAGER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |