SAP ABAP Class IF_LXE_TRANSLATION_OBJECT_L (Translation object type - External interface (long texts))
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
Class IF_LXE_TRANSLATION_OBJECT_L  
Short Description Translation object type - External interface (long texts)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090219   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_LXE_TRANSLATION_OBJECT_L has no forward declaration.
Interfaces
Class IF_LXE_TRANSLATION_OBJECT_L has no interface implemented.
Friends
Class IF_LXE_TRANSLATION_OBJECT_L has no friend class.
Attributes
Class IF_LXE_TRANSLATION_OBJECT_L has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 READ_TEXTS Instance method Public Method Get texts for a single object 20090219
2 WRITE_TEXTS Instance method Public Method Write texts for a single object 20090219
Events
Class 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 Exporting ET_TEXTS Call by reference Type reference (TYPE) TT_LONGTEXTPAIR Long text pairs 20090219
2 Importing OBJNAME Value transfer Type reference (TYPE) LXEOBJNAME Name of Translation Object 20090219
3 Importing OBJTYPE Value transfer Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20090219
4 Importing S_R3_LANG Value transfer Type reference (TYPE) SPRAS Source language 20090219
5 Importing T_R3_LANG Value transfer Type reference (TYPE) SPRAS Target language 20090219

Method READ_TEXTS on class 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 Importing IT_TEXTS Call by reference Type reference (TYPE) TT_LONGTEXT Long texts 20090219
2 Importing OBJNAME Value transfer Type reference (TYPE) LXEOBJNAME Name of Translation Object 20090219
3 Importing OBJTYPE Value transfer Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20090219
4 Importing T_R3_LANG Value transfer Type reference (TYPE) SPRAS Language Key 20090219
# Exception Resumable Description Created on
1 CX_LXE_DB_ERROR Errors when writing to DB 20090219
History
Last changed by/on SAP  20110908 
SAP Release Created in