SAP ABAP Interface IF_TMAS_ACCESSOR_T2007 (Accessor interface for document properties)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_TMAS (Package) Translation Memory Analysis Service
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TMAS_ACCESSOR_T2007_BASE | Abstract Trados 2007 accessor base class | 20120314 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TMAS_OLA_ACCESSOR_T2007_NA | "No accessor available" exception raising accessor | 20120404 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TMAS_OLA_ACCESSOR_T2007_PF | "Processing failed" exception raising accessor | 20120608 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TMAS_OLA_ACCESSOR_T2007_RFC | "RFC error" exception raising accessor | 20120420 |
Properties
| Interface | IF_TMAS_ACCESSOR_T2007 | |
| Short Description | Accessor interface for document properties |
General Data
| Package | SLXE_TMAS | Translation Memory Analysis Service |
| Created | 20111013 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_TMAS_ACCESSOR_T2007 has no interface.
Friends
Interface IF_TMAS_ACCESSOR_T2007 has no friend.
Attributes
Interface IF_TMAS_ACCESSOR_T2007 has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the client that can read this document | 20120430 | |
| 2 | Instance method | Public | Method | Returns the file ext. of the original file incl. the dot | 20111201 | |
| 3 | Instance method | Public | Method | Returns the INI file (only if needs_ini is true) | 20111013 | |
| 4 | Instance method | Public | Method | Returns the old TTX (only if old_ttx_avail) | 20111013 | |
| 5 | Instance method | Public | Method | Returns the LCID of the source language | 20111130 | |
| 6 | Instance method | Public | Method | Returns the source text (only if needs_conversion is true) | 20111013 | |
| 7 | Instance method | Public | Method | Returns the LCID of the target language | 20111130 | |
| 8 | Instance method | Public | Method | Returns the host name of the TM | 20111013 | |
| 9 | Instance method | Public | Method | Returns the name of the memory to use | 20111013 | |
| 10 | Instance method | Public | Method | Returns the password for logging into the TM | 20111013 | |
| 11 | Instance method | Public | Method | Returns the contents of the settings file to use with the TM | 20111013 | |
| 12 | Instance method | Public | Method | Returns the user for logging into the TM | 20111013 | |
| 13 | Instance method | Public | Method | Return the TTX (only if needs_conversion false) | 20111013 | |
| 14 | Instance method | Public | Method | Initializes the accessor with obligatory data | 20111013 | |
| 15 | Instance method | Public | Method | Returns if this doc can only be read by a specifc client | 20120430 | |
| 16 | Instance method | Public | Method | Returns if the source text needs to be converted to TTX | 20111013 | |
| 17 | Instance method | Public | Method | Returns if the conversion needs an INI file | 20111013 | |
| 18 | Instance method | Public | Method | Returns if an old TTX file is avail (for xtranslate) | 20111013 | |
| 19 | Instance method | Public | Method | Reports an analysis failure | 20111013 | |
| 20 | Instance method | Public | Method | Reports analysis success including the results | 20111013 |
Events
Interface IF_TMAS_ACCESSOR_T2007 has no event.
Types
Interface IF_TMAS_ACCESSOR_T2007 has no local type.
Method Signatures
Method GET_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Value transfer | Type reference (TYPE) | MANDT | Client | 20120430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object accessor exception | 20120501 |
Method GET_FILE_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILE_EXTENSION | Value transfer | Type reference (TYPE) | STRING | 20111201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object accessor exception | 20111201 |
Method GET_INI_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INI_FILE | Value transfer | Type reference (TYPE) | XSTRING | INI file to be used during conversion | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_OLD_TTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OLD_TTX | Value transfer | Type reference (TYPE) | XSTRING | Old TTX to be used by xtranslate | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_SOURCE_LCID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE_LCID | Value transfer | Type reference (TYPE) | LXETMWARELCID | Locale ID | 20111130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object accessor exception | 20111130 |
Method GET_SOURCE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE_TEXT | Value transfer | Type reference (TYPE) | XSTRING | The document's source text | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_TARGET_LCID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TARGET_LCID | Value transfer | Type reference (TYPE) | LXETMWARELCID | Locale ID | 20111130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object accessor exception | 20111130 |
Method GET_TM_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TM_HOST | Value transfer | Type reference (TYPE) | STRING | The host name of the TM | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_TM_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TM_MEMORY | Value transfer | Type reference (TYPE) | STRING | The name of the memory to use | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_TM_PASSWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TM_PASSWORD | Value transfer | Type reference (TYPE) | STRING | The password to login in the TM | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_TM_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TM_SETTINGS | Value transfer | Type reference (TYPE) | STRING | The contents of the settings file | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_TM_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TM_USER | Value transfer | Type reference (TYPE) | STRING | The user for login in the TM | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method GET_TTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TTX | Value transfer | Type reference (TYPE) | XSTRING | TTX to be analyzed | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOB | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_JOB | Job | 20111102 | |||
| 2 | STRING_TAB | Call by reference | Type reference (TYPE) | TMAS_T_KEYSTRING | User-defined table of key/string pairs | 20111013 | |||
| 3 | XSTRING_TAB | Call by reference | Type reference (TYPE) | TMAS_T_KEYXSTRING | User-defined table of key/xstring pairs | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method IS_CLIENT_DEPENDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CLIENT_DEPENDENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object accessor exception | 20120430 |
Method NEEDS_CONVERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEEDS_CONVERSION | Value transfer | Type reference (TYPE) | ABAP_BOOL | True if the source is to be converted | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method NEEDS_INI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEEDS_INI | Value transfer | Type reference (TYPE) | ABAP_BOOL | True if the conversion needs an INI file | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method OLD_TTX_AVAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OLD_TTX_AVAIL | Value transfer | Type reference (TYPE) | ABAP_BOOL | True if an old TTX is available for xtranslate | 20111013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An object accessor exception | 20111013 |
Method REPORT_FAILURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_ERROR | Analysis error | 20111024 |
Method REPORT_FAILURE on Interface IF_TMAS_ACCESSOR_T2007 has no exception.
Method REPORT_SUCCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MATCH100 | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 2 | MATCH50TO74 | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 3 | MATCH75TO84 | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 4 | MATCH85TO94 | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 5 | MATCH95TO99 | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 6 | NOMATCH | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 7 | TOTAL | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 | |||
| 8 | XTRANSLATED | Call by reference | Object reference (TYPE REF TO) | IF_TMAS_RESULT_T2007_CATEGORY | Analysis category results of Trados 2007 | 20111013 |
Method REPORT_SUCCESS on Interface IF_TMAS_ACCESSOR_T2007 has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |