SAP ABAP Interface /EACC/IF_JOURNAL_ANALYSIS (Services for journal analysis)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BAC (Application Component) Business Accounting
     /EACC/TOOLS_FOR_ANALYSIS (Package) Test Tools for Analysis Support
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
Interface /EACC/IF_JOURNAL_ANALYSIS  
Short Description Services for journal analysis    
General Data
Package /EACC/TOOLS_FOR_ANALYSIS   Test Tools for Analysis Support 
Created 20080109   SAP 
Last changed 20080505   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /EACC/CL_JOURNAL_ANALYSIS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /EACC/IF_JOURNAL_ANALYSIS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /EACC/IF_JOURNAL_ANALYSIS has no interface.
Friends
Interface /EACC/IF_JOURNAL_ANALYSIS has no friend.
Attributes
Interface /EACC/IF_JOURNAL_ANALYSIS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DOC_JOURNAL_TABNAME Instance method Public Method Get document journal table name 20080109
2 GET_JOURNAL_LIST Instance method Public Method Get journal list 20080110
3 GET_JOURNAL_TABNAMES Instance method Public Method Get table names for all journals and levels 20080109
4 GET_MIGRATION_STATUS Instance method Public Method Get document journal migration status 20080109
5 IS_FIVE_LEVEL_STRUCTURE Instance method Public Method Check if 5 level structure 20080109
Events
Interface /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 Returning RV_TABNAME Value transfer Type reference (TYPE) TABNAME Table Name 20080109

Method GET_DOC_JOURNAL_TABNAME on Interface /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 Returning RT_JOURNAL_LIST Value transfer Type reference (TYPE) /EACC/IF_JOURNAL_ANALYSIS=>JOURNAL_LIST 20080110

Method GET_JOURNAL_LIST on Interface /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 Returning RT_TABNAMES Value transfer Type reference (TYPE) /EACC/IF_JOURNAL_ANALYSIS=>JOURNAL_INFO_TABLE 20080109

Method GET_JOURNAL_TABNAMES on Interface /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 Returning RV_DOC_JOURNAL_MIGRATED Value transfer Type reference (TYPE) ABAP_BOOL 20080109

Method GET_MIGRATION_STATUS on Interface /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 Returning RV_IS_FIVE_LEVEL_STRUCTURE Value transfer Type reference (TYPE) ABAP_BOOL 20080109

Method IS_FIVE_LEVEL_STRUCTURE on Interface /EACC/IF_JOURNAL_ANALYSIS has no exception.
History
Last changed by/on SAP  20080505 
SAP Release Created in