SAP ABAP Class /EACC/CL_DERIVATION_CONFIGURER (Configurator)
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_DERIVATION_CONFIG_INT Derivation 20020201
2 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/IF_VIEW_CONFIGS_DERIVATN Journal Configurator 20011210
Properties
Class /EACC/CL_DERIVATION_CONFIGURER  
Short Description Configurator    
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 20011210   SAP 
Last change 20041006   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)
2 /EACC/CL_DERIVATION_REQUEST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 /EACC/IF_DERIVATION_CONFIG_INT Derivation 20020201
2 /EACC/IF_VIEW_CONFIGS_DERIVATN Journal Configurator 20011210
Friends
Class /EACC/CL_DERIVATION_CONFIGURER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_ACCOUNTING_ENGINE Instance attribute Public Object reference (TYPE REF TO) /EACC/IF_ACCOUNTING_ENGINE Central Accounting Engine Instance 20020829
2 AO_CONFIGURER Instance attribute Public Attribute reference (LIKE) 20020129
3 AO_CONSTANTS Instance attribute Public Object reference (TYPE REF TO) /EACC/IF_CONSTANTS_ACC_DOC Constants 20020829
4 AT_DERIVATION_CONFIG Instance attribute Public Attribute reference (LIKE) 20011213
5 CHAR_TYPE_SOURCE Constant Protected Type reference (TYPE) /EACC/DERIV_CHAR_TYPE 'S' Classification of Characteristics in Derivation Steps 20021031
6 CHAR_TYPE_TARGET Constant Protected Type reference (TYPE) /EACC/DERIV_CHAR_TYPE 'T' Classification of Characteristics in Derivation Steps 20021031
7 CHAR_TYPE_USER Constant Protected Type reference (TYPE) /EACC/DERIV_CHAR_TYPE 'U' Classification of Characteristics in Derivation Steps 20021031
8 FALSE Constant Public Type reference (TYPE) /EACC/BOOLEAN /EACC/CL_CONSTANTS=>FALSE Boolean Type for e-Accounting 20020212
9 TRUE Constant Public Type reference (TYPE) /EACC/BOOLEAN /EACC/CL_CONSTANTS=>TRUE Boolean Type for e-Accounting 20020212
10 TYPE_EXIT Constant Public Type reference (TYPE) /EACC/DERIV_TYPE /EACC/CL_DERIVATION_REQUEST=>TYPE_EXIT Type of Derivation 20020402
11 TYPE_MOVE Constant Public Type reference (TYPE) /EACC/DERIV_TYPE /EACC/CL_DERIVATION_REQUEST=>TYPE_MOVE Type of Derivation 20020402
12 TYPE_RULE_BASED Constant Public Type reference (TYPE) /EACC/DERIV_TYPE /EACC/CL_DERIVATION_REQUEST=>TYPE_RULE_BASED Type of Derivation 20030203
13 TYPE_USER Constant Public Type reference (TYPE) /EACC/DERIV_TYPE /EACC/CL_DERIVATION_REQUEST=>TYPE_USER Type of Derivation 20020402
14 XD_T_CONDITIONS Instance attribute Private Object reference (TYPE REF TO) DATA 20020213
15 XT_ACINSTDEPS Instance attribute Private Type reference (TYPE) FINB_KF_CHARS Characteristics and Key Figures 20020214
16 XT_ARROWS Instance attribute Private Type reference (TYPE) YT_ARROWS 20020213
17 XT_DERIVCHARS Instance attribute Protected See coding 20020129
18 XT_DERIV_COND Instance attribute Protected See coding 20020129
19 XT_DERIV_EXIT Instance attribute Protected See coding 20020402
20 XT_FIXED_FIELDS Instance attribute Protected Type reference (TYPE) /EACC/FIXED_FIELDS Fixed Fields for Journals 20020129
21 XT_KNOTS Instance attribute Private Type reference (TYPE) YT_KNOTS 20020213
22 XT_VIEWDCHARS Instance attribute Protected See coding 20020405
23 XT_VIEW_DERIV Instance attribute Protected See coding 20020129
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PLAUSIBILITY Instance method Public Method 20011213
2 CONSTRUCTOR Instance method Public Constructor 20011210
3 CREATE_CHANGE_DERIVATION_STEP Instance method Protected Method 20020408
4 FIND_HANDLES Static method Public Method 20020201
5 NEW_EXIT_REQUEST Instance method Protected Method 20020405
6 NEW_MOVE_REQUEST Instance method Protected Method 20020405
7 NEW_RULE_BASED_REQUEST Instance method Protected Method 20030203
8 NEW_USER_REQUEST Instance method Protected Method 20020129
9 RUNTIME_TO_DATABASE_STRUCTURE Instance method Protected Method 20020129
10 SET_CONFIG Instance method Private Method 20020222
11 VALUATE Instance method Private Method 20020213
Events
Class /EACC/CL_DERIVATION_CONFIGURER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ARROW Private See coding 20020213 begin of ys_arrow . types send_handle type /eacc/view_deriv-handle . types rec_handle type /eacc/view_deriv-handle . types send_index type sy-tabix . types rec_index type sy-tabix . types end of ys_arrow
2 YS_KNOT Private See coding 20020213 begin of ys_knot . types handle type /eacc/view_deriv-handle . types value type i . types in_progress type /eacc/boolean . types end of ys_knot
3 YT_ARROWS Private See coding 20020213 yt_arrows type sorted table of ys_arrow with non-unique key rec_handle
4 YT_KNOTS Private See coding 20020213 yt_knots type sorted table of ys_knot with unique key handle
Method Signatures

