SAP ABAP Class CL_BSSP_QM_DEF_MAT_SUP (Supper class for top 5 defective materials with wiring)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-SP (Application Component) Business Suite Sidepanel
     BSSP3 (Package) Content for MM
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_GRAPHICS_FUNC Reports (Based on a Function Module) 20130730
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_FEEDER_MODEL Feeder Model Interface 20130730
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_TOP_DEFECTS_OF_MAT Top 5 defects of material 20130730
2 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_TOP_DEF_MAT_CUST Top 5 Defects of Material by Customer 20130730
3 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_TOP_DEF_MAT_PLANT Top 5 Defects of Material by Plant 20130730
4 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_TOP_DEF_MAT_VENDOR Top 5 Defects of Material by Supplier 20130730
Properties
Class CL_BSSP_QM_DEF_MAT_SUP  
Short Description Supper class for top 5 defective materials with wiring    
Super Class CL_BSSP_GRAPHICS_FUNC Reports (Based on a Function Module) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSSP3   Content for MM 
Created 20130514   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSSP_QM_DEF_MAT_SUP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_FEEDER_MODEL Feeder Model Interface 20130730
Friends
Class CL_BSSP_QM_DEF_MAT_SUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_COLLECTION Instance attribute Protected Object reference (TYPE REF TO) CL_BSSP_QM_TIMEFRAME_SUP 20130730
2 MO_CONNECTOR Instance attribute Protected Object reference (TYPE REF TO) IF_FPM_CONNECTOR_RUN 20130730
3 MS_OBJECT_KEY Instance attribute Protected Type reference (TYPE) STRING 'QM_DEF' 20130730
4 MT_HELPER_CATEGORY Instance attribute Protected Type reference (TYPE) BSANLY_T_CATEGORY 20130730
5 MT_HELPER_SERIES Instance attribute Protected Type reference (TYPE) BSANLY_T_SERIES 20130730
6 MT_HELPER_TABLE Instance attribute Protected Type reference (TYPE) T_HELPER_TABLE 20130730
7 MV_FIELD Instance attribute Protected Type reference (TYPE) STRING 20130730
8 MV_PERIOD Instance attribute Protected Type reference (TYPE) I 20130730
9 MV_TAG_VALUE Instance attribute Protected Type reference (TYPE) STRING 20130730
10 MV_TIMEFRAME Instance attribute Protected Type reference (TYPE) RSDATRANGE 20130730
11 MV_TOP_NUM Instance attribute Protected Type reference (TYPE) NUMC2 5 Single-Character Indicator 20130730
Methods
# Method Level Visibility Method type Description Created on
1 FILTER_DATE Instance method Protected Method filter on the data range 20130730
2 GET_NOTIFY_POWL_CHART_DATA Instance method Protected Method get powl data 20130730
Events
Class CL_BSSP_QM_DEF_MAT_SUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_DEFECT_CODES_MATERIAL Protected See coding 20130730 BEGIN OF s_defect_codes_material, material TYPE matnr, name TYPE string, quantity TYPE int4, END OF s_defect_codes_material
2 S_HELPER_TABLE Protected See coding 20130730 BEGIN OF s_helper_table, material TYPE matnr, maktx TYPE maktx, category TYPE numc2, fecode TYPE string, fecodtx type string, series TYPE numc2, quantity TYPE int4, END OF s_helper_table
3 S_SERIES Protected See coding 20130730 BEGIN OF s_series, fecode TYPE string, series TYPE numc2, END OF s_series
4 T_DEFECT_CODES_MATERIAL Protected See coding 20130730 t_defect_codes_material TYPE TABLE OF s_defect_codes_material
5 T_HELPER_TABLE Protected See coding 20130730 t_helper_table TYPE TABLE OF s_helper_table
Method Signatures

Method FILTER_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20130730
2 Importing IS_DATE Call by reference Type reference (TYPE) RSDATRANGE Structure of a range table for a date field 20130730
3 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20130730

Method FILTER_DATE on class CL_BSSP_QM_DEF_MAT_SUP has no exception.

Method GET_NOTIFY_POWL_CHART_DATA Signature

Method GET_NOTIFY_POWL_CHART_DATA on class CL_BSSP_QM_DEF_MAT_SUP has no parameter.
Method GET_NOTIFY_POWL_CHART_DATA on class CL_BSSP_QM_DEF_MAT_SUP has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in