SAP ABAP Class /EACC/IF_JOURNAL_ANALYSIS (Services for journal analysis)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /EACC/CL_JOURNAL_ANALYSIS | Services for Journal Analysis | 20080109 |
Properties
| Class | /EACC/IF_JOURNAL_ANALYSIS | |
| Short Description | Services for journal analysis | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080109 | SAP |
| Last change | 20080505 | 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... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /EACC/IF_JOURNAL_ANALYSIS has no interface implemented.
Friends
Class /EACC/IF_JOURNAL_ANALYSIS has no friend class.
Attributes
Class /EACC/IF_JOURNAL_ANALYSIS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get document journal table name | 20080109 | |
| 2 | Instance method | Public | Method | Get journal list | 20080110 | |
| 3 | Instance method | Public | Method | Get table names for all journals and levels | 20080109 | |
| 4 | Instance method | Public | Method | Get document journal migration status | 20080109 | |
| 5 | Instance method | Public | Method | Check if 5 level structure | 20080109 |
Events
Class /EACC/IF_JOURNAL_ANALYSIS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | JOURNAL_INFO_LINE | Public | See coding | 20080109 | BEGIN OF journal_info_line,
name TYPE acc_journal,
level TYPE /eacc/document_level,
tabname TYPE tabname,
END OF journal_info_line
|
||
| 2 | JOURNAL_INFO_TABLE | Public | See coding | 20080109 | journal_info_table TYPE STANDARD TABLE OF journal_info_line
WITH KEY name level
|
||
| 3 | JOURNAL_LIST | Public | See coding | 20080110 | journal_list TYPE STANDARD TABLE OF /eacc/journals
WITH KEY client acc_system journal
|
Method Signatures
Method GET_DOC_JOURNAL_TABNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20080109 |
Method GET_DOC_JOURNAL_TABNAME on class /EACC/IF_JOURNAL_ANALYSIS has no exception.
Method GET_JOURNAL_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_JOURNAL_LIST | Value transfer | Type reference (TYPE) | /EACC/IF_JOURNAL_ANALYSIS=>JOURNAL_LIST | 20080110 |
Method GET_JOURNAL_LIST on class /EACC/IF_JOURNAL_ANALYSIS has no exception.
Method GET_JOURNAL_TABNAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TABNAMES | Value transfer | Type reference (TYPE) | /EACC/IF_JOURNAL_ANALYSIS=>JOURNAL_INFO_TABLE | 20080109 |
Method GET_JOURNAL_TABNAMES on class /EACC/IF_JOURNAL_ANALYSIS has no exception.
Method GET_MIGRATION_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DOC_JOURNAL_MIGRATED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080109 |
Method GET_MIGRATION_STATUS on class /EACC/IF_JOURNAL_ANALYSIS has no exception.
Method IS_FIVE_LEVEL_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_FIVE_LEVEL_STRUCTURE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080109 |
Method IS_FIVE_LEVEL_STRUCTURE on class /EACC/IF_JOURNAL_ANALYSIS has no exception.
History
| Last changed by/on | SAP | 20080505 |
| SAP Release Created in |