SAP ABAP Class /BOFU/CL_FBI_TAG_COLLECTION (FBI Version 2: Tag store)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
⤷
/BOFU/FBI_RUNTIME_V2_BASE (Package) FBI Runtime: Current Version: Base Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_FBI_TAG_COLLECTION | FBI Version 2: Tag store | 20100223 |
Properties
| Class | /BOFU/CL_FBI_TAG_COLLECTION | |
| Short Description | FBI Version 2: Tag store | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/FBI_RUNTIME_V2_BASE | FBI Runtime: Current Version: Base Services |
| Created | 20100223 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_FBI_TAG_COLLECTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOFU/IF_FBI_TAG_COLLECTION | FBI Version 2: Tag store | 20100223 |
Friends
Class /BOFU/CL_FBI_TAG_COLLECTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_TAG_DATA | 20100223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100223 | |
| 2 | Instance method | Protected | Method | 20100223 | ||
| 3 | Instance method | Protected | Method | 20100223 | ||
| 4 | Instance method | Protected | Method | 20100223 |
Events
Class /BOFU/CL_FBI_TAG_COLLECTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_TAG_DATA | Protected | See coding | 20100223 | BEGIN OF TS_TAG_DATA,
KEY TYPE STRING,
VALUE TYPE REF TO DATA,
END OF TS_TAG_DATA
|
||
| 2 | TS_TAG_KEY | Protected | Attribute reference (LIKE) | 20100223 | |
||
| 3 | TT_TAG_DATA | Protected | See coding | 20100223 | TT_TAG_DATA TYPE HASHED TABLE OF ts_tag_data WITH UNIQUE KEY KEY
|
||
| 4 | TT_TAG_KEY | Protected | Attribute reference (LIKE) | 20100223 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COLLECTION | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_FBI_TAG_COLLECTION | FBI Version 2: Tag store | 20100223 |
Method CONSTRUCTOR on class /BOFU/CL_FBI_TAG_COLLECTION has no exception.
Method GET_TAG_KEYS Signature
Method GET_TAG_KEYS on class /BOFU/CL_FBI_TAG_COLLECTION has no parameter.
Method GET_TAG_KEYS on class /BOFU/CL_FBI_TAG_COLLECTION has no exception.
Method GET_TAG_VALUE Signature
Method GET_TAG_VALUE on class /BOFU/CL_FBI_TAG_COLLECTION has no parameter.
Method GET_TAG_VALUE on class /BOFU/CL_FBI_TAG_COLLECTION has no exception.
Method SET_TAG_VALUE Signature
Method SET_TAG_VALUE on class /BOFU/CL_FBI_TAG_COLLECTION has no parameter.
Method SET_TAG_VALUE on class /BOFU/CL_FBI_TAG_COLLECTION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |