SAP ABAP Class CL_LXE_TCS_OBJTYPE_CHECKER (Checks TTX consistency for object type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_NO_TRANS (Package) MLT Internal Functionality - No Translation

⤷

⤷

Properties
Class | CL_LXE_TCS_OBJTYPE_CHECKER | |
Short Description | Checks TTX consistency for object type | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLXE_NO_TRANS | MLT Internal Functionality - No Translation |
Created | 20110328 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_LXE_TCS_OBJTYPE_CHECKER has no forward declaration.
Interfaces
Class CL_LXE_TCS_OBJTYPE_CHECKER has no interface implemented.
Friends
Class CL_LXE_TCS_OBJTYPE_CHECKER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OBJ | 20110328 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_LXE_TCS_TTX_COUNTER | 20110328 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_LXE_TCS_OBJECT_HANDLER | 20110328 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LXECUSTMNR | 20110328 | |||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LXEOBJTYPE | 20110328 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20110328 | |
2 | ![]() |
Instance method | Private | Method | 20110328 | |
3 | ![]() |
Instance method | Private | Method | 20110328 | |
4 | ![]() |
Static method | Public | Constructor | 20110328 | |
5 | ![]() |
Instance method | Private | Constructor | 20110328 |
Events
Class CL_LXE_TCS_OBJTYPE_CHECKER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_ORIGKEY | Protected | See coding | 20110328 | BEGIN OF s_origkey,
objname TYPE lxeobjname,
s_lang TYPE lxeisolang,
textkey TYPE lxetextkey,
END OF s_origkey
|
||
2 | S_TTX_KEY | Protected | See coding | 20110328 | BEGIN OF s_ttx_key,
t_lang TYPE lxeisolang,
sfinger TYPE lxetextkey,
END OF s_ttx_key
|
||
3 | T_ORIGKEY | Protected | See coding | 20110328 | t_origkey TYPE SORTED TABLE OF s_origkey WITH UNIQUE KEY objname s_lang textkey
|
||
4 | T_TTX_KEY | Protected | See coding | 20110328 | t_ttx_key TYPE SORTED TABLE OF s_ttx_key WITH UNIQUE KEY t_lang
|
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COUNTS | Value transfer | Object reference (TYPE REF TO) | CL_LXE_TCS_TTX_COUNTER | 20110328 | |||
2 | ![]() |
CUSTMNR | Call by reference | Type reference (TYPE) | LXECUSTMNR | 20110328 | |||
3 | ![]() |
OBJECT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_LXE_TCS_OBJECT_HANDLER | 20110328 | |||
4 | ![]() |
OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | 20110328 |
Method CHECK on class CL_LXE_TCS_OBJTYPE_CHECKER has no exception.
Method CHECK_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COUNTS | Value transfer | Object reference (TYPE REF TO) | CL_LXE_TCS_TTX_COUNTER | 20110328 |
Method CHECK_INTERNAL on class CL_LXE_TCS_OBJTYPE_CHECKER has no exception.
Method CHECK_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ORIGKEY | Call by reference | Type reference (TYPE) | S_ORIGKEY | 20110328 |
Method CHECK_OBJECT on class CL_LXE_TCS_OBJTYPE_CHECKER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LXE_TCS_OBJTYPE_CHECKER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LXE_TCS_OBJTYPE_CHECKER has no exception.
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 | 20110328 | |||
2 | ![]() |
OBJECT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_LXE_TCS_OBJECT_HANDLER | 20110328 | |||
3 | ![]() |
OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | 20110328 |
Method CONSTRUCTOR on class CL_LXE_TCS_OBJTYPE_CHECKER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 731 |