SAP ABAP Class CL_TMAS_TMMEM_MAPPER (Maps memories to ids and vice versa)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_TMAS (Package) Translation Memory Analysis Service
Properties
Class CL_TMAS_TMMEM_MAPPER  
Short Description Maps memories to ids and vice versa    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_TMAS   Translation Memory Analysis Service 
Created 20120430   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TMAS_TMMEM_MAPPER has no forward declaration.
Interfaces
Class CL_TMAS_TMMEM_MAPPER has no interface implemented.
Friends
Class CL_TMAS_TMMEM_MAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ID_MEM Static Attribute Private Type reference (TYPE) T_ID_MEM 20120430
2 GT_MEM_ID Static Attribute Private Type reference (TYPE) T_MEM_ID 20120430
Methods
# Method Level Visibility Method type Description Created on
1 FILL_BUFFER Static method Public Method 20120430
2 FILL_BUFFER_NO_LOCK Static method Public Method 20120430
3 GET_TMMEM Static method Public Method 20120430
4 GET_TMMEMID Static method Public Method 20120430
Events
Class CL_TMAS_TMMEM_MAPPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ID_MEM Private See coding 20120430 BEGIN OF s_id_mem, tmmemid TYPE tmas_tmmemid, tmmem TYPE tmas_string, END OF s_id_mem
2 S_MEM_ID Private See coding 20120430 BEGIN OF s_mem_id, tmmem TYPE tmas_string, tmmemid TYPE tmas_tmmemid, END OF s_mem_id
3 T_ID_MEM Private See coding 20120430 t_id_mem TYPE HASHED TABLE OF s_id_mem WITH UNIQUE KEY tmmemid
4 T_MEM_ID Private See coding 20120430 t_mem_id TYPE HASHED TABLE OF s_mem_id WITH UNIQUE KEY tmmem
Method Signatures

Method FILL_BUFFER Signature

Method FILL_BUFFER on class CL_TMAS_TMMEM_MAPPER has no parameter.
# Exception Resumable Description Created on
1 CX_TMAS_LOCK Table lock could not be obtained 20120430

Method FILL_BUFFER_NO_LOCK Signature

Method FILL_BUFFER_NO_LOCK on class CL_TMAS_TMMEM_MAPPER has no parameter.
Method FILL_BUFFER_NO_LOCK on class CL_TMAS_TMMEM_MAPPER has no exception.

Method GET_TMMEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TMMEM Value transfer Type reference (TYPE) TMAS_STRING 20120430
2 Importing TMMEMID Call by reference Type reference (TYPE) TMAS_TMMEMID 20120430
# Exception Resumable Description Created on
1 CX_TMAS_LOCK Table lock could not be obtained 20120430

Method GET_TMMEMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TMMEM Call by reference Type reference (TYPE) TMAS_STRING 20120430
2 Returning TMMEMID Value transfer Type reference (TYPE) TMAS_TMMEMID 20120430
# Exception Resumable Description Created on
1 CX_TMAS_LOCK Table lock could not be obtained 20120430
History
Last changed by/on SAP  20130531 
SAP Release Created in 732