SAP ABAP Class CL_TMAS_ACCESSOR_FILEEXT (File extensions of object types)
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_FILEEXT  
Short Description File extensions of object types    
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
Class CL_TMAS_ACCESSOR_FILEEXT has no forward declaration.
Interfaces
Class CL_TMAS_ACCESSOR_FILEEXT has no interface implemented.
Friends
Class CL_TMAS_ACCESSOR_FILEEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CACHE Static Attribute Private Type reference (TYPE) T_OBJTYPE_FILEEXT 20120412
2 GT_RFC_CACHE Static Attribute Private Type reference (TYPE) T_RFC_OBJTYPE_FILEEXT 20120412
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120314
2 GET_FILE_EXTENSION Static method Public Method 20120314
3 GET_FILE_EXTENSION_RFC Static method Public Method 20120412
Events
Class CL_TMAS_ACCESSOR_FILEEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_OBJTYPE_FILEEXT Private See coding 20120314 BEGIN OF s_objtype_fileext, object_type TYPE lxeobjtype, file_extension TYPE lxetdfileext, END OF s_objtype_fileext
2 S_RFC_OBJTYPE_FILEEXT Private See coding 20120412 BEGIN OF s_rfc_objtype_fileext, destination TYPE rfcdest, object_type TYPE lxeobjtype, file_extension TYPE lxetdfileext, END OF s_rfc_objtype_fileext
3 T_OBJTYPE_FILEEXT Private See coding 20120314 t_objtype_fileext TYPE HASHED TABLE OF s_objtype_fileext WITH UNIQUE KEY object_type
4 T_RFC_OBJTYPE_FILEEXT Private See coding 20120412 t_rfc_objtype_fileext type hashed table of s_rfc_objtype_fileext with unique key destination object_type
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_TMAS_ACCESSOR_FILEEXT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TMAS_ACCESSOR_FILEEXT has no exception.

Method GET_FILE_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FILE_EXTENSION Value transfer Type reference (TYPE) STRING 20120314
2 Importing OBJECT_TYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20120314

Method GET_FILE_EXTENSION on class CL_TMAS_ACCESSOR_FILEEXT has no exception.

Method GET_FILE_EXTENSION_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) 20120412
2 Returning FILE_EXTENSION Value transfer Type reference (TYPE) STRING 20120412
3 Importing OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20120412
# Exception Resumable Description Created on
1 CX_TMAS_ACCESSOR_RFC RFC exception 20120420
History
Last changed by/on SAP  20130531 
SAP Release Created in 732