SAP ABAP Class /BOFU/IF_FBI_TAG_COLLECTION (FBI Version 2: Tag store)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FBI_CONTROLLER_NEW /BOFU/IF_FBI_CONTROLLER_NEW 20100223
2 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FBI_ENTITY_COLLECTION FBI Entity Collection 20100223
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_CONTROLLER_NEW FBI Version 2: Central Controller 20100223
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_ENTITY_COLLECTION FBI Version 2: Entity Collection for Wire model 20100223
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_TAG_COLLECTION FBI Version 2: Tag store 20100223
Properties
Class /BOFU/IF_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      
Created 20100223   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOFU/IF_FBI_TAG_COLLECTION has no forward declaration.
Interfaces
Class /BOFU/IF_FBI_TAG_COLLECTION has no interface implemented.
Friends
Class /BOFU/IF_FBI_TAG_COLLECTION has no friend class.
Attributes
Class /BOFU/IF_FBI_TAG_COLLECTION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_TAG_KEYS Instance method Public Method Passing adhoc data thru wires (Required for Tags copy) 20100223
2 GET_TAG_VALUE Instance method Public Method Passing adhoc data thru wires (Get Data - Target) 20100223
3 SET_TAG_VALUE Instance method Public Method Passing adhoc data thru wires (Set Data - Source) 20100223
Events
Class /BOFU/IF_FBI_TAG_COLLECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TAG_KEY Public See coding 20100223 BEGIN OF TS_TAG_KEY, key TYPE string, END OF TS_TAG_KEY
2 TT_TAG_KEY Public See coding 20100223 tt_tag_key TYPE STANDARD TABLE OF ts_tag_key WITH DEFAULT KEY
Method Signatures

Method GET_TAG_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TAG_KEY Call by reference Type reference (TYPE) TT_TAG_KEY 20100223

Method GET_TAG_KEYS on class /BOFU/IF_FBI_TAG_COLLECTION has no exception.

Method GET_TAG_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_VALUE Call by reference Object reference (TYPE REF TO) DATA 20100223
2 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY 20100223
3 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20100223

Method GET_TAG_VALUE on class /BOFU/IF_FBI_TAG_COLLECTION has no exception.

Method SET_TAG_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VALUE Call by reference Object reference (TYPE REF TO) DATA 20100223
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20100223
3 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20100223

Method SET_TAG_VALUE on class /BOFU/IF_FBI_TAG_COLLECTION has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in