SAP ABAP Interface IF_LXE_TRANSLATION_OBJECT_L (Translation object type - External interface (long texts))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE (Package) New MLT Environment
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSCRWB_TRANSLATION | Enhancement for Translation of SAP Content | 20120118 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSXCLS_TRANSLATION | Enhancement for Translation of SAP Content | 20100916 |
Properties
| Interface | IF_LXE_TRANSLATION_OBJECT_L | |
| Short Description | Translation object type - External interface (long texts) |
General Data
| Package | SLXE | New MLT Environment |
| Created | 20090219 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_LXE_TRANSLATION_OBJECT_L has no forward declaration.
Interfaces
Interface IF_LXE_TRANSLATION_OBJECT_L has no interface.
Friends
Interface IF_LXE_TRANSLATION_OBJECT_L has no friend.
Attributes
Interface IF_LXE_TRANSLATION_OBJECT_L has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get texts for a single object | 20090219 | |
| 2 | Instance method | Public | Method | Write texts for a single object | 20090219 |
Events
Interface IF_LXE_TRANSLATION_OBJECT_L has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LONGTEXT | Public | See coding | Long text | 20090219 | BEGIN OF longtext,
textkey TYPE lxetextkey,
t_text TYPE lxestring,
END OF longtext
|
|
| 2 | LONGTEXTPAIR | Public | See coding | Long text pair | 20090219 | BEGIN OF longtextpair,
textkey TYPE lxetextkey,
texttype TYPE lxetexttype,
s_text TYPE lxestring,
t_text TYPE lxestring,
END OF longtextpair
|
|
| 3 | TT_LONGTEXT | Public | See coding | Long text (table type) | 20090219 | tt_longtext TYPE SORTED TABLE OF longtext
WITH UNIQUE KEY textkey
|
|
| 4 | TT_LONGTEXTPAIR | Public | See coding | Long text pair (table type) | 20090219 | tt_longtextpair TYPE SORTED TABLE OF longtextpair
WITH UNIQUE KEY textkey
|
Method Signatures
Method READ_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEXTS | Call by reference | Type reference (TYPE) | TT_LONGTEXTPAIR | Long text pairs | 20090219 | |||
| 2 | OBJNAME | Value transfer | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20090219 | |||
| 3 | OBJTYPE | Value transfer | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20090219 | |||
| 4 | S_R3_LANG | Value transfer | Type reference (TYPE) | SPRAS | Source language | 20090219 | |||
| 5 | T_R3_LANG | Value transfer | Type reference (TYPE) | SPRAS | Target language | 20090219 |
Method READ_TEXTS on Interface IF_LXE_TRANSLATION_OBJECT_L has no exception.
Method WRITE_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TEXTS | Call by reference | Type reference (TYPE) | TT_LONGTEXT | Long texts | 20090219 | |||
| 2 | OBJNAME | Value transfer | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20090219 | |||
| 3 | OBJTYPE | Value transfer | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20090219 | |||
| 4 | T_R3_LANG | Value transfer | Type reference (TYPE) | SPRAS | Language Key | 20090219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Errors when writing to DB | 20090219 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |