SAP ABAP Class CL_TMAS_ACCESSOR_REMO_CFG (Remote translation configuration)
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_REMO_CFG | |
| Short Description | Remote translation configuration | |
| 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 | 20120417 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TMAS_ACCESSOR_REMO_CFG has no forward declaration.
Interfaces
Class CL_TMAS_ACCESSOR_REMO_CFG has no interface implemented.
Friends
Class CL_TMAS_ACCESSOR_REMO_CFG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | LXECUSTMNR | Translation Area | 20120417 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_ALLLANG_REMO | 20120417 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_LANG_REMO | 20120417 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120417 | |
| 2 | Static method | Public | Method | 20120417 |
Events
Class CL_TMAS_ACCESSOR_REMO_CFG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ALLLANG_REMO | Private | See coding | 20120417 | BEGIN OF s_alllang_remo,
custmnr TYPE lxecustmnr,
objtype TYPE lxeobjtype,
instance TYPE REF TO cl_tmas_accessor_remo_cfg,
END OF s_alllang_remo
|
||
| 2 | S_LANG_REMO | Private | See coding | 20120417 | BEGIN OF s_lang_remo,
custmnr TYPE lxecustmnr,
objtype TYPE lxeobjtype,
tlang TYPE lxeisolang,
instance TYPE REF TO cl_tmas_accessor_remo_cfg,
END OF s_lang_remo
|
||
| 3 | T_ALLLANG_REMO | Private | See coding | 20120417 | t_alllang_remo TYPE HASHED TABLE OF s_alllang_remo WITH UNIQUE KEY custmnr objtype
|
||
| 4 | T_LANG_REMO | Private | See coding | 20120417 | t_lang_remo TYPE HASHED TABLE OF s_lang_remo WITH UNIQUE KEY custmnr objtype tlang
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CUSTMNR | Call by reference | Type reference (TYPE) | LXECUSTMNR | Translation Area | 20120417 | |||
| 2 | RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120417 |
Method CONSTRUCTOR on class CL_TMAS_ACCESSOR_REMO_CFG has no exception.
Method GET_REMO_CFG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CUSTMNR | Call by reference | Type reference (TYPE) | LXECUSTMNR | Translation Area | 20120417 | |||
| 2 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120417 | |||
| 3 | REMO_CFG | Value transfer | Object reference (TYPE REF TO) | CL_TMAS_ACCESSOR_REMO_CFG | Remote translation configuration | 20120417 | |||
| 4 | TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | Translation Language | 20120417 |
Method GET_REMO_CFG on class CL_TMAS_ACCESSOR_REMO_CFG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |