SAP ABAP Class CL_FINB_DMT_CONFIGURATOR (Configuration of Totals Persistence)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     FINB_TOTALS (Package) Totals Data Retention
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FINB_DMT_CONFIGURATOR Configuration of Totals Data Retention 20030723
Properties
Class CL_FINB_DMT_CONFIGURATOR  
Short Description Configuration of Totals Persistence    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FINB_DMTOT    
Program status P  SAP Standard Production Program 
Category 0   
Package FINB_TOTALS   Totals Data Retention 
Created 20030723   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FINB_DMT_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FINB_DMT_CONFIGURATOR Configuration of Totals Data Retention 20030723
Friends
Class CL_FINB_DMT_CONFIGURATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_CONFIG_OBJ Instance attribute Public Object reference (TYPE REF TO) CL_FINB_DMT_CONFIG_OBJ Configuration Object of Totals Persistence 20050308
2 A_CONFIG_ID Instance attribute Public Attribute reference (LIKE) 20030723
3 _APPLICATION Instance attribute Public Type reference (TYPE) FINB_GN_APPL Generator: Application 20030723
4 _AREAID Instance attribute Public Type reference (TYPE) FINB_MD_REGID Registration Identification 20030723
5 _O_GENERATOR Instance attribute Private Object reference (TYPE REF TO) IF_FINB_GN_HIGH_LEVEL Generator 20030723
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_CONFIGURATION Instance method Public Method 20030723
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030723
3 CREATE_NUMBER_RANGES_FOR_DIM Instance method Private Method Generate Number Range Intervals for Dimension 20030723
4 DELETE Instance method Public Method 20030723
5 DELETE_NUMBER_RANGES_FOR_DIM Instance method Private Method Generate Number Range Intervals for Dimension 20030723
6 FIND_SUBOBJECT_FOR_NRO_DIM Static method Public Method Subobject for Dimension ID Assignment 20030723
7 GET_COMMSTRUCTURE Instance method Public Method 20030723
8 GET_DIM_BY_ORDER Static method Public Method Fetch the Nth Dimension 20030723
9 GET_GENERATED_OBJS Instance method Public Method 20040114
10 GET_NEW_SUBOBJECT_FOR_DIM Instance method Private Method Get Number for Subobject 20030723
11 GET_PHYSICAL_NAME Instance method Public Method Provides Physical Name of an Active Object 20030723
12 GET_TABLE_NAMES Instance method Public Method Returns Table Names for Star Scheme 20030723
13 SET_CONFIGURATION Instance method Public Method 20030723
14 SET_INDEX Instance method Public Method 20030723
15 SHOW_TABLES Instance method Public Method Display Tables 20030723
Events
Class CL_FINB_DMT_CONFIGURATOR has no event.
Types
Class CL_FINB_DMT_CONFIGURATOR has no local type.
Method Signatures

Method ACTIVATE_CONFIGURATION Signature

Method ACTIVATE_CONFIGURATION on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method ACTIVATE_CONFIGURATION on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) FINB_GN_APPL 20030723
2 Importing I_AREAID Call by reference Type reference (TYPE) FINB_MD_REGID Registrierungsidentifikation 20030723
3 Importing I_CONFIG_ID Call by reference Type reference (TYPE) FINB_DMT_CONFIG_ID Konfigurations-ID 20030723

Method CONSTRUCTOR on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method CREATE_NUMBER_RANGES_FOR_DIM Signature

Method CREATE_NUMBER_RANGES_FOR_DIM on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method CREATE_NUMBER_RANGES_FOR_DIM on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method DELETE Signature

Method DELETE on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method DELETE on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method DELETE_NUMBER_RANGES_FOR_DIM Signature

Method DELETE_NUMBER_RANGES_FOR_DIM on class CL_FINB_DMT_CONFIGURATOR has no parameter.
# Exception Resumable Description Created on
1 NOT_DELETED nicht gelöscht 20030812

Method FIND_SUBOBJECT_FOR_NRO_DIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_ID Call by reference Type reference (TYPE) FINB_DMT_CONFIG_ID Konfigurations-ID 20030723
2 Importing I_DIMENSION Call by reference Type reference (TYPE) FINB_DMT_DIMENSION Datenhaltung: Dimension für Star Schema der Summenpersistenz 20030723
3 Returning R_SUBOBJECT Value transfer Type reference (TYPE) FINB_DMT_NRO_SUBOBJECT Datenhaltung Summen: Unterobjekt für Dimensionsnrvergabe 20030723
# Exception Resumable Description Created on
1 NOT_FOUND 20030723

Method GET_COMMSTRUCTURE Signature

Method GET_COMMSTRUCTURE on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method GET_COMMSTRUCTURE on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method GET_DIM_BY_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBER Call by reference Type reference (TYPE) I 8-stelliger numerischer Wert 20030723
2 Returning R_DIMENSION Value transfer Type reference (TYPE) FINB_DMT_DIMENSION Datenhaltung: Dimension für Star Schema der Summenpersistenz 20030723
# Exception Resumable Description Created on
1 NOT_EXIST 20030723

Method GET_GENERATED_OBJS Signature

Method GET_GENERATED_OBJS on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method GET_GENERATED_OBJS on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method GET_NEW_SUBOBJECT_FOR_DIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUBOBJECT Value transfer Type reference (TYPE) FINB_DMT_NRO_SUBOBJECT Datenhaltung Summen: Unterobjekt für Dimensionsnrvergabe 20030723

Method GET_NEW_SUBOBJECT_FOR_DIM on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method GET_PHYSICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGICAL_NAME Value transfer Type reference (TYPE) CSEQUENCE logischer Name eines Objektes (Generator) 20030723
2 Returning R_NAME Value transfer Type reference (TYPE) FINB_GN_PHYSICAL_NAME physischer Name eines Objektes (Generator) 20030723
# Exception Resumable Description Created on
1 NOT_FOUND Objekt nicht gefunden 20030723

Method GET_TABLE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_NAMES Call by reference Type reference (TYPE) FINB_DMT_T_TABLE_NAMES physische Tabellennamen 20030723

Method GET_TABLE_NAMES on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method SET_CONFIGURATION Signature

Method SET_CONFIGURATION on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method SET_CONFIGURATION on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method SET_INDEX Signature

Method SET_INDEX on class CL_FINB_DMT_CONFIGURATOR has no parameter.
Method SET_INDEX on class CL_FINB_DMT_CONFIGURATOR has no exception.

Method SHOW_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_ID Call by reference Type reference (TYPE) FINB_DMT_CONFIG_ID Konfigurations-ID 20030723

Method SHOW_TABLES on class CL_FINB_DMT_CONFIGURATOR has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 200