SAP ABAP Class CL_TMAS_ACCESSOR_CLIENTDEP (Helper methods for client dependent objects)
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_CLIENTDEP | |
| Short Description | Helper methods for client dependent objects | |
| 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 | 20120501 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_TMAS_ACCESSOR_CLIENTDEP has no interface implemented.
Friends
Class CL_TMAS_ACCESSOR_CLIENTDEP 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_CLIENT_DEP | 20120501 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120501 |
Events
Class CL_TMAS_ACCESSOR_CLIENTDEP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CLIENT_DEP | Private | See coding | 20120501 | BEGIN OF s_client_dep,
objtype TYPE lxeobjtype,
client_dependent TYPE lxebool,
END OF s_client_dep
|
||
| 2 | T_CLIENT_DEP | Private | See coding | 20120501 | t_client_dep TYPE HASHED TABLE OF s_client_dep WITH UNIQUE KEY objtype
|
Method Signatures
Method IS_CLIENT_DEPENDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_DEPENDENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120501 | ||||
| 2 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120501 |
Method IS_CLIENT_DEPENDENT on class CL_TMAS_ACCESSOR_CLIENTDEP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |