SAP ABAP Class CL_LXE_TMWARE_LCL_FILE_HNDLR (Handler for Local Files)
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_LCL_FILE_HNDLR  
Short Description Handler for Local Files    
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 20040330   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LXE_TMWARE_LCL_FILE_HNDLR has no forward declaration.
Interfaces
Class CL_LXE_TMWARE_LCL_FILE_HNDLR has no interface implemented.
Friends
Class CL_LXE_TMWARE_LCL_FILE_HNDLR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FILE_SEPARATOR Constant Private Type reference (TYPE) C '' File Separator in Windows 20040909
2 HOMEDIR Instance attribute Private Type reference (TYPE) STRING '' User's HOME directory 20040427
3 WORKDIR Instance attribute Private Type reference (TYPE) STRING Local Work Directory 20040427
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040427
2 CREATE_LOCAL_DIR Static method Public Method Generates a directory 20040427
3 CREATE_TMWARE_UI_WORKDIR Instance method Private Method Generates user's work directory 20040427
4 DELETE_DIRECTORY Static method Public Method Deletes a local directory, if it is empty 20040428
5 DELETE_FILE Static method Public Method Deletes a local file 20040428
6 GET_TMWARE_UI_WORKDIR Instance method Public Method Provides user's work directory 20040427
7 READ_BIN_DATA_FROM_LOCAL_FILE Static method Public Method Read Binary Data from Local File 20040519
8 SAVE_ASC_DATA_TO_LOCAL_FILE Static method Public Method Store ASCII Data in Local File 20040521
9 SAVE_BIN_DATA_TO_LOCAL_FILE Static method Public Method Store Binary Data in Local File 20040330
Events
Class CL_LXE_TMWARE_LCL_FILE_HNDLR has no event.
Types
Class CL_LXE_TMWARE_LCL_FILE_HNDLR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_LXE_TMWARE_LCL_FILE_HNDLR has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method CREATE_LOCAL_DIR 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 Directory Name 20040427
2 Importing PARENT Call by reference Type reference (TYPE) STRING Parent Directory 20040427
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method CREATE_TMWARE_UI_WORKDIR Signature

Method CREATE_TMWARE_UI_WORKDIR on class CL_LXE_TMWARE_LCL_FILE_HNDLR has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method DELETE_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRNAME Call by reference Type reference (TYPE) STRING Directory Name 20040428
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method DELETE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) STRING File Name 20040428
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method GET_TMWARE_UI_WORKDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WORKDIR Call by reference Type reference (TYPE) STRING User's Work Directory 20040427

Method GET_TMWARE_UI_WORKDIR on class CL_LXE_TMWARE_LCL_FILE_HNDLR has no exception.

Method READ_BIN_DATA_FROM_LOCAL_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) STRING File Name 20040519
2 Exporting LENGTH Call by reference Type reference (TYPE) I File Length 20040519
3 Exporting XSTRING Call by reference Type reference (TYPE) XSTRING Binary Data 20040519
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method SAVE_ASC_DATA_TO_LOCAL_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) STRING File Name 20040521
2 Importing STRING Call by reference Type reference (TYPE) STRING Data 20040521
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526

Method SAVE_BIN_DATA_TO_LOCAL_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) STRING File Name 20040423
2 Importing XSTRING Call by reference Type reference (TYPE) XSTRING Binary Data 20040423
# Exception Resumable Description Created on
1 CX_LXE_TMWARE_UI_EXCEPTION Exception for TMWare Trados Integration 20040526
History
Last changed by/on SAP  20110908 
SAP Release Created in 700