SAP ABAP Class CL_LXE_TMWARE_TWB (Access to the TWB)
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_TWB  
Short Description Access to the TWB    
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 20040423   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LXE_TMWARE_TWB has no forward declaration.
Interfaces
Class CL_LXE_TMWARE_TWB has no interface implemented.
Friends
Class CL_LXE_TMWARE_TWB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MEMORY_ISOPEN Instance attribute Private Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20040423
2 OI_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_LXE_TMWARE_OI_HANDLER Handler for Office Integration 20040423
3 TWB_ISOPEN Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040423
4 TWB_VERSION_KEY Constant Private Type reference (TYPE) STRING 'TW4Win.ApplicationCurVer' RSRSCAN1: Search String/Search Model 20040819
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_VERSION Static method Public Method Checks the installed version of the TWB 20040819
2 CLEANUP Instance method Public Method Perform Cleanup 20040521
3 CLOSE Instance method Public Method Closes the TWB 20040423
4 CONSTRUCTOR Instance method Public Constructor Constructor 20040423
5 CREATE_JOBFILE_CLEANUP Instance method Private Method Generate Job File for Cleanup 20040521
6 CREATE_WFS_FILE Instance method Public Method Generate Project Filter Settings File 20040525
7 CREATE_WPS_FILE Instance method Public Method Generate Project Settings File 20040525
8 GET_CLEANUP_FILENAME Instance method Public Method Provides the file name for the cleanup job 20040528
9 GET_CLEANUP_LOG_FILENAMES Instance method Public Method Returns the file name of the cleanup logs 20040907
10 IS_MEMORY_OPEN Instance method Public Method Checks whether a memory is open 20040526
11 OPEN_MEMORY Instance method Public Method Opens a Memory 20040423
12 OPEN_TWB Instance method Private Method Opens the TWB 20040423
13 SET_BACKGROUND_MEMORY Instance method Public Method Sets the background memory for the concordance search 20040819
14 SET_ENABLE_INTERACTION Instance method Public Method Sets/Takes the interaction option with the TWB 20040423
15 SET_TERM_RECOGNITION Instance method Public Method Sets the connection to the MuliTerm database 20040831
16 SHOW_ERROR_MESSAGE Instance method Private Method Display Workbench Error Message 20040817
Events
Class CL_LXE_TMWARE_TWB has no event.
Types
Class CL_LXE_TMWARE_TWB has no local type.
Method Signatures

Method CHECK_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CUSTMNR Call by reference Type reference (TYPE) LXECUSTMNR 20050104
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_CFG_EXCEPTION Exception for the TMWare Configuration 20040819

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCAL_DIR Call by reference Type reference (TYPE) STRING Local Work Directory 20040521
2 Exporting RET Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040817
3 Importing TTX_FILENAMES Call by reference Type reference (TYPE) STRING_TABLE TTX File Name 20040521
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RET Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040528
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TMWARE_OI_HANDLER Call by reference Object reference (TYPE REF TO) CL_LXE_TMWARE_OI_HANDLER Handler for Office Integration 20040506
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method CREATE_JOBFILE_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting JOBFILE Call by reference Type reference (TYPE) STRING Name of Job File 20040521
2 Importing LOCAL_DIR Call by reference Type reference (TYPE) STRING Local Work Directory 20040521
3 Importing TTX_FILENAMES Call by reference Type reference (TYPE) STRING_TABLE TTX File Name 20040521
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method CREATE_WFS_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDS Call by reference Type reference (TYPE) TLXE_TMWARE_TWB_SETTINGS Table for the Project Settings File 20040525
2 Importing FILENAME Call by reference Type reference (TYPE) STRING WPS File Name 20040525
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040525

Method CREATE_WPS_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDS Call by reference Type reference (TYPE) TLXE_TMWARE_TWB_SETTINGS Table for the Project Settings File 20040525
2 Importing FILENAME Call by reference Type reference (TYPE) STRING WPS File Name 20040525
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040525

Method GET_CLEANUP_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLEANUP_FILENAME Call by reference Type reference (TYPE) STRING File Name 20040528
2 Importing DIR Call by reference Type reference (TYPE) STRING Local Directory 20040528

Method GET_CLEANUP_FILENAME on class CL_LXE_TMWARE_TWB has no exception.

Method GET_CLEANUP_LOG_FILENAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIR Call by reference Type reference (TYPE) STRING Local Work Directory 20040907
2 Exporting FILENAMES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20040907

Method GET_CLEANUP_LOG_FILENAMES on class CL_LXE_TMWARE_TWB has no exception.

Method IS_MEMORY_OPEN Signature

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

Method OPEN_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESS_MODE Call by reference Type reference (TYPE) C 'w' Access Mode 20040423
2 Importing MEMORY Call by reference Type reference (TYPE) STRING Memory Name 20040423
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method OPEN_TWB Signature

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

Method SET_BACKGROUND_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKGROUND_MEMORY Call by reference Type reference (TYPE) STRING URI for the Background Memory 20040819
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040819

Method SET_ENABLE_INTERACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040423
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040526

Method SET_TERM_RECOGNITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_PARAM Call by reference Type reference (TYPE) STRING 20040831
2 Importing ENABLE_TERM_RECOGNITION Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20040831
3 Importing MINMATCHVALUE Call by reference Type reference (TYPE) I 20040831
4 Importing MULTITERM_DATABASE Call by reference Type reference (TYPE) STRING MultiTerm Database 20040831
5 Importing MULTITERM_SERVER Call by reference Type reference (TYPE) STRING MultiTerm Server 20040831
6 Importing SEARCHDEPTH Call by reference Type reference (TYPE) I 20040831
7 Importing SOURCE_LANGUAGE Call by reference Type reference (TYPE) LXEISOLANG Source Language 20040831
8 Importing TARGET_LANGUAGE Call by reference Type reference (TYPE) LXEISOLANG Target Language 20040831
9 Importing USER Call by reference Type reference (TYPE) STRING User 20040831

Method SET_TERM_RECOGNITION on class CL_LXE_TMWARE_TWB has no exception.

Method SHOW_ERROR_MESSAGE Signature

Method SHOW_ERROR_MESSAGE on class CL_LXE_TMWARE_TWB has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Integration 20040907
History
Last changed by/on SAP  20110908 
SAP Release Created in 700