Method CHECK_PLAUSIBILITY Signature

Method CHECK_PLAUSIBILITY on class /EACC/CL_DERIVATION_CONFIGURER has no parameter.
Method CHECK_PLAUSIBILITY on class /EACC/CL_DERIVATION_CONFIGURER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIGURATOR Call by reference Object reference (TYPE REF TO) /EACC/IF_JOURNAL_CONFIGURERINT Konfigurator 20011210

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

Method CREATE_CHANGE_DERIVATION_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXISTING_HANDLE Call by reference Type reference (TYPE) /EACC/DR_STEP_HANDLE Ableitungsschritt-Handle (GUID) 20020408
2 Importing I_TEMPORARY_HANDLE Call by reference Type reference (TYPE) /EACC/DR_STEP_HANDLE Ableitungsschritt-Handle (GUID) 20020408
3 Returning R_HANDLE Value transfer Type reference (TYPE) /EACC/DR_STEP_HANDLE Ableitungsschritt-Handle (GUID) 20020408
# Exception Resumable Description Created on
1 FAILED 20020408
2 HANDLE_NOT_KNOWN 20020408

Method FIND_HANDLES 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 Zentrale Instanz der Accounting Engine 20020829
2 Importing IO_CONDITION Value transfer Object reference (TYPE REF TO) CL_FINB_CONDITION Selektionstabelle mit Feldnamen 20020315
3 Importing IT_TARGET_CHARS Value transfer Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20020201
4 Importing I_ACC_VIEW Call by reference Type reference (TYPE) /EACC/COMPON Homeklasse einer Accountingkomponente 20020201
5 Importing I_JOURNAL_COMPON Call by reference Type reference (TYPE) /EACC/COMPON Homeklasse einer Accountingkomponente 20020829
6 Importing I_VIEW_COUNTER Call by reference Type reference (TYPE) /EACC/VIEW_ACTIV-COUNTER Zähler 20020201
7 Changing XT_HANDLES Call by reference Type reference (TYPE) /EACC/T_VIEW_DERIV Interne Tabelle über view_deriv 20020201
# Exception Resumable Description Created on
1 JOURNAL_NOT_BOUND 20020201
2 VIEW_CNT_SUPPLIED_BUT_NOT_VIEW 20020201

Method NEW_EXIT_REQUEST Signature

Method NEW_EXIT_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no parameter.
Method NEW_EXIT_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no exception.

Method NEW_MOVE_REQUEST Signature

Method NEW_MOVE_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no parameter.
Method NEW_MOVE_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no exception.

Method NEW_RULE_BASED_REQUEST Signature

Method NEW_RULE_BASED_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no parameter.
Method NEW_RULE_BASED_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no exception.

Method NEW_USER_REQUEST Signature

Method NEW_USER_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no parameter.
Method NEW_USER_REQUEST on class /EACC/CL_DERIVATION_CONFIGURER has no exception.

Method RUNTIME_TO_DATABASE_STRUCTURE Signature

Method RUNTIME_TO_DATABASE_STRUCTURE on class /EACC/CL_DERIVATION_CONFIGURER has no parameter.
Method RUNTIME_TO_DATABASE_STRUCTURE on class /EACC/CL_DERIVATION_CONFIGURER has no exception.

Method SET_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTER Call by reference Type reference (TYPE) /EACC/VIEW_DERIV-VIEW_COUNTER Zähler 20020222
# Exception Resumable Description Created on
1 FAILED 20040430
2 NO_CONFIG 20020222

Method VALUATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HANDLE Call by reference Type reference (TYPE) /EACC/VIEW_DERIV-HANDLE Ableitungsschritt-Handle (GUID) 20020213
# Exception Resumable Description Created on
1 CYCLE 20020213
History
Last changed by/on SAP  20041006 
SAP Release Created in 10A