SAP ABAP Class CL_SWF_UTL_TEXTPOOL (Workflow: Read Text Pool)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Properties
Class CL_SWF_UTL_TEXTPOOL  
Short Description Workflow: Read Text Pool    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20130819   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_UTL_TEXTPOOL has no forward declaration.
Interfaces
Class CL_SWF_UTL_TEXTPOOL has no interface implemented.
Friends
Class CL_SWF_UTL_TEXTPOOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CLASS_NAME Constant Private Type reference (TYPE) CHAR40 'CL_SWF_UTL_TEXTPOOL' 20130821
2 M_REFRESH_TIME Instance attribute Private Type reference (TYPE) I 20130821
3 M_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SWF_UTL_TEXTPOOL 20130821
4 M_TEXTPOOL_TABLE Instance attribute Private Type reference (TYPE) LOCAL_TEXTPOOL_TABLE 20130821
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20130821
2 GET_TEXTPOOL Instance method Public Method 20130821
3 UPDATE_SHARED_BUFFER Instance method Private Method 20130821
Events
Class CL_SWF_UTL_TEXTPOOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LOCAL_TEXTPOOL_LINE Private See coding 20130821 begin of local_textpool_line. types: progname type string. types: language type sylangu. types: timestamp type timestampl. types: textpool type textpool_table. types: end of local_textpool_line
2 LOCAL_TEXTPOOL_TABLE Private See coding 20130821 local_textpool_table type sorted table of local_textpool_line with unique key progname language
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REFRESH_TIME Call by reference Type reference (TYPE) I 86400 20130821
2 Returning RE_TEXTPOOL Value transfer Object reference (TYPE REF TO) CL_SWF_UTL_TEXTPOOL 20130821

Method GET_INSTANCE on class CL_SWF_UTL_TEXTPOOL has no exception.

Method GET_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20130821
2 Importing IM_PROGNAME Call by reference Type reference (TYPE) ANY 20130821
3 Returning RE_TEXTPOOL Value transfer Type reference (TYPE) TEXTPOOL_TABLE 20130821

Method GET_TEXTPOOL on class CL_SWF_UTL_TEXTPOOL has no exception.

Method UPDATE_SHARED_BUFFER Signature

Method UPDATE_SHARED_BUFFER on class CL_SWF_UTL_TEXTPOOL has no parameter.
Method UPDATE_SHARED_BUFFER on class CL_SWF_UTL_TEXTPOOL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740