SAP ABAP Class CL_SWF_UTL_WITEXT_FORMAT (Workflow: Work Item Text Formatting)
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_WITEXT_FORMAT  
Short Description Workflow: Work Item Text Formatting    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20130416   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_UTL_WITEXT_FORMAT has no forward declaration.
Interfaces
Class CL_SWF_UTL_WITEXT_FORMAT has no interface implemented.
Friends
Class CL_SWF_UTL_WITEXT_FORMAT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_DATA Instance attribute Private Type reference (TYPE) LCL_TABLE_LANG_TO_COUNTRY 20130416
2 M_DEFAULT_COUNTRY Instance attribute Private Type reference (TYPE) LAND1 20130416
3 M_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SWF_UTL_WITEXT_FORMAT 20130416
Methods
# Method Level Visibility Method type Description Created on
1 GET_COUNTRY Instance method Public Method 20130416
2 GET_INSTANCE Static method Public Method 20130416
3 INITIALIZE Instance method Private Method 20130416
4 SET_DATA Instance method Private Method 20130416
Events
Class CL_SWF_UTL_WITEXT_FORMAT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LCL_LANG_TO_COUNTRY Private See coding 20130416 BEGIN OF lcl_lang_to_country, language TYPE sylangu, country TYPE land1, END OF lcl_lang_to_country
2 LCL_TABLE_LANG_TO_COUNTRY Private See coding 20130416 lcl_table_lang_to_country TYPE sorted TABLE OF lcl_lang_to_country with unique key language
Method Signatures

Method GET_COUNTRY 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 20130416
2 Returning RE_COUNTRY Value transfer Type reference (TYPE) LAND1 20130416

Method GET_COUNTRY on class CL_SWF_UTL_WITEXT_FORMAT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_UTL_WITEXT_FORMAT 20130416

Method GET_INSTANCE on class CL_SWF_UTL_WITEXT_FORMAT has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_SWF_UTL_WITEXT_FORMAT has no parameter.
Method INITIALIZE on class CL_SWF_UTL_WITEXT_FORMAT has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATA Call by reference Type reference (TYPE) STRING 20130416

Method SET_DATA on class CL_SWF_UTL_WITEXT_FORMAT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740