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
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | filter on the data range | 20130730 | |
| 2 | 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 | ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130730 | ||||
| 2 | IS_DATE | Call by reference | Type reference (TYPE) | RSDATRANGE | Structure of a range table for a date field | 20130730 | |||
| 3 | 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 |