SAP ABAP Class CL_TMAS_TMHOST_MAPPER (Maps hostnames 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_TMHOST_MAPPER  
Short Description Maps hostnames 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_TMHOST_MAPPER has no forward declaration.
Interfaces
Class CL_TMAS_TMHOST_MAPPER has no interface implemented.
Friends
Class CL_TMAS_TMHOST_MAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_HOST_ID Static Attribute Private Type reference (TYPE) T_HOST_ID 20120430
2 GT_ID_HOST Static Attribute Private Type reference (TYPE) T_ID_HOST 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_TMHOST Static method Public Method Returns the TM hostname of a TM ID 20120430
4 GET_TMHOSTID Static method Public Method Returns the TM ID of a TM host 20120430
Events
Class CL_TMAS_TMHOST_MAPPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_HOST_ID Private See coding 20120430 BEGIN OF s_host_id, tmhost TYPE tmas_string, tmhostid TYPE tmas_tmhostid, END OF s_host_id
2 S_ID_HOST Private See coding 20120430 BEGIN OF s_id_host, tmhostid TYPE tmas_tmhostid, tmhost TYPE tmas_string, END OF s_id_host
3 T_HOST_ID Private See coding 20120430 t_host_id TYPE HASHED TABLE OF s_host_id WITH UNIQUE KEY tmhost
4 T_ID_HOST Private See coding 20120430 t_id_host TYPE HASHED TABLE OF s_id_host WITH UNIQUE KEY tmhostid
Method Signatures

Method FILL_BUFFER Signature

Method FILL_BUFFER on class CL_TMAS_TMHOST_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_TMHOST_MAPPER has no parameter.
Method FILL_BUFFER_NO_LOCK on class CL_TMAS_TMHOST_MAPPER has no exception.

Method GET_TMHOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TMHOST Value transfer Type reference (TYPE) TMAS_STRING TM hostname 20120430
2 Importing TMHOSTID Call by reference Type reference (TYPE) TMAS_TMHOSTID Translation memory ID 20120430
# Exception Resumable Description Created on
1 CX_TMAS_LOCK Table lock could not be obtained 20120430

Method GET_TMHOSTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TMHOST Call by reference Type reference (TYPE) TMAS_STRING TM hostname 20120430
2 Returning TMHOSTID Value transfer Type reference (TYPE) TMAS_TMHOSTID Translation memory ID 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