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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Constant | Private | Type reference (TYPE) | STRING | 'TARGET_LANGUAGES' | 20130125 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'WORKITEM_TYPES' | 20130125 | |||
| 3 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_SWF_RUN_WITEXT_CUSTOMIZING | 20130124 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | ACTIVE_STATUS | 20130124 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | 20130124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130124 | ||
| 2 | Instance method | Public | Method | 20130124 | ||
| 3 | Instance method | Public | Method | 20130124 | ||
| 4 | Instance method | Private | Method | 20130125 | ||
| 5 | Static method | Public | Method | 20130124 | ||
| 6 | Instance method | Public | Method | 20130124 | ||
| 7 | Instance method | Public | Method | 20130124 | ||
| 8 | 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 | IM_WI_LANGUAGE | Call by reference | Type reference (TYPE) | SWW_LANG | 20130124 | ||||
| 2 | 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 | IM_WI_TYPE | Call by reference | Type reference (TYPE) | SWW_WITYPE | 20130124 | ||||
| 2 | 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 | 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 | IM_NAME | Call by reference | Type reference (TYPE) | STRING | 20130125 | ||||
| 2 | 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 | IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20130124 | ||||
| 2 | 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 | 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 | 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 |