SAP ABAP Class CL_TMAS_TMUSER_MAPPER (Maps users 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_TMUSER_MAPPER  
Short Description Maps users 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_TMUSER_MAPPER has no forward declaration.
Interfaces
Class CL_TMAS_TMUSER_MAPPER has no interface implemented.
Friends
Class CL_TMAS_TMUSER_MAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ID_USER Static Attribute Private Type reference (TYPE) T_ID_USER 20120430
2 GT_USER_ID Static Attribute Private Type reference (TYPE) T_USER_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_TMUSER Static method Public Method 20120430
4 GET_TMUSERID Static method Public Method 20120430
Events
Class CL_TMAS_TMUSER_MAPPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ID_USER Private See coding 20120430 BEGIN OF s_id_user, tmuserid TYPE tmas_tmuserid, tmuser TYPE tmas_string, END OF s_id_user
2 S_USER_ID Private See coding 20120430 BEGIN OF s_user_id, tmuser TYPE tmas_string, tmuserid TYPE tmas_tmuserid, END OF s_user_id
3 T_ID_USER Private See coding 20120430 t_id_user TYPE HASHED TABLE OF s_id_user WITH UNIQUE KEY tmuserid
4 T_USER_ID Private See coding 20120430 t_user_id TYPE HASHED TABLE OF s_user_id WITH UNIQUE KEY tmuser
Method Signatures

Method FILL_BUFFER Signature

Method FILL_BUFFER on class CL_TMAS_TMUSER_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_TMUSER_MAPPER has no parameter.
Method FILL_BUFFER_NO_LOCK on class CL_TMAS_TMUSER_MAPPER has no exception.

Method GET_TMUSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TMUSER Value transfer Type reference (TYPE) TMAS_STRING 20120430
2 Importing TMUSERID Call by reference Type reference (TYPE) TMAS_TMUSERID 20120430
# Exception Resumable Description Created on
1 CX_TMAS_LOCK 20120430

Method GET_TMUSERID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TMUSER Call by reference Type reference (TYPE) TMAS_STRING 20120430
2 Returning TMUSERID Value transfer Type reference (TYPE) TMAS_TMUSERID 20120430
# Exception Resumable Description Created on
1 CX_TMAS_LOCK 20120430
History
Last changed by/on SAP  20130531 
SAP Release Created in 732