SAP ABAP Class CL_WFD_SIMPLE_TEXT_EDIT (Editor for Mail Texts)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWD (Package) Business Workflow: Process Definition
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WFD_TEXT_EDIT | Editor for Mail Texts | 20001115 |
Properties
| Class | CL_WFD_SIMPLE_TEXT_EDIT | |
| Short Description | Editor for Mail Texts | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SWD | Business Workflow: Process Definition |
| Created | 19991203 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WFD_SIMPLE_TEXT_EDIT has no interface implemented.
Friends
Class CL_WFD_SIMPLE_TEXT_EDIT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20001115 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | SAP TextEdit Control | 20001115 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20001115 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | RCL_BAG_TLINE | Text | 20001115 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | XFELD | Display Mode | 20001115 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | XFELD | Text Contain Errors | 20001115 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20001121 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | I | Characters per Line | 20001115 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20001115 | |
| 2 | Instance method | Public | Method | Set Mode (Change/Display) | 20001115 | |
| 3 | Instance method | Protected | Method | Check All Expressions in Text | 20001115 | |
| 4 | Instance method | Protected | Method | Insert Expression | 20001115 | |
| 5 | Instance method | Public | Method | Destructor | 20001115 | |
| 6 | Instance method | Protected | Event handling method | Toolbar Control Button Pressed | 20001115 | |
| 7 | Instance method | Public | Method | Set Task Container | 20001121 | |
| 8 | Instance method | Public | Method | Get Text | 20001115 | |
| 9 | Instance method | Public | Method | Transfer Text | 20001115 |
Events
Class CL_WFD_SIMPLE_TEXT_EDIT has no event.
Types
Class CL_WFD_SIMPLE_TEXT_EDIT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAX_NUMBER_CHARS | Call by reference | Type reference (TYPE) | I | Längenbegrenzung | 20001115 | |||
| 2 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20001115 | |||
| 3 | SUPPRESS_FUNCTIONS | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20010201 | |||
| 4 | WORDWRAP_POSITION | Call by reference | Type reference (TYPE) | I | 72 | Textumbruch bei Zeile X | 20001115 |
Method CONSTRUCTOR on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method DISPLAY_MODE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY | Call by reference | Type reference (TYPE) | XFELD | Anzeigemodus mit 'X', Änderungsmodus mit ' ' einschalten | 20001115 |
Method DISPLAY_MODE_SET on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method EXPRESSIONS_CHECK Signature
Method EXPRESSIONS_CHECK on class CL_WFD_SIMPLE_TEXT_EDIT has no parameter.
Method EXPRESSIONS_CHECK on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method EXPRESSION_INSERT Signature
Method EXPRESSION_INSERT on class CL_WFD_SIMPLE_TEXT_EDIT has no parameter.
Method EXPRESSION_INSERT on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method FREE Signature
Method FREE on class CL_WFD_SIMPLE_TEXT_EDIT has no parameter.
Method FREE on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method ON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Type reference (TYPE) | 20001115 |
Method ON_CLICK on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method TASK_CONTAINER_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TASK_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementierung einer 'Collection' | 20001121 |
Method TASK_CONTAINER_SET on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method TEXT_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED | Call by reference | Type reference (TYPE) | XFELD | Text wurde geändert | 20001115 | |||
| 2 | TEXT_LINE | Value transfer | Type reference (TYPE) | STRING | Workitemtext | 20001115 | |||
| 3 | TEXT_TABLE | Value transfer | Type reference (TYPE) | RCL_BAG_TLINE | Text | 20001115 |
Method TEXT_GET on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
Method TEXT_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT_LINE | Call by reference | Type reference (TYPE) | STRING | Workitemtext | 20001115 | |||
| 2 | TEXT_TABLE | Call by reference | Type reference (TYPE) | RCL_BAG_TLINE | Text als Tabelle | 20001115 |
Method TEXT_SET on class CL_WFD_SIMPLE_TEXT_EDIT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 610 |