SAP ABAP Class CL_TMAS_ACCESSOR_T2007_TMDATA (TM data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_TMAS_ACCESSOR (Package) Translation Memory Analysis Service Accessors
Properties
Class CL_TMAS_ACCESSOR_T2007_TMDATA  
Short Description TM data    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_TMAS_ACCESSOR   Translation Memory Analysis Service Accessors 
Created 20120314   SAP 
Last change 20130531   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_TMAS_ACCESSOR_T2007_TMDATA has no interface implemented.
Friends
Class CL_TMAS_ACCESSOR_T2007_TMDATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_LOCAL_TMDATA Static Attribute Private Type reference (TYPE) S_TMDATA 20120413
2 GT_RFC_TMDATA Static Attribute Private Type reference (TYPE) T_RFC_TMDATA 20120413
3 GV_LOCAL_TMDATA_LOADED Static Attribute Private Type reference (TYPE) ABAP_BOOL 20120413
4 HOST Instance attribute Public Type reference (TYPE) STRING 20120314
5 MEMORY Instance attribute Public Type reference (TYPE) STRING 20120314
6 PASSWORD Instance attribute Public Type reference (TYPE) STRING 20120314
7 USER Instance attribute Public Type reference (TYPE) STRING 20120314
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120314
2 GET Static method Public Method 20120314
3 GET_REAL_ALIAS Static method Private Method 20120314
4 GET_RFC Static method Public Method 20120413
5 GET_TMDATA Static method Private Method 20120413
6 LOAD_LOCAL_TMDATA Static method Private Method 20120413
7 LOAD_RFC_TMDATA Static method Private Method 20120413
Events
Class CL_TMAS_ACCESSOR_T2007_TMDATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_RFC_TMDATA Private See coding 20120413 BEGIN OF s_rfc_tmdata, destination TYPE rfcdest, tmdata TYPE s_tmdata, END OF s_rfc_tmdata
2 S_TMDATA Private See coding 20120413 BEGIN OF s_tmdata, tm TYPE t_tm, tm9 TYPE t_tm9, END OF s_tmdata
3 T_RFC_TMDATA Private See coding 20120413 t_rfc_tmdata TYPE HASHED TABLE OF s_rfc_tmdata WITH UNIQUE KEY destination
4 T_TM Private See coding 20120314 t_tm TYPE HASHED TABLE OF lxe_tm WITH UNIQUE KEY tmsalias
5 T_TM9 Private See coding 20120314 t_tm9 TYPE HASHED TABLE OF lxe_tm9 WITH UNIQUE KEY tmsalias t_lang
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOST Call by reference Type reference (TYPE) STRING 20120314
2 Importing MEMORY Call by reference Type reference (TYPE) STRING 20120314
3 Importing PASSWORD Call by reference Type reference (TYPE) STRING 20120314
4 Importing USER Call by reference Type reference (TYPE) STRING 20120314

Method CONSTRUCTOR on class CL_TMAS_ACCESSOR_T2007_TMDATA has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20120314
2 Importing DOMAIN_TYPE Call by reference Type reference (TYPE) LXEDOMATYP Domain Type 20120314
3 Importing SOURCE_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120314
4 Importing TARGET_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120314
5 Importing TM_ALIAS Call by reference Type reference (TYPE) LXETMWAREALIAS Alias for a TMWare Configuration 20120314
6 Returning TM_DATA Value transfer Object reference (TYPE REF TO) CL_TMAS_ACCESSOR_T2007_TMDATA TM data 20120314
# Exception Resumable Description Created on
1 CX_TMAS_ACCESSOR_LANG Language related exception 20120315
2 CX_TMAS_ACCESSOR_T2007_TMDATA TM data exception 20120413

Method GET_REAL_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REAL_TM_ALIAS Value transfer Type reference (TYPE) LXETMWAREALIAS 20120314
2 Importing TARGET_LANG Call by reference Type reference (TYPE) LXEISOLANG 20120314
3 Importing TM9 Call by reference Type reference (TYPE) T_TM9 20120413
4 Importing TM_ALIAS Call by reference Type reference (TYPE) LXETMWAREALIAS 20120314
# Exception Resumable Description Created on
1 CX_TMAS_ACCESSOR_T2007_TMDATA 20120413

Method GET_RFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120413
2 Importing DOMAIN_NAME Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20120413
3 Importing DOMAIN_TYPE Call by reference Type reference (TYPE) LXEDOMATYP Domain Type 20120413
4 Importing SOURCE_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120413
5 Importing TARGET_LANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120413
6 Importing TM_ALIAS Call by reference Type reference (TYPE) LXETMWAREALIAS Alias for a TMWare Configuration 20120413
7 Returning TM_DATA Value transfer Object reference (TYPE REF TO) CL_TMAS_ACCESSOR_T2007_TMDATA TM data 20120413
# Exception Resumable Description Created on
1 CX_TMAS_ACCESSOR_LANG Language related exception 20120413
2 CX_TMAS_ACCESSOR_RFC RFC exception 20120420
3 CX_TMAS_ACCESSOR_T2007_TMDATA TM data exception 20120413

Method GET_TMDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20120413
2 Importing DOMAIN_TYPE Call by reference Type reference (TYPE) LXEDOMATYP Domain Type 20120413
3 Importing SOURCE_LANG Call by reference Type reference (TYPE) LXEISOLANG 20120413
4 Importing TARGET_LANG Call by reference Type reference (TYPE) LXEISOLANG 20120413
5 Importing TMDATA Call by reference Type reference (TYPE) S_TMDATA 20120413
6 Importing TM_ALIAS Call by reference Type reference (TYPE) LXETMWAREALIAS Alias for a TMWare Configuration 20120413
7 Returning TM_DATA Value transfer Object reference (TYPE REF TO) CL_TMAS_ACCESSOR_T2007_TMDATA TM data 20120413
# Exception Resumable Description Created on
1 CX_TMAS_ACCESSOR_LANG Language related exception 20120413
2 CX_TMAS_ACCESSOR_T2007_TMDATA TM data exception 20120413

Method LOAD_LOCAL_TMDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TMDATA Value transfer Object reference (TYPE REF TO) S_TMDATA 20120413

Method LOAD_LOCAL_TMDATA on class CL_TMAS_ACCESSOR_T2007_TMDATA has no exception.

Method LOAD_RFC_TMDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120413
2 Returning TMDATA Value transfer Object reference (TYPE REF TO) S_TMDATA 20120413
# Exception Resumable Description Created on
1 CX_TMAS_ACCESSOR_RFC RFC exception 20120420
2 CX_TMAS_ACCESSOR_T2007_TMDATA TM data exception 20120413
History
Last changed by/on SAP  20130531 
SAP Release Created in 732