SAP ABAP Class CL_DMC_PREC (DMC: Precalculation)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Properties
Class CL_DMC_PREC  
Short Description DMC: Precalculation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20040715   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DMC_PREC has no interface implemented.
Friends
Class CL_DMC_PREC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACPLAN_LIST Instance attribute Public Object reference (TYPE REF TO) CL_DMC_ACCESS_PLAN_LIST DMC: List Class 'Access Plan' 20040716
2 ACPS_ALVGRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040813
3 ACPS_ALVGRID_OUTTAB Instance attribute Public Type reference (TYPE) DMC_ACPS_ALV_GRID_TAB Output Table for ACPS_ALVGRID 20040813
4 ACTUAL_ACPLAN Instance attribute Private Object reference (TYPE REF TO) CL_DMC_ACCESS_PLAN DMC: Access Plan 20040813
5 BLOCKSIZE Instance attribute Private Type reference (TYPE) DMC_BLOCKSIZE MWB: Size of an RFC Package 20040716
6 CALC_STATE Instance attribute Private Type reference (TYPE) DMC_STATE DMC: Status of an Object 20040809
7 CO_ALL_ACP_CALCULATED Constant Public Type reference (TYPE) DMC_STATE 4 DMC: Status of an Object 20040716
8 CO_PREC_CALCULATED Constant Public Type reference (TYPE) DMC_STATE 3 DMC: Status of an Object 20040716
9 CO_PREC_CALC_BATCH Constant Public Type reference (TYPE) DMC_STATE 2 DMC: Status of an Object 20050309
10 CO_PREC_CREATED Constant Public Type reference (TYPE) DMC_STATE 1 DMC: Status of an Object 20040716
11 CO_STD_SEARCH_DEPTH Constant Public Type reference (TYPE) DMC_SEARCH_DEPTH 5 MWB: Search Depth of a Precalculation 20050324
12 CO_STD_SEGMENT_SIZE Constant Public Type reference (TYPE) DMC_SEGMENT_SIZE 10000000 MWB: Maximum Segment Size for a Precalculation 20050324
13 DATA_NOT_SAVED Instance attribute Public Type reference (TYPE) BOOLEAN FALSE Boolean Variable (X=true, -=false, space=unknown) 20040809
14 DESCR Instance attribute Private Type reference (TYPE) DMC_DESCR Description 20040716
15 FALSE Constant Public Type reference (TYPE) BOOLEAN '-' Value for 'False' 20050309
16 GUID Instance attribute Private Type reference (TYPE) DMC_GUID DMC: Globally Unique Key (22 Characters) 20040716
17 HEADER_CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN FALSE Boolean Variable (X=true, -=false, space=unknown) 20040810
18 ID Instance attribute Private Type reference (TYPE) DMC_ID DMC: Key 20040716
19 LOG_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_DMC_LOG_HANDLER DMC: MESSAGES Handler 20040719
20 PREC_LIST Instance attribute Protected Object reference (TYPE REF TO) CL_DMC_PREC_LIST DMC: List Class for Precalculation 20040716
21 PREC_SETTINGS Instance attribute Private Type reference (TYPE) DMC_PREC_STG_TAB DMC: Key Field-Related Setting of a Precalculation 20040716
22 RESET_ACPLAN_CALC Instance attribute Private Type reference (TYPE) BOOLEAN FALSE Flag: Reset calculated access plans 20040907
23 SEARCH_DEPTH Instance attribute Private Type reference (TYPE) DMC_PREC_HDR-SEARCH_DEPTH MWB: Search Depth of a Precalculation 20050309
24 SEGMENT_SIZE Instance attribute Private Type reference (TYPE) DMC_SEGMENT_SIZE MWB: Maximum Segment Size for a Precalculation 20040716
25 SETTINGS_CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN FALSE Boolean Variable (X=true, -=false, space=unknown) 20040810
26 SHOW_KEY_FIELDS_ONLY Instance attribute Private Type reference (TYPE) BOOLEAN TRUE Flag for Access Plan Detail 20040813
27 TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' Value for 'True' 20050309
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE Instance method Public Method Starts the precalculation 20050314
2 CLEAR_CALCULATION Instance method Private Method Reset Calculation Status and Initialize Data 20040826
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040716
4 CREATE_PREC_ACPLANS Instance method Private Method Creates access plans from result of precalculation 20040827
5 DELETE Instance method Public Method Deletes all dependent database entries for given instance 20040817
6 DEL_ACTUAL_ACPLAN Instance method Public Method Deletes reference to act. selected access plan of precalc. 20040818
7 DEL_SETTINGS_BY_FIELDS Instance method Public Method Delete statical delimitation for specified fields 20040914
8 GET_ACPLAN_LIST Instance method Public Method Returns the access plan list 20040825
9 GET_ACTUAL_ACPLAN Instance method Public Method Returns reference to act. selected access plan of precalc. 20040813
10 GET_BLOCKSIZE Instance method Public Method Returns block size for the precalculation 20040805
11 GET_CALC_STATE Instance method Public Method Returns the status of the precalculation 20040809
12 GET_DATA_NOT_SAVED Instance method Public Method Outputs status of attribute DATA_NOT_SAVED 20040817
13 GET_DESCR Instance method Public Method Returns the description of the precalculation 20040805
14 GET_GUID Instance method Public Method Returns the GUID of the precalculation 20040720
15 GET_ID Instance method Public Method Returns the ID of the precalculation 20040805
16 GET_LIST_OWNER Instance method Public Method Returns the owner of the PREC_LIST 20040922
17 GET_PREC_SETTINGS Instance method Public Method Returns static delimitations for precalculation 20040809
18 GET_SEARCH_DEPTH Instance method Public Method Returns search depth of precalculation 20050309
19 GET_SEGMENT_SIZE Instance method Public Method Returns segment size of precalculation 20040805
20 GET_SEL_ACPS Instance method Private Method Returns selected access plans in ALV grid 20040813
21 GET_SHOW_KEY_FIELDS_ONLY Instance method Public Method Returns status "Display only key fields" (stat. comp.) 20040813
22 HANDLE_ACPS_CONTEXT_MENU_REQ Instance method Public Event handling method Handler for Adding Functions to Context Menu 20040915
23 HANDLE_ACPS_TB_DOUBLE_CLICK Instance method Public Event handling method Handler for Processing a Double-click 20040818
24 HANDLE_ACPS_TB_NEW_UCOMM Instance method Public Event handling method Handler for Processing Added User Commands 20040813
25 HANDLE_ACPS_TB_STD_UCOMM Instance method Public Event handling method Handler for Processing Standard User Commands 20040813
26 HANDLE_ACPS_TOOLBAR Instance method Public Event handling method Handler for Adding Buttons in Access Plan Overview 20040810
27 PROCESS_COMMUNICATION_ERROR Instance method Private Method Processing of Communication Error (Log, Attributes) 20040826
28 PROCESS_SYSTEM_ERROR Instance method Private Method Processing of System Error (Log, Attributes) 20040826
29 SAVE Instance method Public Method Save precalculation instance to database 20040816
30 SAVE_HEADER Instance method Private Method Saves header data of instance to database 20040816
31 SAVE_PREC_SETTINGS Instance method Private Method Saves static delimitations of instance to database 20040817
32 SET_ACPS_ALVGRID_OUTTAB Instance method Public Method Sets output table ACPS_ALVGRID_OUTTAB 20040813
33 SET_BLOCKSIZE Instance method Public Method Sets block size of the precalculation 20040810
34 SET_CALC_STATE Instance method Public Method Sets status of precalculation 20040809
35 SET_DATA_NOT_SAVED Instance method Public Method sets flag that data was modified by processing 20040811
36 SET_DESCR Instance method Public Method Sets description of the precalculation 20040810
37 SET_HEADER_CHANGED Instance method Private Method Sets flag saying that header data has changed 20040811
38 SET_ID Instance method Public Method Sets ID of the precalculation 20040810
39 SET_PREC_SETTINGS Instance method Public Method Sets the static delimitations for the precalculation 20040809
40 SET_RESET_ACPLAN_CALC Instance method Public Method Sets flag saying that calculated access plans are reset 20040907
41 SET_SEARCH_DEPTH Instance method Public Method Sets search depth of the precalculation 20050309
42 SET_SEGMENT_SIZE Instance method Public Method Sets segment size of the precalculation 20040810
43 SET_SETTINGS_CHANGED Instance method Private Method Sets flag saying that the settings have changed 20040813
44 SET_SHOW_KEY_FIELDS_ONLY Instance method Public Method Sets status "Display only key fields" (stat. delimitation) 20040813
45 SPLIT Instance method Public Method Split precalculation 20101111
Events
Class CL_DMC_PREC has no event.
Types
Class CL_DMC_PREC has no local type.
Method Signatures

Method CALCULATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FUNCTION Call by reference Type reference (TYPE) DMC_CALC_FUNCTION MWB: Funktion der Zugriffsplan- / Vorkalkulationsberechnung 20050315
# Exception Resumable Description Created on
1 NOT_YET_FINISHED Job im Sender läuft noch 20050316
2 PRECALCULATION_FAILED Vorkalkulation fehlgeschlagen 20050314
3 SCHEDULING_FAILED Jobeinplanung fehlgeschlagen 20050316

Method CLEAR_CALCULATION Signature

Method CLEAR_CALCULATION on class CL_DMC_PREC has no parameter.
Method CLEAR_CALCULATION on class CL_DMC_PREC has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BLOCKSIZE Call by reference Type reference (TYPE) DMC_BLOCKSIZE 16777216 MWB: Grösse eines RFC-Pakets 20040716
2 Importing IM_DATA_NOT_SAVED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040810
3 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR Beschreibung 20040716
4 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID DMC: Global eindeutiger Schlüssel (22-stellig) 20040716
5 Importing IM_ID Call by reference Type reference (TYPE) DMC_ID DMC: Schlüssel 20040716
6 Importing IM_IS_CALCULATED Call by reference Type reference (TYPE) DMC_STATE DMC: Zustand eines Objektes 20040826
7 Importing IM_PREC_LIST Call by reference Object reference (TYPE REF TO) CL_DMC_PREC_LIST DMC: List-Klasse Vorkalkulation 20040823
8 Importing IM_SEARCH_DEPTH Call by reference Type reference (TYPE) DMC_SEARCH_DEPTH MWB: Suchtiefe einer Vorkalkulation 20050309
9 Importing IM_SEGMENT_SIZE Call by reference Type reference (TYPE) DMC_SEGMENT_SIZE MWB: Maximale Segmentgröße bei einer Vorkalkulation 20040716

