SAP ABAP Class CL_ECH_UTILS (Utilities ECH)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ECH (Application Component) Error and Conflict Handler
⤷
FS_ECH_BASIS (Package) Central Objects of Error and Conflict Handler
⤷
⤷
Properties
| Class | CL_ECH_UTILS | |
| Short Description | Utilities ECH | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FS_ECH_BASIS | Central Objects of Error and Conflict Handler |
| Created | 20080722 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ECH_UTILS has no forward declaration.
Interfaces
Class CL_ECH_UTILS has no interface implemented.
Friends
Class CL_ECH_UTILS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_ECH_LOGGER | 20100525 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_T_PERSISTENCY | 20080722 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20100525 | ||
| 2 | Static method | Public | Method | 20100504 | ||
| 3 | Static method | Public | Method | Supplies Instance of a Persistence Object | 20080722 | |
| 4 | Static method | Public | Method | 20080722 |
Events
Class CL_ECH_UTILS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PERSISTENCY | Private | See coding | 20080722 | BEGIN OF ty_s_persistency,
key TYPE string,
persistency TYPE REF TO if_ech_persistency,
END OF ty_s_persistency
|
||
| 2 | TY_T_PERSISTENCY | Private | See coding | 20080722 | ty_t_persistency TYPE SORTED TABLE OF ty_s_persistency WITH UNIQUE KEY primary_key COMPONENTS key
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ECH_UTILS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ECH_UTILS has no exception.
Method S_CREATE_OBJKEY_BUILDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100504 | ||||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ECH_OBJKEY_BUILDER | 20100504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101109 |
Method S_GET_ECH_PERSISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20080722 | ||||
| 2 | RO_PERSISTENCY | Value transfer | Object reference (TYPE REF TO) | IF_ECH_PERSISTENCY | Persistenz | 20080722 |
Method S_GET_ECH_PERSISTENCY on class CL_ECH_UTILS has no exception.
Method S_SET_ECH_PERSISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PERSISTENCY | Call by reference | Object reference (TYPE REF TO) | IF_ECH_PERSISTENCY | Persistenz | 20080722 | |||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20080722 |
Method S_SET_ECH_PERSISTENCY on class CL_ECH_UTILS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |