SAP ABAP Class CL_XLFT_XLIFF_EXPORT (Exports an XLIFF from the translation system)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLFT (Package) XLIFF 1.2 Translation
⤷
⤷
Properties
| Class | CL_XLFT_XLIFF_EXPORT | |
| Short Description | Exports an XLIFF from the translation system | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_XLFT | XLIFF 1.2 Translation |
| Created | 20101228 | SAP |
| Last change | 20110908 | 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_XLFT_XLIFF_EXPORT has no interface implemented.
Friends
Class CL_XLFT_XLIFF_EXPORT has no friend class.
Attributes
Methods
Events
Class CL_XLFT_XLIFF_EXPORT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_LTEXT | Private | See coding | 20101228 | BEGIN OF s_ltext,
language TYPE lxeisolang,
textkey TYPE xlft_shortkey,
serelem TYPE xlft_blob,
fingerprint TYPE xlf_fingerprint,
END OF s_ltext
|
||
| 2 | S_STEXT | Private | See coding | 20101228 | BEGIN OF s_stext,
language TYPE lxeisolang,
textkey TYPE xlft_shortkey,
text TYPE lxeunitlin,
END OF s_stext
|
||
| 3 | T_LTEXT | Private | See coding | 20101228 | t_ltext TYPE HASHED TABLE OF s_ltext WITH UNIQUE KEY language textkey
|
||
| 4 | T_STEXT | Private | See coding | 20101228 | t_stext TYPE HASHED TABLE OF s_stext WITH UNIQUE KEY language textkey
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XLFT_XLIFF_EXPORT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLFT_XLIFF_EXPORT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA | Call by reference | Type reference (TYPE) | LXECUSTMNR | Translation Area | 20101228 | |||
| 2 | INCLUDE_COUNTRY | Call by reference | Type reference (TYPE) | ABAP_BOOL | True if country should be included in language tag | 20101228 | |||
| 3 | INCLUDE_TRANS_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | True if translation status is to be included | 20110221 | |||
| 4 | LANGUAGE | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101228 | |||
| 5 | OBJECT_NAME | Call by reference | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20101228 |
Method CONSTRUCTOR on class CL_XLFT_XLIFF_EXPORT has no exception.
Method COPY_SOURCE_TO_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_SOURCE | Source text | 20101228 | |||
| 2 | TARGET | Value transfer | Object reference (TYPE REF TO) | IF_XLF_ELEM_TARGET | Target | 20101228 |
Method COPY_SOURCE_TO_TARGET on class CL_XLFT_XLIFF_EXPORT has no exception.
Method DESERIALIZE_XLIFF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XLIFF | Value transfer | Object reference (TYPE REF TO) | IF_XLF_ELEM_XLIFF | 20110221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110221 |
Method DETERMINE_LANG_ROUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLLNAME | Call by reference | Type reference (TYPE) | LXECOLLNAM | 20110221 | ||||
| 2 | LANG_ROUTE | Value transfer | Type reference (TYPE) | CL_XLFT_GRAPH=>T_ROUTE | 20110221 | ||||
| 3 | ORIG_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20110221 |
Method DETERMINE_LANG_ROUTE on class CL_XLFT_XLIFF_EXPORT has no exception.
Method DO_EXPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XLIFF | Value transfer | Type reference (TYPE) | XSTRING | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method EXPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA | Call by reference | Type reference (TYPE) | LXECUSTMNR | Translation Area | 20101228 | |||
| 2 | INCLUDE_COUNTRY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101228 | ||||
| 3 | INCLUDE_TRANS_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110221 | |||
| 4 | LANGUAGE | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101228 | |||
| 5 | OBJECT_NAME | Call by reference | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20101228 | |||
| 6 | XLIFF | Value transfer | Type reference (TYPE) | XSTRING | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method INSERT_TRANSLATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XLIFF | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_XLIFF | XLIFF document | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method INSERT_TRANS_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GROUP | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_GROUP | Group | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method INSERT_TRANS_SUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUS | Call by reference | Type reference (TYPE) | TXLF_STRUCTURAL_UNIT | Table of structural units | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method INSERT_TRANS_TRANS_UNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TRANS_UNIT | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_TRANS_UNIT | Translation unit | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method IS_LTEXT_TRANSLATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TRANSLATED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110222 | ||||
| 2 | SHORTKEY | Call by reference | Type reference (TYPE) | XLFT_SHORTKEY | 20110222 | ||||
| 3 | SOURCE_FIPR | Call by reference | Type reference (TYPE) | XLF_FINGERPRINT | 20110222 | ||||
| 4 | SOURCE_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20110222 | ||||
| 5 | TARGET_FIPR | Call by reference | Type reference (TYPE) | XLF_FINGERPRINT | 20110222 | ||||
| 6 | TARGET_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20110222 |
Method IS_LTEXT_TRANSLATED on class CL_XLFT_XLIFF_EXPORT has no exception.
Method READ_DATA_FROM_DB Signature
Method READ_DATA_FROM_DB on class CL_XLFT_XLIFF_EXPORT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110221 |
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XLIFF | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_XLIFF | XLIFF document | 20101228 | |||
| 2 | XLIFF_DATA | Value transfer | Type reference (TYPE) | XSTRING | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
Method SET_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XLIFF | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_XLIFF | XLIFF document | 20101228 |
Method SET_DATE on class CL_XLFT_XLIFF_EXPORT has no exception.
Method SET_LTEXT_TRANS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SHORTKEY | Call by reference | Type reference (TYPE) | XLFT_SHORTKEY | 20110222 | ||||
| 2 | TARGET | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_TARGET | 20110222 |
Method SET_LTEXT_TRANS_STATUS on class CL_XLFT_XLIFF_EXPORT has no exception.
Method SET_STEXT_TRANS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SHORTKEY | Call by reference | Type reference (TYPE) | XLFT_SHORTKEY | 20110222 | ||||
| 2 | TARGET | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_TARGET | 20110222 |
Method SET_STEXT_TRANS_STATUS on class CL_XLFT_XLIFF_EXPORT has no exception.
Method SET_TARGET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XLIFF | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_XLIFF | XLIFF document | 20101228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base class for XLIFF Translation exceptions | 20110124 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |