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 | Constant | Private | Type reference (TYPE) | C | '' | File Separator in Windows | 20040909 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | '' | User's HOME directory | 20040427 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | Local Work Directory | 20040427 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20040427 | |
| 2 | Static method | Public | Method | Generates a directory | 20040427 | |
| 3 | Instance method | Private | Method | Generates user's work directory | 20040427 | |
| 4 | Static method | Public | Method | Deletes a local directory, if it is empty | 20040428 | |
| 5 | Static method | Public | Method | Deletes a local file | 20040428 | |
| 6 | Instance method | Public | Method | Provides user's work directory | 20040427 | |
| 7 | Static method | Public | Method | Read Binary Data from Local File | 20040519 | |
| 8 | Static method | Public | Method | Store ASCII Data in Local File | 20040521 | |
| 9 | 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 | 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 | DIR | Call by reference | Type reference (TYPE) | STRING | Directory Name | 20040427 | |||
| 2 | PARENT | Call by reference | Type reference (TYPE) | STRING | Parent Directory | 20040427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | DIRNAME | Call by reference | Type reference (TYPE) | STRING | Directory Name | 20040428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | FILENAME | Call by reference | Type reference (TYPE) | STRING | File Name | 20040428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | FILENAME | Call by reference | Type reference (TYPE) | STRING | File Name | 20040519 | |||
| 2 | LENGTH | Call by reference | Type reference (TYPE) | I | File Length | 20040519 | |||
| 3 | XSTRING | Call by reference | Type reference (TYPE) | XSTRING | Binary Data | 20040519 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | FILENAME | Call by reference | Type reference (TYPE) | STRING | File Name | 20040521 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | STRING | Data | 20040521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | FILENAME | Call by reference | Type reference (TYPE) | STRING | File Name | 20040423 | |||
| 2 | XSTRING | Call by reference | Type reference (TYPE) | XSTRING | Binary Data | 20040423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception for TMWare Trados Integration | 20040526 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |