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 | Static Attribute | Private | Type reference (TYPE) | T_OBJTYPE_FILEEXT | 20120412 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_RFC_OBJTYPE_FILEEXT | 20120412 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120314 | |
| 2 | Static method | Public | Method | 20120314 | ||
| 3 | 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 | FILE_EXTENSION | Value transfer | Type reference (TYPE) | STRING | 20120314 | ||||
| 2 | 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 | DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120412 | |||
| 2 | FILE_EXTENSION | Value transfer | Type reference (TYPE) | STRING | 20120412 | ||||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RFC exception | 20120420 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |