SAP ABAP Class CL_FEH_PERSISTENCY_ARCH (Data Access from Archive)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ECH (Application Component) Error and Conflict Handler
⤷
FEH_ARCHIVING (Package) FEH Archiving
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FEH_DB_PAYLOAD | Database Access for Payloads | 20091105 |
Properties
| Class | CL_FEH_PERSISTENCY_ARCH | |
| Short Description | Data Access from Archive | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FEH_ARCHIVING | FEH Archiving |
| Created | 20091014 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FEH_PERSISTENCY_ARCH has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FEH_DB_PAYLOAD | Database Access for Payloads | 20091105 |
Friends
Class CL_FEH_PERSISTENCY_ARCH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TTS_PAYLOAD | Structure of the Persisted Message in FEH | 20120725 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | FEH_GUID | Payload ID | 20120725 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FEH_PERSISTENCY_ARCH | Data Access from Archive | 20091014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fill Buffer | 20120725 | |
| 2 | Static method | Public | Method | 20091015 |
Events
Class CL_FEH_PERSISTENCY_ARCH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PAYLOAD | Private | See coding | 20120725 | begin of TS_PAYLOAD.
INCLUDE TYPE feh_rng_message_persistency.
types:
END OF TS_PAYLOAD
|
||
| 2 | TTS_PAYLOAD | Private | See coding | 20120725 | tts_payload TYPE SORTED TABLE OF TS_PAYLOAD
WITH UNIQUE KEY feh_guid feh_version
|
Method Signatures
Method FILL_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_MESS_PERS | Call by reference | Type reference (TYPE) | FEH_TAB_MESSAGE_PERSISTENCY | Tabellentyp der persistierten Message im FEH | 20120725 |
Method FILL_BUFFER on class CL_FEH_PERSISTENCY_ARCH has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_MESS_PERS | Call by reference | Type reference (TYPE) | FEH_TAB_MESSAGE_PERSISTENCY | Tabellentyp der persistierten Message im FEH | 20091015 | |||
| 2 | R_REF_ECH_PERSISTENCY | Value transfer | Object reference (TYPE REF TO) | CL_FEH_PERSISTENCY_ARCH | Persistenz | 20091015 |
Method S_CREATE on class CL_FEH_PERSISTENCY_ARCH has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |