SAP ABAP Class CL_SWF_RUN_WITEXT_CUSTOMIZING (Workflow: Configuration of Work Item Text- Translation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_RUN (Package) Workflow: Runtime
Properties
Class CL_SWF_RUN_WITEXT_CUSTOMIZING  
Short Description Workflow: Configuration of Work Item Text- Translation    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWF_RUN   Workflow: Runtime 
Created 20130124   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_RUN_WITEXT_CUSTOMIZING Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_SWF_RUN_WITEXT_TRANSL_CONF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SWF_RUN_WITEXT_CUSTOMIZING has no interface implemented.
Friends
Class CL_SWF_RUN_WITEXT_CUSTOMIZING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_NAME_TARGET_LANGUAGES Constant Private Type reference (TYPE) STRING 'TARGET_LANGUAGES' 20130125
2 C_NAME_WORKITEM_TYPES Constant Private Type reference (TYPE) STRING 'WORKITEM_TYPES' 20130125
3 M_SINGLETON Static Attribute Public Object reference (TYPE REF TO) CL_SWF_RUN_WITEXT_CUSTOMIZING 20130124
4 M_STATUS_ACTIVE Instance attribute Private Type reference (TYPE) ACTIVE_STATUS 20130124
5 M_USER Instance attribute Private Type reference (TYPE) SYUNAME 20130124
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TRANSLATION_REQUIRED Instance method Public Method 20130124
2 CHECK_WORKITEM_TYPE_ACTIVE Instance method Public Method 20130124
3 GET_ACTIVE_WORKITEM_TYPES Instance method Public Method 20130124
4 GET_CUSTOMIZING Instance method Private Method 20130125
5 GET_INSTANCE Static method Public Method 20130124
6 GET_TARGET_LANGUAGES Instance method Public Method 20130124
7 GET_TRANSLATION_ACTIVE Instance method Public Method 20130124
8 INITIALIZE Instance method Private Method 20130124
Events
Class CL_SWF_RUN_WITEXT_CUSTOMIZING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ACTIVE_STATUS Private See coding 20130124 BEGIN OF active_status, active TYPE xfeld, active_workitem_types TYPE STANDARD TABLE OF sww_witype WITH DEFAULT KEY, target_languages TYPE STANDARD TABLE OF sww_lang WITH DEFAULT KEY, END OF active_status
2 TABLE_TARGET_LANGUAGES Public See coding 20130124 table_target_languages TYPE STANDARD TABLE OF sww_lang WITH DEFAULT KEY
3 TABLE_WORKITEM_TYPES Public See coding 20130124 table_workitem_types TYPE STANDARD TABLE OF sww_witype WITH DEFAULT KEY
Method Signatures

Method CHECK_TRANSLATION_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WI_LANGUAGE Call by reference Type reference (TYPE) SWW_LANG 20130124
2 Returning RE_ACTIVE Value transfer Type reference (TYPE) XFELD 20130124

Method CHECK_TRANSLATION_REQUIRED on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method CHECK_WORKITEM_TYPE_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WI_TYPE Call by reference Type reference (TYPE) SWW_WITYPE 20130124
2 Returning RE_ACTIVE Value transfer Type reference (TYPE) XFELD 20130124

Method CHECK_WORKITEM_TYPE_ACTIVE on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method GET_ACTIVE_WORKITEM_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACTIVE_WORKITEM_TYPES Value transfer Type reference (TYPE) CL_SWF_RUN_WITEXT_CUSTOMIZING=>TABLE_WORKITEM_TYPES 20130124

Method GET_ACTIVE_WORKITEM_TYPES on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method GET_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20130125
2 Returning RE_VALUE Value transfer Type reference (TYPE) STRING 20130125

Method GET_CUSTOMIZING on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_USER Call by reference Type reference (TYPE) SYUNAME 20130124
2 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_RUN_WITEXT_CUSTOMIZING 20130124

Method GET_INSTANCE on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method GET_TARGET_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TARGET_LANGUAGES Value transfer Type reference (TYPE) CL_SWF_RUN_WITEXT_CUSTOMIZING=>TABLE_TARGET_LANGUAGES 20130124

Method GET_TARGET_LANGUAGES on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method GET_TRANSLATION_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACTIVE Value transfer Type reference (TYPE) XFELD 20130124

Method GET_TRANSLATION_ACTIVE on class CL_SWF_RUN_WITEXT_CUSTOMIZING has no exception.

Method INITIALIZE Signature

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