Method CONSTRUCTOR on class CL_DMC_PREC has no exception.

Method CREATE_PREC_ACPLANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IM_PRECALCULATED_STG Call by reference Type reference (TYPE) DMC_ACCESS_PLAN_STG_REL_TAB DMC: Typ schüsselfeldbezogene Einstellung zu Zugriffsplan 20040827
2 Importing IM_STRUCTURE Call by reference Type reference (TYPE) DMC_ACS_PLAN_STG-STRUCTURE Bezeichner Baumstruktur 20040827

Method CREATE_PREC_ACPLANS on class CL_DMC_PREC has no exception.

Method DELETE Signature

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

Method DEL_ACTUAL_ACPLAN Signature

Method DEL_ACTUAL_ACPLAN on class CL_DMC_PREC has no parameter.
Method DEL_ACTUAL_ACPLAN on class CL_DMC_PREC has no exception.

Method DEL_SETTINGS_BY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IT_FIELDS Call by reference Type reference (TYPE) DMC_STRUCTFIELD_TAB Feldliste 20040914
2 Importing IM_STRUCTURE Call by reference Type reference (TYPE) DMC_STIDT Senderstruktur 20040914

Method DEL_SETTINGS_BY_FIELDS on class CL_DMC_PREC has no exception.

Method GET_ACPLAN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACPLAN_LIST Value transfer Object reference (TYPE REF TO) CL_DMC_ACCESS_PLAN_LIST DMC: List-Klasse Zugriffsplan 20040825

Method GET_ACPLAN_LIST on class CL_DMC_PREC has no exception.

Method GET_ACTUAL_ACPLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACT_ACPLAN Value transfer Object reference (TYPE REF TO) CL_DMC_ACCESS_PLAN DMC: Zugriffsplan 20040813

Method GET_ACTUAL_ACPLAN on class CL_DMC_PREC has no exception.

Method GET_BLOCKSIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_BLOCKSIZE Value transfer Type reference (TYPE) DMC_BLOCKSIZE MWB: Grösse eines RFC-Pakets 20040805

Method GET_BLOCKSIZE on class CL_DMC_PREC has no exception.

Method GET_CALC_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATE Value transfer Type reference (TYPE) DMC_STATE DMC: Zustand eines Objektes 20040809

Method GET_CALC_STATE on class CL_DMC_PREC has no exception.

Method GET_DATA_NOT_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DATA_NOT_SAVED Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040817

Method GET_DATA_NOT_SAVED on class CL_DMC_PREC has no exception.

Method GET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DESCR Value transfer Type reference (TYPE) DMC_DESCR Beschreibung 20040805

Method GET_DESCR on class CL_DMC_PREC has no exception.

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GUID Value transfer Type reference (TYPE) DMC_GUID DMC: Global eindeutiger Schlüssel (22-stellig) 20040720

Method GET_GUID on class CL_DMC_PREC has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ID Value transfer Type reference (TYPE) DMC_ID DMC: Schlüssel 20040805

Method GET_ID on class CL_DMC_PREC has no exception.

Method GET_LIST_OWNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LIST_OWNER Value transfer Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT Konvertierungsobjekt 20040922

Method GET_LIST_OWNER on class CL_DMC_PREC has no exception.

Method GET_PREC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IT_PREC_SETTINGS Value transfer Type reference (TYPE) DMC_PREC_STG_TAB MWB: Tabellentyp - Statische Abgrenzungen Vorkalkulation 20040809

Method GET_PREC_SETTINGS on class CL_DMC_PREC has no exception.

Method GET_SEARCH_DEPTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SEARCH_DEPTH Value transfer Type reference (TYPE) DMC_SEARCH_DEPTH MWB: Suchtiefe einer Vorkalkulation 20050309

Method GET_SEARCH_DEPTH on class CL_DMC_PREC has no exception.

Method GET_SEGMENT_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SEGMENT_SIZE Value transfer Type reference (TYPE) DMC_SEGMENT_SIZE MWB: Maximale Segmentgröße bei einer Vorkalkulation 20040805

Method GET_SEGMENT_SIZE on class CL_DMC_PREC has no exception.

Method GET_SEL_ACPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SEL_ACPS Value transfer Type reference (TYPE) DMC_ACPS_ALV_GRID_TAB MWB: Tabelle mit Zugriffsplänen ALV Grid-Darstellung 20040813

Method GET_SEL_ACPS on class CL_DMC_PREC has no exception.

Method GET_SHOW_KEY_FIELDS_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATE Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040813

Method GET_SHOW_KEY_FIELDS_ONLY on class CL_DMC_PREC has no exception.

Method HANDLE_ACPS_CONTEXT_MENU_REQ Signature

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

Method HANDLE_ACPS_CONTEXT_MENU_REQ on class CL_DMC_PREC has no exception.

Method HANDLE_ACPS_TB_DOUBLE_CLICK Signature

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

Method HANDLE_ACPS_TB_DOUBLE_CLICK on class CL_DMC_PREC has no exception.

Method HANDLE_ACPS_TB_NEW_UCOMM Signature

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

Method HANDLE_ACPS_TB_NEW_UCOMM on class CL_DMC_PREC has no exception.

Method HANDLE_ACPS_TB_STD_UCOMM Signature

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

Method HANDLE_ACPS_TB_STD_UCOMM on class CL_DMC_PREC has no exception.

Method HANDLE_ACPS_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20040810
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20040810

Method HANDLE_ACPS_TOOLBAR on class CL_DMC_PREC has no exception.

Method PROCESS_COMMUNICATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MSG_TEXT Call by reference Type reference (TYPE) DMC_RFC_ERROR_MSG MWB: Fehlertext bei einem RFC/Kommunikationsfehler 20040826

Method PROCESS_COMMUNICATION_ERROR on class CL_DMC_PREC has no exception.

Method PROCESS_SYSTEM_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MSG_TEXT Call by reference Type reference (TYPE) DMC_RFC_ERROR_MSG MWB: Fehlertext bei einem RFC/Kommunikationsfehler 20040826

Method PROCESS_SYSTEM_ERROR on class CL_DMC_PREC has no exception.

Method SAVE Signature

Method SAVE on class CL_DMC_PREC has no parameter.
Method SAVE on class CL_DMC_PREC has no exception.

Method SAVE_HEADER Signature

Method SAVE_HEADER on class CL_DMC_PREC has no parameter.
# Exception Resumable Description Created on
1 INSERT_HEADER_FAILURE Fehler beim INSERT auf die Kopfinfo 20040816
2 UPDATE_HEADER_FAILURE Fehler beim UPDATE auf die Kopfinfo 20040816

Method SAVE_PREC_SETTINGS Signature

Method SAVE_PREC_SETTINGS on class CL_DMC_PREC has no parameter.
# Exception Resumable Description Created on
1 INSERT_FAILURE Fehler beim INSERT in Tabelle 20040817

Method SET_ACPS_ALVGRID_OUTTAB Signature

Method SET_ACPS_ALVGRID_OUTTAB on class CL_DMC_PREC has no parameter.
Method SET_ACPS_ALVGRID_OUTTAB on class CL_DMC_PREC has no exception.

Method SET_BLOCKSIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BLOCKSIZE Call by reference Type reference (TYPE) DMC_BLOCKSIZE MWB: Grösse eines RFC-Pakets 20040810

Method SET_BLOCKSIZE on class CL_DMC_PREC has no exception.

Method SET_CALC_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATE Call by reference Type reference (TYPE) DMC_STATE DMC: Zustand eines Objektes 20040809

Method SET_CALC_STATE on class CL_DMC_PREC has no exception.

Method SET_DATA_NOT_SAVED Signature

Method SET_DATA_NOT_SAVED on class CL_DMC_PREC has no parameter.
Method SET_DATA_NOT_SAVED on class CL_DMC_PREC has no exception.

Method SET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR Beschreibung 20040810

Method SET_DESCR on class CL_DMC_PREC has no exception.

Method SET_HEADER_CHANGED Signature

Method SET_HEADER_CHANGED on class CL_DMC_PREC has no parameter.
Method SET_HEADER_CHANGED on class CL_DMC_PREC has no exception.

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) DMC_ID DMC: Schlüssel 20040810

Method SET_ID on class CL_DMC_PREC has no exception.

Method SET_PREC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATA_CHANGED Call by reference Type reference (TYPE) BOOLEAN Daten wurden geändert ? 20040813
2 Importing IM_PREC_SETTINGS Call by reference Type reference (TYPE) DMC_PREC_STG_TAB DMC: Schlüsselfeldbezogene Einstellung einer Vorkalkulation 20040813

Method SET_PREC_SETTINGS on class CL_DMC_PREC has no exception.

Method SET_RESET_ACPLAN_CALC Signature

Method SET_RESET_ACPLAN_CALC on class CL_DMC_PREC has no parameter.
Method SET_RESET_ACPLAN_CALC on class CL_DMC_PREC has no exception.

Method SET_SEARCH_DEPTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SEARCH_DEPTH Call by reference Type reference (TYPE) DMC_SEARCH_DEPTH MWB: Suchtiefe einer Vorkalkulation 20050309

Method SET_SEARCH_DEPTH on class CL_DMC_PREC has no exception.

Method SET_SEGMENT_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SEGMENT_SIZE Call by reference Type reference (TYPE) DMC_SEGMENT_SIZE MWB: Maximale Segmentgröße bei einer Vorkalkulation 20040810

Method SET_SEGMENT_SIZE on class CL_DMC_PREC has no exception.

Method SET_SETTINGS_CHANGED Signature

Method SET_SETTINGS_CHANGED on class CL_DMC_PREC has no parameter.
Method SET_SETTINGS_CHANGED on class CL_DMC_PREC has no exception.

Method SET_SHOW_KEY_FIELDS_ONLY Signature

Method SET_SHOW_KEY_FIELDS_ONLY on class CL_DMC_PREC has no parameter.
Method SET_SHOW_KEY_FIELDS_ONLY on class CL_DMC_PREC has no exception.

Method SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_CAP Call by reference Type reference (TYPE) DMC_BOOLEAN MWB: Boolean Variable (X=true, -=false) 20101111
2 Importing I_DESCR Call by reference Type reference (TYPE) DMC_DESCR Description 20101112
3 Importing I_ID Call by reference Type reference (TYPE) DMC_ID DMC: Key 20101111
4 Importing I_PORTIONS_PER_ACP Call by reference Type reference (TYPE) I 20101111

Method SPLIT on class CL_DMC_PREC has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620