SAP ABAP Class /MAP/CL_MDL_FIF_SD (MAP: Influencing Factor Number of Sales Days)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-PLA-RMP (Application Component) Retail Merchandise Planning
     /MAP/M (Package) BW: Content MAP Forecast Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /MAP/CL_MDL_FIF_ROOT Forecast: Generic Influencing Factor 20050207
2 Interface implementation (CLASS c. INTERFACES i_ref)  /MAP/IF_MDL_FIF_CAL Forcast: Calendrical Influencing Factor Interface 20050207
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /MAP/CL_MDL_FIF_SD_M MAP: Influencing Factor #Sales Days per Month 20050207
2 Inheritance (c INHERITING FROM c_ref)  /MAP/CL_MDL_FIF_SD_P MAP: Influencing Factor #Sales Days per Posting Period 20050216
3 Inheritance (c INHERITING FROM c_ref)  /MAP/CL_MDL_FIF_SD_W MAP: Influencing Factor #Sales Days per Week 20050215
Properties
Class /MAP/CL_MDL_FIF_SD  
Short Description MAP: Influencing Factor Number of Sales Days    
Super Class /MAP/CL_MDL_FIF_ROOT Forecast: Generic Influencing Factor 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MAP/M   BW: Content MAP Forecast Framework 
Created 20050207   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MAP/CL_MDL_FIF_SD has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MAP/IF_MDL_FIF_CAL Forcast: Calendrical Influencing Factor Interface 20050207
Friends
Class /MAP/CL_MDL_FIF_SD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_NAME_FACTCAL Instance attribute Protected Type reference (TYPE) FIELDNAME '/MAP/FACTCAL' Field Name "Factory Calendar" in Cache 20050207
2 C_PERIODICITY_FISCPER Instance attribute Public Attribute reference (LIKE) 20050525
3 C_PERIODICITY_MONTH Instance attribute Public Attribute reference (LIKE) 20050525
4 C_PERIODICITY_WEEK Instance attribute Public Attribute reference (LIKE) 20050525
5 MR_ASSIGN_FACTCAL Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Factory Calendar Assignments 20050207
6 MR_BADI_FACTCAL Instance attribute Protected Object reference (TYPE REF TO) /MAP/M_FACTCAL BAdI Reference for Determining Factory Calendar 20050207
7 MR_CLOSING Instance attribute Protected Object reference (TYPE REF TO) /MAP/IF_MDL_FIF_CAL Reference to Closures 20050207
8 MR_DB_LOC Instance attribute Private Object reference (TYPE REF TO) /MAP/CL_EVT_DB DB Class for Location Factory Calendar 20050411
9 MR_TYPEDESCR_FACTCAL Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Type Handle Table for Assignment of Factory Calendar 20050207
10 MS_DIMINFO Instance attribute Protected Type reference (TYPE) /MAP/E_D_EVDIM Generated Table for View /MAP/E_D_EVDIM 20050208
11 MTO_CHA_KEY_SD Instance attribute Protected Type reference (TYPE) /MAP/M_YTO_CHANM Definition Level Without Closures 20050426
12 M_FACTCAL_NOLOC Instance attribute Private Type reference (TYPE) /MAP/M_Y_FACTCAL_NOLOC MAP: Location-Independent Factory Calendar 20050207
13 M_FIELDNO_FACTCAL Instance attribute Public Type reference (TYPE) I No. of Item of the Factory Calendar in Row of Buffer Table 20050921
14 M_FISCVARNT Instance attribute Public Attribute reference (LIKE) 20050525
15 M_LOCDIM Instance attribute Protected Type reference (TYPE) /MAP/E_Y_EVDIM Location Dimension for Number of Sales Days 20050207
16 M_PERIODICITY Instance attribute Public Attribute reference (LIKE) 20050525
Methods
# Method Level Visibility Method type Description Created on
1 BUFFER_CLEAR_SD Instance method Protected Method Delete Buffer Directly at this Instance 20050426
2 CALC_VEC Instance method Protected Method Determine Vectors and Strengths 20050208
3 CONSTRUCTOR Instance method Public Constructor 20050207
4 DAYVEC_GET Instance method Public Method 20050207
5 FACTCAL_GET Instance method Protected Method Determine Factory Calendar for Location 20050207
6 VALUE_GET_SD Instance method Public Method 20050525
Events
Class /MAP/CL_MDL_FIF_SD has no event.
Types
Class /MAP/CL_MDL_FIF_SD has no local type.
Method Signatures

Method BUFFER_CLEAR_SD Signature

Method BUFFER_CLEAR_SD on class /MAP/CL_MDL_FIF_SD has no parameter.
Method BUFFER_CLEAR_SD on class /MAP/CL_MDL_FIF_SD has no exception.

Method CALC_VEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DAYVEC Call by reference Type reference (TYPE) X Tagesvektor für Arbeitstage 20050208
2 Importing IS_DATA Call by reference Type reference (TYPE) DATA Struktur mit Merkmalswerten 20050208
3 Importing I_DATHIGH Call by reference Type reference (TYPE) RSCALDAY Kalendertag 20050208
4 Importing I_DATLOW Call by reference Type reference (TYPE) RSCALDAY Kalendertag 20050208
5 Importing I_FACTCAL Call by reference Type reference (TYPE) WFCID Fabrikkalender 20050208
# Exception Resumable Description Created on
1 /MAP/CX_EVT_ROOT MAP: Wurzel aller Ausnahmeklassen zu Ereignissen 20050208
2 /MAP/CX_MDL_FIF_ROOT Ausnahmen zu Generische Einflussgröße 20050208
3 /MAP/CX_MDL_FIF_SD MAP: Ausnahmen zu /MAP/CX_MDL_FIF_SD 20050208

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIFID Call by reference Type reference (TYPE) /MAP/M_Y_FIFID Identifier Einflussgröße 20050207
2 Importing I_USE_CACHE Call by reference Type reference (TYPE) /MAP/M_Y_USECACHE 'X' MAP: Kennzeichen: Caching der Werte der Einflussgröße 20050207
# Exception Resumable Description Created on
1 /MAP/CX_EVT_IOBJ MAP: Ausnahmen zur Klasse /MAP/E_CL_IOBJ 20050207
2 /MAP/CX_EVT_ROOT MAP: Wurzel aller Ausnahmeklassen zu Ereignissen 20050207
3 /MAP/CX_MDL_FIF_ROOT Ausnahmen zu Generische Einflussgröße 20050207
4 /MAP/CX_MDL_FIF_SD MAP: Ausnahmen zu /MAP/CX_MDL_FIF_SD 20050207

Method DAYVEC_GET Signature

Method DAYVEC_GET on class /MAP/CL_MDL_FIF_SD has no parameter.
Method DAYVEC_GET on class /MAP/CL_MDL_FIF_SD has no exception.

Method FACTCAL_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FACTCAL Value transfer Type reference (TYPE) WFCID Fabrikkalender 20050207
2 Importing IS_DATA Call by reference Type reference (TYPE) DATA Struktur mit Merkmalswerten 20050207
# Exception Resumable Description Created on
1 /MAP/CX_EVT_IOBJ MAP: Ausnahmen zur Klasse /MAP/E_CL_IOBJ 20050208
2 /MAP/CX_MDL_FIF_SD MAP: Ausnahmen zu /MAP/CX_MDL_FIF_SD 20050208

Method VALUE_GET_SD Signature

Method VALUE_GET_SD on class /MAP/CL_MDL_FIF_SD has no parameter.
Method VALUE_GET_SD on class /MAP/CL_MDL_FIF_SD has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 702