SAP ABAP Class CL_TFW_TAG (Object Tagging Implementation)
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 Inheritance (c INHERITING FROM c_ref)  CL_TFW_OBJECT_MAINT Central Object Maintenance 20130412
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TFW_TAG Tag Interface 20130412
Properties
Class CL_TFW_TAG  
Short Description Object Tagging Implementation    
Super Class CL_TFW_OBJECT_MAINT Central Object Maintenance 
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_TFW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_TFW_TAG Tag Interface 20130412
Friends
Class CL_TFW_TAG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_TAG_LOCK_OBJECT Constant Public Type reference (TYPE) SEQG3-GNAME 'TFW_OBJECT_TAGS' Elementary Lock of Lock Entry (Table Name) 20130516
2 MO_PRED_LOOKUP Instance attribute Private Object reference (TYPE REF TO) IF_TFW_PRED_LOOKUP Predicate Lookup 20130527
3 MO_TAG_DB Instance attribute Private Object reference (TYPE REF TO) IF_TFW_TAG_DB Tag DB interface 20130418
4 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Buffer data 20130415
5 MV_BUFFER_DB_LOAD Instance attribute Private Type reference (TYPE) ABAP_BOOL Load buffer from DB 20130415
6 MV_USER Instance attribute Private Type reference (TYPE) TFW_UNAM Tag Author 20130417
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130415
2 LOAD_BUFFER Instance method Private Method Update buffer from DB data 20130415
3 SAVE_BUFFER_DB Instance method Private Method Save the buffer to the DB 20130415
4 SET_BUFFER Instance method Private Method Set the temporary buffer 20130415
Events
Class CL_TFW_TAG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding Type for Tag Buffer 20130415 BEGIN OF s_buffer, tag_tab TYPE ts_tag_internal, END OF s_buffer
2 S_TAG_INTERNAL Private See coding Type for tag internal tag info 20130418 BEGIN OF s_tag_internal, seqnr TYPE n LENGTH 6. INCLUDE TYPE if_tfw_tag=>s_tag. TYPES: created_by TYPE tfw_unam, created_on TYPE tfw_tmstmp, delete TYPE abap_bool, END OF s_tag_internal
3 TS_TAG_INTERNAL Private See coding Table type for tag internal tag info 20130418 ts_tag_internal TYPE SORTED TABLE OF s_tag_internal WITH UNIQUE KEY seqnr
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_VALUE Call by reference Type reference (TYPE) IF_TFW_TYPES=>TS_OBJ_KEY_VAL Table Type for Object Key-Value pair 20130415
2 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) IF_TFW_TYPES=>OBJECT_TYPE_ID TFW: Object Type Identifier 20130415
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130417

Method LOAD_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20130415
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130613

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_TFW_TAG has no parameter.
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130613

Method SET_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER 20130415
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130614
History
Last changed by/on SAP  20140121 
SAP Release Created in 740