SAP ABAP Class IF_CFX_TEXT_FINDER (Gets Texts from Other Package)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_TEXT_FINDER | Procures Texts for Notifications | 20010802 |
Properties
| Class | IF_CFX_TEXT_FINDER | |
| Short Description | Gets Texts from Other Package | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20010801 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_CFX_TEXT_FINDER has no forward declaration.
Interfaces
Class IF_CFX_TEXT_FINDER has no interface implemented.
Friends
Class IF_CFX_TEXT_FINDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR40 | 'email_no_url' | E-Mail Text If No URL There | 20010924 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR40 | 'email_obj_text' | E-Mail Text for Object | 20010912 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR40 | 'email_sender' | E-Mail Text: Name of Actual Sender | 20031121 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR40 | 'email_signature' | E-Mail Signature | 20010802 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR40 | 'email_url_text' | E-Mail Text for Object URL | 20010802 | ||
| 6 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_changed_subject' | Subject: Object Changed | 20010802 | ||
| 7 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_changed_text' | Comment: Object Changed | 20010802 | ||
| 8 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_created_as_copy_subject' | Subject: Object Created as Copy | 20010802 | ||
| 9 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_created_as_copy_text' | Comment: Object Created as Copy | 20010802 | ||
| 10 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_created_subject' | Subject: Object Created | 20010802 | ||
| 11 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_created_text' | Comment: Object Created | 20010802 | ||
| 12 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_deleted_subject' | Subject: Object Deleted | 20010802 | ||
| 13 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_deleted_text' | Comment: Object Deleted | 20010802 | ||
| 14 | Constant | Public | Type reference (TYPE) | CHAR40 | 'collaboration_name' | Character Field of Length 40 | 20010802 | ||
| 15 | Constant | Public | Type reference (TYPE) | CHAR40 | 'email_address' | Character Field of Length 40 | 20031121 | ||
| 16 | Constant | Public | Type reference (TYPE) | CHAR40 | 'user_fullname' | Character Field of Length 40 | 20031121 | ||
| 17 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_name' | Character Field of Length 40 | 20010802 | ||
| 18 | Constant | Public | Type reference (TYPE) | CHAR40 | 'object_type' | Character Field of Length 40 | 20010802 | ||
| 19 | Constant | Public | Type reference (TYPE) | CHAR40 | 'parent_name' | Character Field of Length 40 | 20010802 | ||
| 20 | Constant | Public | Type reference (TYPE) | CHAR40 | 'parent_type' | Character Field of Length 40 | 20010802 | ||
| 21 | Constant | Public | Type reference (TYPE) | CHAR40 | 'subscribed_name' | Character Field of Length 40 | 20010802 | ||
| 22 | Constant | Public | Type reference (TYPE) | CHAR40 | 'subscribed_type' | Character Field of Length 40 | 20010802 | ||
| 23 | Constant | Public | Type reference (TYPE) | CHAR40 | 'user' | Character Field of Length 40 | 20011113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Request Texts for Object Event | 20010802 | |
| 2 | Instance method | Public | Method | Request Text for Notification | 20010802 | |
| 3 | Instance method | Public | Method | Set Requested Text | 20010802 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | TEXT_REQUIRED | Instance Event (0) |
Public (2) |
Test is Requested | 20010802 |
Types
Class IF_CFX_TEXT_FINDER has no local type.
Method Signatures
Method REQUEST_OBJECT_EVENT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COMMENT_TEXT | Value transfer | Type reference (TYPE) | STRING | Kommentar-Text | 20010802 | |||
| 2 | E_SUBJECT_TEXT | Value transfer | Type reference (TYPE) | STRING | Betreff-Text | 20010802 | |||
| 3 | I_EVENT_TYPE | Call by reference | Type reference (TYPE) | CHAR40 | Typ des Ereignisses, für das Text gefordert | 20010802 | |||
| 4 | I_OBJECT_NAME | Value transfer | Type reference (TYPE) | STRING | Name des Objekts | 20010802 | |||
| 5 | I_OBJECT_TYPE | Value transfer | Type reference (TYPE) | CFX_T_OBJECT_TYPE | Typ des Objekts | 20010802 | |||
| 6 | I_PARENT_NAME | Value transfer | Type reference (TYPE) | STRING | Name des übergeordneten Objekts | 20010802 | |||
| 7 | I_PARENT_TYPE | Value transfer | Type reference (TYPE) | CFX_T_OBJECT_TYPE | Typ des übergeordneten Objekts | 20010802 | |||
| 8 | I_SUBSCRIBED_NAME | Value transfer | Type reference (TYPE) | STRING | Name des abonnierten Objekts | 20010802 | |||
| 9 | I_SUBSCRIBED_TYPE | Value transfer | Type reference (TYPE) | CFX_T_OBJECT_TYPE | Typ des abonnierten Objekts | 20010802 |
Method REQUEST_OBJECT_EVENT_TEXT on class IF_CFX_TEXT_FINDER has no exception.
Method REQUEST_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TEXT_PARAMETERS | Call by reference | Type reference (TYPE) | CFX_TT_KEY_VALUE_PAIR | Tabelle mit Schlüssel-Wert-Paaren | 20010802 | |||
| 2 | I_TEXT_ID | Call by reference | Type reference (TYPE) | CHAR40 | Character 40-Stellen | 20010802 | |||
| 3 | R_TEXT | Value transfer | Type reference (TYPE) | STRING | angeforderter Text | 20010802 |
Method REQUEST_TEXT on class IF_CFX_TEXT_FINDER has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20010802 |
Method SET_TEXT on class IF_CFX_TEXT_FINDER has no exception.
Event Signatures
Event TEXT_REQUIRED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TEXT_PARAMETERS | Exporting | Value transfer | Type reference (TYPE) | CFX_TT_KEY_VALUE_PAIR | Tabelle mitParametern für den Text | 20010802 | ||
| 2 | I_TEXT_ID | Exporting | Value transfer | Type reference (TYPE) | CHAR40 | Identifiziert den Typ des Texts | 20010802 |
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |