SAP ABAP Class CL_LXE_TMWARE_TO_Z (Z Translation Object in TMWare Environment)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_OBSOLETE (Package) Obsolete objects from MLT packages
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LXE_TMWARE_TO Translation Object in TMWare Environment 20040518
Properties
Class CL_LXE_TMWARE_TO_Z  
Short Description Z Translation Object in TMWare Environment    
Super Class CL_LXE_TMWARE_TO Translation Object in TMWare Environment 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_OBSOLETE   Obsolete objects from MLT packages 
Created 20040518   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LXE_TMWARE_TO_Z has no forward declaration.
Interfaces
Class CL_LXE_TMWARE_TO_Z has no interface implemented.
Friends
Class CL_LXE_TMWARE_TO_Z has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FILEHANDLER Instance attribute Private Object reference (TYPE REF TO) CL_LXE_TMWARE_LCL_FILE_HNDLR Handler for Local Files 20040518
2 INI Instance attribute Private Type reference (TYPE) XSTRING Trados INI File 20040518
3 LOCAL_DIR Instance attribute Private Type reference (TYPE) STRING Local Work Directory for the Object 20040518
4 OPEN Instance attribute Private Type reference (TYPE) BOOLEAN 'X': Object opened in editor 20040715
5 TMWARE_TE Instance attribute Private Object reference (TYPE REF TO) CL_LXE_TMWARE_TE Access to the TagEditor 20040518
6 TMWARE_TWB Instance attribute Private Object reference (TYPE REF TO) CL_LXE_TMWARE_TWB Access to the Workbench 20040521
7 TU_Z Instance attribute Private Object reference (TYPE REF TO) CL_LXE_TMWARE_TU_Z Translation Object in TMWare Environment 20040518
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OBJECT_STATE Instance method Private Method Check Object Status 20040518
2 CHECK_OBJECT_STATE_TK Instance method Private Method Check Object Status 20050110
3 CLEANUP_LOCAL_WORKDIR Instance method Public Method Deletes the local data 20040518
4 CLEANUP_LOCAL_WORKDIR_TK Instance method Public Method Deletes the local data 20050105
5 CLEANUP_TX_LOCAL_WORKDIR_TK Instance method Public Method Deletes the local text files (src, trg, ttx) 20050118
6 CONSTRUCTOR Instance method Public Constructor Constructor 20040518
7 CREATE_LOCAL_WORKDIR Instance method Private Method Generates the local work directory for the object 20040518
8 DOWNLOAD_INI_FILE Instance method Public Method Saves the Trados INI in a local file 20040518
9 DOWNLOAD_OBJECT_DATA Instance method Public Method Saves the object data and the TTX data in local files 20040518
10 DOWNLOAD_OBJECT_DATA_TK Instance method Public Method Saves the object data and the TTX data in local files 20050105
11 GET_FILEHANDLER Instance method Public Method Returns a reference to the file handler 20040909
12 GET_FILTER_SETTINGS Instance method Private Method Returns the TWB filter settings 20040525
13 GET_INI_FILENAME Instance method Public Method Provides the file name of the Trados INI file 20040518
14 GET_PROJECT_SETTINGS Instance method Private Method Returns the TWB project settings 20040525
15 GET_SOURCE_FILENAME Instance method Public Method Provides the file name of the source file 20040518
16 GET_SOURCE_FILENAME_TK Instance method Public Method Provides the file name of the source file 20050105
17 GET_TARGET_FILENAME Instance method Public Method Provides the file name of the target file 20040518
18 GET_TARGET_FILENAME_TK Instance method Public Method Provides the file name of the target file 20050105
19 GET_TTX_FILENAME Instance method Public Method Provides the file name of the TTX file 20040518
20 GET_TTX_FILENAME_TK Instance method Public Method Provides the file name of the TTX file 20050105
21 GET_WFS_FILENAME Instance method Public Method Provides the file name for the TWB filter settings 20040525
22 GET_WPS_FILENAME Instance method Public Method Provides the file name for the TWB project settings 20040525
23 IS_OPEN Instance method Public Method Returns 'X' if the object is opened in the editor 20040715
24 SAVE_DATA Instance method Public Method Save Local Data in DB 20040518
25 SAVE_DATA_TK Instance method Public Method Save Local Data in DB 20050105
26 SET_OBJECT_OPEN Instance method Public Method Sets whether the object is opened in the editor 20040715
27 SET_TMWARE_TE Instance method Public Method Sets the reference to the TagEditor Wrapper 20040518
28 SET_TMWARE_TWB Instance method Public Method Sets the reference to the TWB 20040521
29 SET_TTX_EXISTS Instance method Public Method Sets whether a TTX file exists for the object or not 20040518
30 TTX_EXISTS Instance method Public Method Returns 'X' if the TTX file exists 20040518
31 UPLOAD_OBJECT_DATA Instance method Public Method Reads the object data and TTX data from local files 20040519
32 UPLOAD_OBJECT_DATA_TK Instance method Public Method Reads the object data and TTX data from local files 20050105
33 UPLOAD_TARGET_DATA Instance method Public Method Reads the object data and TTX data from local files 20041026
34 UPLOAD_TARGET_DATA_TK Instance method Public Method Reads the object data and TTX data from local files 20050105
35 UPLOAD_TTX Instance method Public Method Reads the object data and TTX data from local files 20041026
36 UPLOAD_TTX_TK Instance method Public Method Reads the object data and TTX data from local files 20050105
Events
Class CL_LXE_TMWARE_TO_Z has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TRANSLATION_UNIT Private See coding 20040518 BEGIN OF translation_unit, textkey TYPE lxetextkey, trans_unit TYPE REF TO if_lxe_tmware_translation_unit, END OF translation_unit
Method Signatures

Method CHECK_OBJECT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STATPRC Call by reference Type reference (TYPE) LXESTATPRC Process Status 20040524
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method CHECK_OBJECT_STATE_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STATPRC Call by reference Type reference (TYPE) LXESTATPRC Process Status 20050110
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050110
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050110

Method CLEANUP_LOCAL_WORKDIR Signature

Method CLEANUP_LOCAL_WORKDIR on class CL_LXE_TMWARE_TO_Z has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method CLEANUP_LOCAL_WORKDIR_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050105

Method CLEANUP_TX_LOCAL_WORKDIR_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050118
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050118

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLLNAM Call by reference Type reference (TYPE) LXECOLLNAM Collection Name 20040518
2 Importing COLLTYP Call by reference Type reference (TYPE) LXECOLLTYP Collection Type 20040812
3 Importing CUSTMNR Call by reference Type reference (TYPE) LXECUSTMNR Translation Area Number 20040629
4 Importing DOMANAM Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20040518
5 Importing DOMATYP Call by reference Type reference (TYPE) LXEDOMATYP Domain Type 20040518
6 Importing INI Call by reference Type reference (TYPE) XSTRING INI File 20040518
7 Importing OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20040518
8 Importing OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20040518
9 Importing SOURCEDATA Call by reference Type reference (TYPE) XSTRING Source Data 20040518
10 Importing S_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20040518
11 Importing TEXTKEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050110
12 Importing TTXDATA Call by reference Type reference (TYPE) XSTRING TTX Data 20040518
13 Importing T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20040518
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method CREATE_LOCAL_WORKDIR Signature

Method CREATE_LOCAL_WORKDIR on class CL_LXE_TMWARE_TO_Z has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method DOWNLOAD_INI_FILE Signature

Method DOWNLOAD_INI_FILE on class CL_LXE_TMWARE_TO_Z has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method DOWNLOAD_OBJECT_DATA Signature

Method DOWNLOAD_OBJECT_DATA on class CL_LXE_TMWARE_TO_Z has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method DOWNLOAD_OBJECT_DATA_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050105

Method GET_FILEHANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FILEHANDLER Call by reference Object reference (TYPE REF TO) CL_LXE_TMWARE_LCL_FILE_HNDLR Handler for Local Files 20040909

Method GET_FILEHANDLER on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_FILTER_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FIELDS Call by reference Type reference (TYPE) TLXE_TMWARE_TWB_SETTINGS Table for the Project Settings File 20040525

Method GET_FILTER_SETTINGS on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_INI_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INI_FILENAME Call by reference Type reference (TYPE) STRING INI File Name 20040518

Method GET_INI_FILENAME on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_PROJECT_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FIELDS Call by reference Type reference (TYPE) TLXE_TMWARE_TWB_SETTINGS Table for the Project Settings File 20040525

Method GET_PROJECT_SETTINGS on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_SOURCE_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SOURCE_FILENAME Call by reference Type reference (TYPE) STRING File Name of Source Object 20040518
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20041220

Method GET_SOURCE_FILENAME on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_SOURCE_FILENAME_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SOURCE_FILENAME Call by reference Type reference (TYPE) STRING File Name of Source Object 20050105
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105

Method GET_SOURCE_FILENAME_TK on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_TARGET_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TARGET_FILENAME Call by reference Type reference (TYPE) STRING File Name of Target Object 20040518

Method GET_TARGET_FILENAME on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_TARGET_FILENAME_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TARGET_FILENAME Call by reference Type reference (TYPE) STRING File Name of Target Object 20050105
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105

Method GET_TARGET_FILENAME_TK on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_TTX_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TTX_FILENAME Call by reference Type reference (TYPE) STRING TTX File Name 20040518

Method GET_TTX_FILENAME on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_TTX_FILENAME_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TTX_FILENAME Call by reference Type reference (TYPE) STRING TTX File Name 20050105
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105

Method GET_TTX_FILENAME_TK on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_WFS_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WFS_FILENAME Call by reference Type reference (TYPE) STRING File Name for the TWB Filter Settings 20040525

Method GET_WFS_FILENAME on class CL_LXE_TMWARE_TO_Z has no exception.

Method GET_WPS_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WPS_FILENAME Call by reference Type reference (TYPE) STRING File Name for the TWB Project Settings 20040525

Method GET_WPS_FILENAME on class CL_LXE_TMWARE_TO_Z has no exception.

Method IS_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OPEN Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040715

Method IS_OPEN on class CL_LXE_TMWARE_TO_Z has no exception.

Method SAVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OK Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040601
2 Exporting TARGETDATA Call by reference Type reference (TYPE) XSTRING Target Data 20040601
3 Exporting TTX Call by reference Type reference (TYPE) XSTRING TTX Data 20040601
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method SAVE_DATA_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OK Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20050105
2 Exporting TARGETDATA Call by reference Type reference (TYPE) XSTRING Target Data 20050105
3 Exporting TTX Call by reference Type reference (TYPE) XSTRING TTX Data 20050105
4 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050105

Method SET_OBJECT_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPEN Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040715

Method SET_OBJECT_OPEN on class CL_LXE_TMWARE_TO_Z has no exception.

Method SET_TMWARE_TE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TMWARE_TE Call by reference Object reference (TYPE REF TO) CL_LXE_TMWARE_TE Access to the TagEditor 20040518

Method SET_TMWARE_TE on class CL_LXE_TMWARE_TO_Z has no exception.

Method SET_TMWARE_TWB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TMWARE_TWB Call by reference Object reference (TYPE REF TO) CL_LXE_TMWARE_TWB Access to the TWB 20040521
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040525

Method SET_TTX_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TTX_EXISTS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040518

Method SET_TTX_EXISTS on class CL_LXE_TMWARE_TO_Z has no exception.

Method TTX_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TTX_EXISTS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040518

Method TTX_EXISTS on class CL_LXE_TMWARE_TO_Z has no exception.

Method UPLOAD_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TARGETDATA Call by reference Type reference (TYPE) XSTRING Target Data 20040519
2 Exporting TTX Call by reference Type reference (TYPE) XSTRING TTX Data 20040519
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method UPLOAD_OBJECT_DATA_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TARGETDATA Call by reference Type reference (TYPE) XSTRING Target Data 20050105
2 Exporting TTX Call by reference Type reference (TYPE) XSTRING TTX Data 20050105
3 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050105

Method UPLOAD_TARGET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TARGETDATA Call by reference Type reference (TYPE) XSTRING Target Data 20041026
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20041026

Method UPLOAD_TARGET_DATA_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TARGETDATA Call by reference Type reference (TYPE) XSTRING Target Data 20050105
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050105

Method UPLOAD_TTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TTX Call by reference Type reference (TYPE) XSTRING TTX Data 20041026
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20041026

Method UPLOAD_TTX_TK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TTX Call by reference Type reference (TYPE) XSTRING TTX Data 20050105
2 Importing TX_KEY Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20050105
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20050105
History
Last changed by/on SAP  20110908 
SAP Release Created in 700