SAP ABAP Class CL_LXE_TMWARE_TE (Access to the TagEditor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_OBSOLETE (Package) Obsolete objects from MLT packages
⤷
⤷
Properties
| Class | CL_LXE_TMWARE_TE | |
| Short Description | Access to the TagEditor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_OBSOLETE | Obsolete objects from MLT packages |
| Created | 20040422 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LXE_TMWARE_TE has no forward declaration.
Interfaces
Class CL_LXE_TMWARE_TE has no interface implemented.
Friends
Class CL_LXE_TMWARE_TE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | File Name of INI File | 20040423 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_LXE_TMWARE_OI_HANDLER | Handler for Office Integration | 20040423 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040423 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'TagEditor.ApplicationCurVer' | 20040819 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_LXE_TMWARE_TO_Z | Translation Object in TMWare Environment | 20040506 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks whether the current object was saved | 20040519 | |
| 2 | Static method | Public | Method | Checks the installed version of the TagEditor | 20040819 | |
| 3 | Instance method | Public | Method | Closes the TagEditor | 20040423 | |
| 4 | Instance method | Public | Method | Closes the current document | 20040601 | |
| 5 | Instance method | Public | Constructor | Constructor | 20040423 | |
| 6 | Instance method | Public | Method | Checks whether current object was changed | 20040713 | |
| 7 | Instance method | Public | Method | Checks whether an object is currently open in the TagEditor | 20040812 | |
| 8 | Instance method | Public | Method | Checks whether the current object was saved | 20040427 | |
| 9 | Instance method | Public | Method | Open Translation Object | 20040423 | |
| 10 | Instance method | Public | Method | Open Translation Object | 20050105 | |
| 11 | Instance method | Private | Method | Opens the TagEditor | 20040423 | |
| 12 | Instance method | Public | Method | Sets the INI file in the TagEditor | 20040518 | |
| 13 | Instance method | Private | Method | Display TagEditor Error Message | 20040817 |
Events
Class CL_LXE_TMWARE_TE has no event.
Types
Class CL_LXE_TMWARE_TE has no local type.
Method Signatures
Method CHECK_CURRENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040519 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method CHECK_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CUSTMNR | Call by reference | Type reference (TYPE) | LXECUSTMNR | 20050104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for the TMWare Configuration | 20040819 |
Method CLOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method CLOSE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040601 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TMWARE_OI_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_LXE_TMWARE_OI_HANDLER | Handler for Office Integration | 20040506 | |||
| 2 | TRANSLATION_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_LXE_TMWARE_TO_Z | Translation Object in TMWare Environment | 20040506 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method HAS_CURRENT_OBJECT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_CHANGED | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040713 |
Method HAS_OPEN_DOCUMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_OPEN_DOCUMENTS | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040812 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040812 |
Method IS_CURRENT_OBJECT_SAVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SAVED | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20040427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method OPEN_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_KEY | Call by reference | Type reference (TYPE) | LXETEXTKEY | Text Key | 20041221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method OPEN_OBJECT_TK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_KEY | Call by reference | Type reference (TYPE) | LXETEXTKEY | Text Key | 20050105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20050105 |
Method OPEN_TE Signature
Method OPEN_TE on class CL_LXE_TMWARE_TE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method SET_INI_FILE Signature
Method SET_INI_FILE on class CL_LXE_TMWARE_TE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040526 |
Method SHOW_ERROR_MESSAGE Signature
Method SHOW_ERROR_MESSAGE on class CL_LXE_TMWARE_TE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Integration | 20040817 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |