SAP ABAP Class CL_SWF_LOG_LOGTYP (Log Type)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_LOG (Package) Workflow: Log Manager
Properties
Class CL_SWF_LOG_LOGTYP  
Short Description Log Type    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_LOG   Workflow: Log Manager 
Created 20000505   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_LOG_LOGTYP has no forward declaration.
Interfaces
Class CL_SWF_LOG_LOGTYP has no interface implemented.
Friends
Class CL_SWF_LOG_LOGTYP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_COMPONENTS Instance attribute Protected See coding Table of components 20000505
2 MT_LEVELS Instance attribute Protected See coding Table of Levels 20000505
3 MT_LOGTYPES Static Attribute Protected See coding Table of Generated Log Types 20000505
4 MT_LOGTYP_LEVELS Instance attribute Protected See coding Table of Texts for Log Type Definition 20000512
5 MT_TYPE_TEXTS Instance attribute Protected See coding Table of Component Texts 20000505
6 M_COMPONENTS_SELECTED Instance attribute Protected Type reference (TYPE) XFELD Components are selected 20000505
7 M_HEADER Instance attribute Protected Type reference (TYPE) SWFDLOGTYP Log Manager: Log Types 20000706
8 M_LOGTYP Instance attribute Protected Type reference (TYPE) SWF_LOGTYP Log Type for Definition of Log Profiles 20000523
9 M_LOGTYP_LEVELS_SELECTED Instance attribute Protected Type reference (TYPE) XFELD Log type data element is triggered 20000512
10 M_TABLES_SELECTED Instance attribute Protected Type reference (TYPE) XFELD DB tables are selected 20000505
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Checks Log Type and Gets Any Messages 20000512
2 CONSTRUCTOR Instance method Public Constructor Constructor 20000505
3 GET_COMPONENT_DETAIL Instance method Public Method Gets Technical Details of Component 20000515
4 GET_COMPONENT_LEVELS Instance method Public Method Gets Defined Level for a Component 20000505
5 GET_COMPONENT_LIST Instance method Public Method Returns the List of Components 20000505
6 GET_COMPONENT_TEXT Instance method Public Method Gets Text for a Component 20000505
7 GET_INSTANCE Static method Public Method Generates and Gets an Instance 20000505
8 GET_LEVEL_TEXT Instance method Public Method Gets Text for a Specified Level 20000505
9 GET_LOGTYP Instance method Public Method Gets Log Type (as String) 20000508
10 GET_PROFILE_LIST Instance method Public Method Gets All Known Profiles 20000515
11 GET_USELIST_CLASS Instance method Public Method Gets Implementing Class for Where-Used List 20000706
Events
Class CL_SWF_LOG_LOGTYP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_LEVEL Protected See coding T_LEVEL 20000505
2 T_LOGTYPE Protected See coding T_LOGTYPE 20000505
3 T_TYPE_TEXT Protected See coding T_TYPE_TEXT 20000505
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MESSAGES Call by reference Type reference (TYPE) SWF_TLOGMSG Tabelle für Meldungen 20000512

Method CHECK on class CL_SWF_LOG_LOGTYP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGTYP Call by reference Type reference (TYPE) SWF_LOGTYP Logtyp zur Definition von Logprofilen 20000505

Method CONSTRUCTOR on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_COMPONENT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TYPENAME Call by reference Type reference (TYPE) TYPENAME Name des Dictionary Typs 20000515
2 Exporting EX_VISIBLE Call by reference Type reference (TYPE) SWFDLOGCMP-VISIBLE Sichtbarkeit einer Komponente eines Logtyps 20000515
3 Importing IM_COMPONENT Call by reference Type reference (TYPE) SWF_LOGCMP Komponente eines Logtyps 20000515

Method GET_COMPONENT_DETAIL on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_COMPONENT_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LEVELS Call by reference Type reference (TYPE) SWF_LOGLEVELS Tabelle für Loglevel 20000505
2 Importing IM_COMPONENT Call by reference Type reference (TYPE) SWF_LOGCMP Komponente eines Logtyps 20000505

Method GET_COMPONENT_LEVELS on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_COMPONENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COMPONENTS Call by reference Type reference (TYPE) SWF_TLOGCOMP Tabelle der Componenten eines Logtyps 20000505
2 Importing IM_ONLY_VISIBLE Call by reference Type reference (TYPE) XFELD 'X' nur sichtbare Komponenten 20000505

Method GET_COMPONENT_LIST on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_COMPONENT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT Call by reference Type reference (TYPE) SWF_LOGCMP Komponente eines Logtyps 20000505
2 Returning RE_TEXT Value transfer Type reference (TYPE) STRING Komponenten-Text 20000505

Method GET_COMPONENT_TEXT on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_INSTANCE Call by reference Object reference (TYPE REF TO) CL_SWF_LOG_LOGTYP Logtyp 20000505
2 Importing IM_LOGTYP Call by reference Type reference (TYPE) SWF_LOGTYP Logtyp zur Definition von Logprofilen 20000505

Method GET_INSTANCE on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_LEVEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT Call by reference Type reference (TYPE) SWF_LOGCMP Komponente eines Logtyps 20000505
2 Importing IM_LEVEL Call by reference Type reference (TYPE) SWF_LOGLEV Loglevel 20000505
3 Returning RE_TEXT Value transfer Type reference (TYPE) STRING Text für diesen Level 20000505

Method GET_LEVEL_TEXT on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_LOGTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LOGTYP Value transfer Type reference (TYPE) SWF_LOGTYP Logtyp zur Definition von Logprofilen 20000508

Method GET_LOGTYP on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_PROFILE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PROFILES Call by reference Type reference (TYPE) SWF_LOGPROFILES Tabelle für Logprofile (Namen) 20000515

Method GET_PROFILE_LIST on class CL_SWF_LOG_LOGTYP has no exception.

Method GET_USELIST_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20000706

Method GET_USELIST_CLASS on class CL_SWF_LOG_LOGTYP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A