SAP ABAP Class /EACC/CL_JOURNAL (Cost and Revenue Journal)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BAC-AE (Application Component) Accounting Engine
     /EACC/ABSTRACT_JOURNAL (Package) Abstract Journal in e-Accounting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/IF_JOURNAL Standardized Functionality of All Journals 20011023
2 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/IF_JOURNAL_INT Internal View of Journal 20011023
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACC_TERMINATOR Delete Component 20040312
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /EACA/CL_GENERAL_JOURNAL General Journal 20011108
2 Inheritance (c INHERITING FROM c_ref)  /EACA/CL_JOURNAL_CR Cost and Revenue Journal 20011026
3 Inheritance (c INHERITING FROM c_ref)  /EACC/CL_INV_JOURNAL Cost and Revenue Journal 20020814
4 Inheritance (c INHERITING FROM c_ref)  /EACC/CL_WIP_JOURNAL Cost and Revenue Journal 20020814
5 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_CASH Cash Journal 20041025
6 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_CRV Cost and Revenue Journal 20040614
7 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_DUE AP/AR Journal 20041025
8 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_FXA AP/AR Journal 20050214
9 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_GEN Cost and Revenue Journal 20040614
10 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_GRI Cost and Revenue Journal 20040614
... Click here to see Used By full list (13 items)
Properties
Class /EACC/CL_JOURNAL  
Short Description Cost and Revenue Journal    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class /EACC/MSG_ABSTR_JRNL    
Program status     
Category 0   
Package /EACC/ABSTRACT_JOURNAL   Abstract Journal in e-Accounting 
Created 20011023   SAP 
Last change 20050409   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /EACC/CL_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 /EACC/IF_JOURNAL Standardized Functionality of All Journals 20011023
2 /EACC/IF_JOURNAL_INT Internal View of Journal 20011023
3 IF_ACC_TERMINATOR Delete Component 20040312
Friends
# Friend Modeled only Created on Description
1 /EACC/CL_DOCUMENT_JOURNAL 20050307 Document Context
2 /EACC/CL_JOURNAL_ACTIVATOR 20021018 Cost and Revenue Journal
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_ACCOUNTING_ENGINE Instance attribute Public Attribute reference (LIKE) 20011023
2 AO_CONSTANTS Instance attribute Public Attribute reference (LIKE) 20011024
3 AO_JOURNAL_MANAGER Instance attribute Public Attribute reference (LIKE) 20011023
4 A_ACC_SYSTEM Instance attribute Public Attribute reference (LIKE) 20020605
5 A_CL_ACTIVATOR Instance attribute Public Attribute reference (LIKE) 20011024
6 A_CL_CONFIGURATOR Instance attribute Public Attribute reference (LIKE) 20011023
7 A_CL_CUSTOMIZER Instance attribute Public Attribute reference (LIKE) 20011211
8 A_CL_LINE_ITEMS_FACTORY Instance attribute Public Attribute reference (LIKE) 20011023
9 A_CL_PROCESS Instance attribute Public Attribute reference (LIKE) 20011023
10 A_CL_READER Instance attribute Public Attribute reference (LIKE) 20011023
11 A_CL_REPORTER Instance attribute Public Attribute reference (LIKE) 20011211
12 A_COMPON Instance attribute Public Attribute reference (LIKE) 20011023
13 A_JOURNAL_CONFIG Instance attribute Public Attribute reference (LIKE) 20011023
14 A_JOURNAL_COUNTER Instance attribute Public Attribute reference (LIKE) 20020130
15 A_JOURNAL_NAME Instance attribute Public Attribute reference (LIKE) 20011023
16 FALSE Constant Protected Type reference (TYPE) /EACC/BOOLEAN /EACC/CL_CONSTANTS=>FALSE Boolean Type for e-Accounting 20020110
17 TRUE Constant Protected Type reference (TYPE) /EACC/BOOLEAN /EACC/CL_CONSTANTS=>TRUE Boolean Type for e-Accounting 20020110
18 XO_ACTIVATOR Instance attribute Protected Object reference (TYPE REF TO) /EACC/IF_JOURNAL_ACTIVATION Activation Functionality for Journals 20031022
19 _ENGINE_IS_RUNNABLE Instance attribute Private Type reference (TYPE) /EACC/BOOLEAN Boolean Type for e-Accounting 20020110
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20011023
2 GET_ACTIVATOR Instance method Public Method 20011211
3 GET_CONFIGURATOR_BY_BT Instance method Public Method 20011023
4 GET_CONFIGURATOR_BY_VIEW Instance method Public Method 20011023
5 GET_CONSTANTS Instance method Private Method 20020110
6 GET_CUSTOMIZER Instance method Public Method 20011211
7 GET_FACTORY Instance method Public Method 20011211
8 GET_JOURNAL_PROCESS Instance method Public Method 20011023
9 GET_READER Instance method Public Method 20011211
10 GET_REPORTER Instance method Public Method 20011211
11 GET_TERMINATOR Instance method Public Method 20011211
12 HANDLE_NEW_ACTIVATION Instance method Protected Event handling method 20011023
13 SET_JOURNAL_CONFIG Instance method Protected Method 20011023
Events
Class /EACC/CL_JOURNAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_COMPONENT Private See coding 20040427 BEGIN OF ys_component, compon TYPE /eacc/compon, max_counter TYPE /eacc/config_counter, END OF ys_component
2 YT_COMPONENT Private See coding 20040427 yt_component TYPE STANDARD TABLE OF ys_component
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACCOUNTING_ENGINE Call by reference Object reference (TYPE REF TO) /EACC/IF_ACCOUNTING_ENGINE_INT Zentrale der Accounting Engine (intern) 20011023
2 Importing I_COMPON Call by reference Type reference (TYPE) /EACC/COMPON Komponente 20011023
3 Importing I_JOURNAL_NAME Call by reference Type reference (TYPE) /EACC/JOURNAL Name eines Journals 20011023

Method CONSTRUCTOR on class /EACC/CL_JOURNAL has no exception.

Method GET_ACTIVATOR Signature

Method GET_ACTIVATOR on class /EACC/CL_JOURNAL has no parameter.
Method GET_ACTIVATOR on class /EACC/CL_JOURNAL has no exception.

Method GET_CONFIGURATOR_BY_BT Signature

Method GET_CONFIGURATOR_BY_BT on class /EACC/CL_JOURNAL has no parameter.
Method GET_CONFIGURATOR_BY_BT on class /EACC/CL_JOURNAL has no exception.

Method GET_CONFIGURATOR_BY_VIEW Signature

Method GET_CONFIGURATOR_BY_VIEW on class /EACC/CL_JOURNAL has no parameter.
Method GET_CONFIGURATOR_BY_VIEW on class /EACC/CL_JOURNAL has no exception.

Method GET_CONSTANTS Signature

Method GET_CONSTANTS on class /EACC/CL_JOURNAL has no parameter.
Method GET_CONSTANTS on class /EACC/CL_JOURNAL has no exception.

Method GET_CUSTOMIZER Signature

Method GET_CUSTOMIZER on class /EACC/CL_JOURNAL has no parameter.
Method GET_CUSTOMIZER on class /EACC/CL_JOURNAL has no exception.

Method GET_FACTORY Signature

Method GET_FACTORY on class /EACC/CL_JOURNAL has no parameter.
Method GET_FACTORY on class /EACC/CL_JOURNAL has no exception.

Method GET_JOURNAL_PROCESS Signature

Method GET_JOURNAL_PROCESS on class /EACC/CL_JOURNAL has no parameter.
Method GET_JOURNAL_PROCESS on class /EACC/CL_JOURNAL has no exception.

Method GET_READER Signature

Method GET_READER on class /EACC/CL_JOURNAL has no parameter.
Method GET_READER on class /EACC/CL_JOURNAL has no exception.

Method GET_REPORTER Signature

Method GET_REPORTER on class /EACC/CL_JOURNAL has no parameter.
Method GET_REPORTER on class /EACC/CL_JOURNAL has no exception.

Method GET_TERMINATOR Signature

Method GET_TERMINATOR on class /EACC/CL_JOURNAL has no parameter.
Method GET_TERMINATOR on class /EACC/CL_JOURNAL has no exception.

Method HANDLE_NEW_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_JOURNAL Call by reference Attribute reference (LIKE) 20020605

Method HANDLE_NEW_ACTIVATION on class /EACC/CL_JOURNAL has no exception.

Method SET_JOURNAL_CONFIG Signature

Method SET_JOURNAL_CONFIG on class /EACC/CL_JOURNAL has no parameter.
Method SET_JOURNAL_CONFIG on class /EACC/CL_JOURNAL has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /EACA/CL_GENERAL_JOURNAL General Journal 20011108
2 Inheritance (c INHERITING FROM c_ref)  /EACA/CL_JOURNAL_CR Cost and Revenue Journal 20011026
3 Inheritance (c INHERITING FROM c_ref)  /EACC/CL_INV_JOURNAL Cost and Revenue Journal 20020814
4 Inheritance (c INHERITING FROM c_ref)  /EACC/CL_WIP_JOURNAL Cost and Revenue Journal 20020814
5 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_CASH Cash Journal 20041025
6 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_CRV Cost and Revenue Journal 20040614
7 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_DUE AP/AR Journal 20041025
8 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_FXA AP/AR Journal 20050214
9 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_GEN Cost and Revenue Journal 20040614
10 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_GRI Cost and Revenue Journal 20040614
11 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_INV Cost and Revenue Journal 20040614
12 Inheritance (c INHERITING FROM c_ref)  CL_FIN_JOURNAL_WIP Cost and Revenue Journal 20040614
13 Inheritance (c INHERITING FROM c_ref)  CL_UA_GRIR_JOURNAL Cost and Revenue Journal 20030513
History
Last changed by/on SAP  20050409 
SAP Release Created in 10A