SAP ABAP Class /EACC/IF_DOCUMENT_DELETER (Delete archived documents)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /EACC/CL_DOCUMENT_DELETER | Document Deletion | 20050307 |
Properties
| Class | /EACC/IF_DOCUMENT_DELETER | |
| Short Description | Delete archived documents | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20050307 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /EACC/IF_DOCUMENT_DELETER has no forward declaration.
Interfaces
Class /EACC/IF_DOCUMENT_DELETER has no interface implemented.
Friends
Class /EACC/IF_DOCUMENT_DELETER has no friend class.
Attributes
Class /EACC/IF_DOCUMENT_DELETER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20050307 |
Events
Class /EACC/IF_DOCUMENT_DELETER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DOCS_N_ITEMS | Public | See coding | 20050307 | begin of ys_docs_n_items ,
name_of_head_table type tabname ,
dt_header_lines type ref to data , " index table of (name_of_head_table)
t_journal_lines type yts_journal_lines ,
end of ys_docs_n_items
|
||
| 2 | YS_JOURNAL_LINE | Public | See coding | 20050307 | begin of ys_journal_line ,
journal type fin_journal ,
name_of_item_table type tabname , " index table of (name_of_item_table)
dt_items type ref to data ,
end of ys_journal_line
|
||
| 3 | YTS_JOURNAL_LINES | Public | See coding | 20050307 | yts_journal_lines type sorted table of ys_journal_line
with unique key journal
|
Method Signatures
Method DELETE_DOCUMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DOCUMENTS_AND_ITEMS | Call by reference | Type reference (TYPE) | YS_DOCS_N_ITEMS | 20050307 | ||||
| 2 | XO_MSG_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20050307 | |||
| 3 | XT_STATISTIC | Call by reference | Type reference (TYPE) | FINB_PR_T_DB_STATISTIC | Datenbankstatistik | 20050406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050307 |
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in |