SAP ABAP Class CL_LXE_TCS_OBJECT_HANDLER (Abstract object handler base class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_NO_TRANS (Package) MLT Internal Functionality - No Translation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LXE_TCS_OBJECT_HANDLER | Provides methods for object handling | 20110328 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_TCS_OBJECT_HANDLER_D | Object handler for SE61 long texts | 20110328 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_TCS_OBJECT_HANDLER_KTP | Object handler for KTP | 20110328 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_TCS_OBJECT_HANDLER_O | Object handler for generic objects | 20110328 |
Properties
| Class | CL_LXE_TCS_OBJECT_HANDLER | |
| Short Description | Abstract object handler base class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| 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_OBJECT_HANDLER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_LXE_TCS_OBJECT_HANDLER | Provides methods for object handling | 20110328 |
Friends
Class CL_LXE_TCS_OBJECT_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_CONV_OBJ | 20110328 | ||||
| 2 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_CONV_OBJ | 20110328 | ||||
| 3 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110328 | ||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110328 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110328 | ||||
| 6 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110328 | ||||
| 7 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110328 | ||||
| 8 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class constructor | 20110328 | |
| 2 | Instance method | Protected | Method | Converts a string to a UTF-8 representation | 20110328 | |
| 3 | Instance method | Protected | Method | Converts UTF-8 to a string | 20110328 |
Events
Class CL_LXE_TCS_OBJECT_HANDLER has no event.
Types
Class CL_LXE_TCS_OBJECT_HANDLER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LXE_TCS_OBJECT_HANDLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LXE_TCS_OBJECT_HANDLER has no exception.
Method STRING_TO_UTF8 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRING | Call by reference | Type reference (TYPE) | STRING | String | 20110328 | |||
| 2 | XSTRING | Value transfer | Type reference (TYPE) | XSTRING | UTF-8 encoded string | 20110328 |
Method STRING_TO_UTF8 on class CL_LXE_TCS_OBJECT_HANDLER has no exception.
Method UTF8_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRING | Value transfer | Type reference (TYPE) | STRING | String | 20110328 | |||
| 2 | XSTRING | Call by reference | Type reference (TYPE) | XSTRING | UTF-8 encoded string | 20110328 |
Method UTF8_TO_STRING on class CL_LXE_TCS_OBJECT_HANDLER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |