SAP ABAP Class /EACC/CL_ARCHIV_FACADE (Document Archiving Facade)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BAC-AE (Application Component) Accounting Engine
⤷
/EACC/ARCHIVING (Package) Accounting Engine Archiving
⤷
⤷
Properties
| Class | /EACC/CL_ARCHIV_FACADE | |
| Short Description | Document Archiving Facade | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /EACC/ARCHIV | |
| Program status | ||
| Category | 0 | |
| Package | /EACC/ARCHIVING | Accounting Engine Archiving |
| Created | 20020523 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /EACC/CL_ARCHIV_FACADE has no interface implemented.
Friends
Class /EACC/CL_ARCHIV_FACADE has no friend class.
Attributes
Class /EACC/CL_ARCHIV_FACADE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Deletes Archiving Configuration | 20030226 | |
| 2 | Static method | Public | Method | Provides the Accounting System for an Archiving Object | 20020628 | |
| 3 | Static method | Public | Method | Provides Configurator | 20020523 | |
| 4 | Static method | Public | Method | Provides Header | 20020523 | |
| 5 | Static method | Public | Method | Provides External Reader | 20020816 | |
| 6 | Static method | Public | Method | Provides Initiator | 20020523 |
Events
Class /EACC/CL_ARCHIV_FACADE has no event.
Types
Class /EACC/CL_ARCHIV_FACADE has no local type.
Method Signatures
Method DELETE_ARCHIV_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACC_SYSTEM | Value transfer | Type reference (TYPE) | CSEQUENCE | Rechnungssystem | 20030226 | |||
| 2 | I_SIMULATE | Value transfer | Type reference (TYPE) | /EACC/BOOLEAN | /EACC/CL_CONSTANTS=>TRUE | Simulationsmodus | 20030416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030226 |
Method GET_ACC_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ACC_SYSTEM | Value transfer | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20020628 | |||
| 2 | E_VERSION | Value transfer | Type reference (TYPE) | /EACC/ARCHIV_VERSION | Version einer Archivierung | 20020628 | |||
| 3 | I_ARCHIV_OBJ | Value transfer | Type reference (TYPE) | CSEQUENCE | Name des Archivierungsobjektes | 20020628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Archivierungsobjekt nicht gefunden | 20020628 |
Method GET_CONFIGURATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MSG_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20020523 | |||
| 2 | I_ACC_SYSTEM | Value transfer | Type reference (TYPE) | CSEQUENCE | Rechnungssystem | 20020619 | |||
| 3 | I_VERSION | Value transfer | Type reference (TYPE) | /EACC/ARCHIV_VERSION | /EACC/IF_ARCHIV=>VERSION_NEW | Version einer Archivierung | 20020628 | ||
| 4 | RO_CONFIGURATOR | Value transfer | Object reference (TYPE REF TO) | /EACC/IF_ARCHIV_CONFIG | Konfigurator der Beleg-Archivierung | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Rechnungssystem nicht definiert | 20020622 |
Method GET_READER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MSG_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20020808 | |||
| 2 | I_ACC_SYSTEM | Value transfer | Type reference (TYPE) | CSEQUENCE | Rechnungssystem | 20020619 | |||
| 3 | RO_READER | Value transfer | Object reference (TYPE REF TO) | /EACC/IF_ARCHIV_READER | Lesen aus dem Archiv | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Archivierungsfehler | 20020523 |
Method GET_READER_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MSG_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20020816 | |||
| 2 | IO_MULTI_READER | Value transfer | Object reference (TYPE REF TO) | IF_FINB_READER | Multi-Reader | 20020816 | |||
| 3 | IT_TABLES | Call by reference | Type reference (TYPE) | /EACC/ARCHIV_T_RDR_TABLES | Zieltabellen | 20020816 | |||
| 4 | I_ACC_SYSTEM | Value transfer | Type reference (TYPE) | CSEQUENCE | Rechnungssystem | 20020816 | |||
| 5 | RO_READER | Value transfer | Object reference (TYPE REF TO) | IF_FINB_READER | Leseschnittstelle | 20020816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Archivierungsfehler | 20020816 |
Method GET_RUNNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MSG_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20020808 | |||
| 2 | I_ACC_SYSTEM | Value transfer | Type reference (TYPE) | CSEQUENCE | Rechnungssystem | 20020619 | |||
| 3 | RO_RUNNER | Value transfer | Object reference (TYPE REF TO) | /EACC/IF_ARCHIV_RUN | Ausführer der Beleg-Archivierung | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Archivierungsfehler | 20020523 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 10B |