SAP ABAP Class CL_LXE_LANG (Languages)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE (Package) New MLT Environment
Properties
Class CL_LXE_LANG  
Short Description Languages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE   New MLT Environment 
Created 20120306   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_LXE_LANG has no interface implemented.
Friends
Class CL_LXE_LANG has no friend class.
Attributes
Class CL_LXE_LANG has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CODEPAGE Static method Public Method Get Codepage 20120724
2 GET_TRL_LANGS Static method Public Method Get translation languages 20130225
3 INT_TO_TRL Static method Public Method Convert internal to translation key 20120306
4 SYS_TO_UTF8 Static method Public Method Convert text to binary (UTF-8) 20120724
5 TRL_TO_INT Static method Public Method Convert translation to internal key 20120306
6 UTF8_TO_SYS Static method Public Method Convert binary (UTF-8) to text 20120724
Events
Class CL_LXE_LANG has no event.
Types
Class CL_LXE_LANG has no local type.
Method Signatures

Method GET_CODEPAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120724
2 Returning R_CP Value transfer Type reference (TYPE) CPCODEPAGE SAP Character Set ID 20120724

Method GET_CODEPAGE on class CL_LXE_LANG has no exception.

Method GET_TRL_LANGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_USABLE Call by reference Type reference (TYPE) LXEBOOL ABAP_TRUE Check if language is usable 20130225
2 Returning R_TAB Value transfer Type reference (TYPE) LXE_TT_LXEISOLANG Languages 20130225

Method GET_TRL_LANGS on class CL_LXE_LANG has no exception.

Method INT_TO_TRL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANG_INT Call by reference Type reference (TYPE) SPRAS Language Key 20120306
2 Returning LANG_TRL Value transfer Type reference (TYPE) LXEISOLANG Translation Language 20120306

Method INT_TO_TRL on class CL_LXE_LANG has no exception.

Method SYS_TO_UTF8 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120724
2 Importing I_STR Call by reference Type reference (TYPE) STRING Text 20120724
3 Returning R_XSTR Value transfer Type reference (TYPE) XSTRING Binary 20120724

Method SYS_TO_UTF8 on class CL_LXE_LANG has no exception.

Method TRL_TO_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LANG_INT Value transfer Type reference (TYPE) SPRAS 20120306
2 Importing LANG_TRL Call by reference Type reference (TYPE) LXEISOLANG 20120306

Method TRL_TO_INT on class CL_LXE_LANG has no exception.

Method UTF8_TO_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120724
2 Importing I_XSTR Call by reference Type reference (TYPE) XSTRING Input Binary 20120724
3 Returning R_STR Value transfer Type reference (TYPE) STRING Output Text 20120724

Method UTF8_TO_SYS on class CL_LXE_LANG has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 732