SAP ABAP Class CL_TMAS_ACCESSOR_T2007_INI (INI Files for Trados 2007)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_TMAS_ACCESSOR (Package) Translation Memory Analysis Service Accessors
⤷
⤷
Properties
| Class | CL_TMAS_ACCESSOR_T2007_INI | |
| Short Description | INI Files for Trados 2007 | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_TMAS_ACCESSOR | Translation Memory Analysis Service Accessors |
| Created | 20120314 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_TMAS_ACCESSOR_T2007_INI has no interface implemented.
Friends
Class CL_TMAS_ACCESSOR_T2007_INI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_INI | 20120314 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_RFC_INI | 20120412 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120314 | ||
| 2 | Static method | Public | Method | 20120413 | ||
| 3 | Static method | Public | Method | 20120321 | ||
| 4 | Static method | Public | Method | 20120413 | ||
| 5 | Static method | Private | Method | 20120321 | ||
| 6 | Static method | Private | Method | 20120412 |
Events
Class CL_TMAS_ACCESSOR_T2007_INI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_INI | Private | See coding | 20120314 | begin of S_INI,
objtype type lxeobjtype,
mimetype type string,
inifile type xstring,
end of S_INI
|
||
| 2 | S_RFC_INI | Private | See coding | 20120412 | begin of S_RFC_INI,
destination type rfcdest,
objtype type lxeobjtype,
mimetype type string,
inifile type xstring,
end of S_RFC_INI
|
||
| 3 | T_INI | Private | See coding | 20120314 | t_ini type hashed table of s_ini with unique key objtype mimetype
|
||
| 4 | T_RFC_INI | Private | See coding | 20120412 | t_rfc_ini type hashed table of s_rfc_ini with unique key destination objtype mimetype
|
Method Signatures
Method GET_INI_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INIFILE | Value transfer | Type reference (TYPE) | XSTRING | 20120314 | ||||
| 2 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | `` | 20120314 | |||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Trados 2007 INI could not be read | 20120314 |
Method GET_INI_FILE_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120413 | |||
| 2 | INIFILE | Value transfer | Type reference (TYPE) | XSTRING | 20120413 | ||||
| 3 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | `` | 20120413 | |||
| 4 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RFC exception | 20120420 | ||
| 2 | Trados 2007 INI could not be read | 20120413 |
Method HAS_INI_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_INI_FILE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120321 | ||||
| 2 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | `` | 20120321 | |||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120321 |
Method HAS_INI_FILE on class CL_TMAS_ACCESSOR_T2007_INI has no exception.
Method HAS_INI_FILE_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120413 | |||
| 2 | HAS_INI_FILE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120413 | ||||
| 3 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | `` | 20120413 | |||
| 4 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RFC exception | 20120420 |
Method RETRIEVE_INI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INIFILE | Value transfer | Object reference (TYPE REF TO) | XSTRING | 20120413 | ||||
| 2 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | 20120321 | ||||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120321 |
Method RETRIEVE_INI on class CL_TMAS_ACCESSOR_T2007_INI has no exception.
Method RETRIEVE_INI_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120412 | |||
| 2 | INIFILE | Value transfer | Object reference (TYPE REF TO) | XSTRING | 20120413 | ||||
| 3 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | 20120412 | ||||
| 4 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RFC exception | 20120420 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |