SAP ABAP Interface IF_LXE_TRANSLATION_OBJECT_B (Translation object type - External interface (binary 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_SNAPT_TRANSLATION | test | 20120503 |
Properties
| Interface | IF_LXE_TRANSLATION_OBJECT_B | |
| Short Description | Translation object type - External interface (binary texts) |
General Data
| Package | SLXE | New MLT Environment |
| Created | 20101215 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_LXE_TRANSLATION_OBJECT_B has no forward declaration.
Interfaces
Interface IF_LXE_TRANSLATION_OBJECT_B has no interface.
Friends
Interface IF_LXE_TRANSLATION_OBJECT_B has no friend.
Attributes
Interface IF_LXE_TRANSLATION_OBJECT_B has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get texts for a single object | 20101215 | |
| 2 | Instance method | Public | Method | Write texts for a single object | 20101215 |
Events
Interface IF_LXE_TRANSLATION_OBJECT_B has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BINTEXT | Public | See coding | 20101215 | BEGIN OF bintext,
textkey TYPE lxetextkey,
t_text TYPE lxexstring,
END OF bintext
|
||
| 2 | BINTEXTPAIR | Public | See coding | 20101215 | BEGIN OF bintextpair,
textkey TYPE lxetextkey,
texttype TYPE lxetexttype,
s_text TYPE lxexstring,
t_text TYPE lxexstring,
END OF bintextpair
|
||
| 3 | TT_BINTEXT | Public | See coding | 20101215 | tt_bintext TYPE SORTED TABLE OF bintext
WITH UNIQUE KEY textkey
|
||
| 4 | TT_BINTEXTPAIR | Public | See coding | 20101215 | tt_bintextpair TYPE SORTED TABLE OF bintextpair
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_BINTEXTPAIR | Long text pairs | 20101215 | |||
| 2 | OBJNAME | Value transfer | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20101215 | |||
| 3 | OBJTYPE | Value transfer | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20101215 | |||
| 4 | S_R3_LANG | Value transfer | Type reference (TYPE) | SPRAS | Source language | 20101215 | |||
| 5 | T_R3_LANG | Value transfer | Type reference (TYPE) | SPRAS | Target language | 20101215 |
Method READ_TEXTS on Interface IF_LXE_TRANSLATION_OBJECT_B 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_BINTEXT | Long texts | 20101215 | |||
| 2 | OBJNAME | Value transfer | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20101215 | |||
| 3 | OBJTYPE | Value transfer | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20101215 | |||
| 4 | T_R3_LANG | Value transfer | Type reference (TYPE) | SPRAS | Language Key | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Errors when writing to DB | 20101215 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |