SAP ABAP Class CL_BSSP_GRAPHICS_FUNC (Reports (Based on a Function Module))
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-SP-GEN (Application Component) Generic Applications
     BSSP1 (Package) Generic Applications
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BS_ANLY_GUIBB_CHART Chart UIBB: Feeder Interface 20111115
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_CHIP_FEEDER Chip Feeder 20111115
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20111115
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20120314
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_DUNNING Top N Customers for each Dunning Level 20120803
2 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_WBS_STATUS WBS Status Class 20121129
3 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_TC_VALUE Trading Contract - Item Status - Value 20120321
4 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_TC_QUANTITY Trading Contract - Item Status - Quantity 20120321
5 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_TC_EXPENSES Trading Contract - Item Status - Quantity 20120323
6 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_QSCORE_MAT Quality score of material 20130730
7 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_QSCORE_BY_VENDOR Quality score of material 20130730
8 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_DEF_MAT_SUP Supper class for top 5 defective materials with wiring 20130730
9 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_MM_VE_VALUES MM Vendor Evaluation: Graphics 20120420
10 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_ISU_CONSUMPTION Consumption Chart CHIP Feeder Base Class 20130801
... Click here to see Used By full list (27 items)
Properties
Class CL_BSSP_GRAPHICS_FUNC  
Short Description Reports (Based on a Function Module)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSSP1   Generic Applications 
Created 20111115   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSSP_GRAPHICS_FUNC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BS_ANLY_GUIBB_CHART Chart UIBB: Feeder Interface 20111115
2 IF_FPM_CHIP_FEEDER Chip Feeder 20111115
3 IF_FPM_GUIBB Generic UI Building Block 20111115
4 IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20120314
Friends
Class CL_BSSP_GRAPHICS_FUNC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CHIP_API Instance attribute Protected Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20111115
2 MO_COMPONENT Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20111115
3 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20120314
4 MO_SERVICES Instance attribute Protected Object reference (TYPE REF TO) CL_BSSP_SIDE_PANEL_SERVICES Side Panel Services 20111115
5 MO_STRUCDESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20111115
6 MS_CHART_TYPE Instance attribute Protected Type reference (TYPE) BSANLY_S_CHART_TYPE Chart UIBB: Chart Type 20111115
7 MS_CONFIG Instance attribute Protected Type reference (TYPE) S_CONFIGURATION 20120308
8 MS_CONFIG_KEY Instance attribute Protected Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20120315
9 MT_CATEGORY Instance attribute Protected Type reference (TYPE) BSSP_T_CATEGORY_FIELD Graphics: Category Fieldnames 20111115
10 MT_CHIPINPORT Instance attribute Protected Type reference (TYPE) CHIP_NAME_VALUES Table of Field/Value Pairs 20120217
11 MT_SELFIELD Instance attribute Protected Type reference (TYPE) BSSP_T_SELECTION_FIELD Graphics: Selection Fields 20111115
12 MV_APPL_ID Instance attribute Protected Type reference (TYPE) BSSP_APPLICATION Application Identifier 20111115
13 MV_COMP_NAME Instance attribute Protected Type reference (TYPE) FPM_COMPONENT_NAME Web Dynpro: Component Name 20120315
14 MV_DATA_CHANGED Instance attribute Protected Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111115
15 MV_OBJTYPE Instance attribute Protected Type reference (TYPE) SWO_OBJTYP Object Type 20111115
16 MV_RFCDEST Instance attribute Protected Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20111115
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_SEL_CRITERIA Instance method Protected Method 20111115
2 CHECK_DATA_RESET Instance method Private Method 20111115
3 CONFIG_HANDLER Instance method Private Event handling method 20120308
4 CONSTRUCTOR Instance method Public Constructor 20111115
5 CONTEXT_CHANGED Instance method Private Event handling method 20111115
6 HANDLE_MENU_ACTION Instance method Private Event handling method 20111115
7 INPORT_HANDLER Instance method Private Event handling method 20111115
8 WIRING_REFRESH Instance method Private Event handling method 20111115
Events
Class CL_BSSP_GRAPHICS_FUNC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CONFIGURATION Protected See coding 20120308 BEGIN OF s_configuration, suffix TYPE bssp_tag_suffix, hide_chip TYPE bssp_hide_chip, END OF s_configuration
2 S_POWL_DEFINITION Protected See coding 20111115 BEGIN OF s_powl_definition, applid TYPE powl_applid_ty, type TYPE powl_type_ty, lpd_role TYPE apb_lpd_role, lpd_instance TYPE apb_lpd_instance, END OF s_powl_definition
Method Signatures

Method CHANGE_SEL_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTION_FIELD Call by reference Type reference (TYPE) BSSP_T_SELECTION_FIELD Graphics: Selection Fields 20111115
2 Importing IF_CRITERIA_CHANGED Call by reference Type reference (TYPE) BOOLE_D SPACE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111115

Method CHANGE_SEL_CRITERIA on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method CHECK_DATA_RESET Signature

Method CHECK_DATA_RESET on class CL_BSSP_GRAPHICS_FUNC has no parameter.
Method CHECK_DATA_RESET on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method CONFIG_HANDLER Signature

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

Method CONFIG_HANDLER on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BSSP_GRAPHICS_FUNC has no parameter.
Method CONSTRUCTOR on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method CONTEXT_CHANGED Signature

Method CONTEXT_CHANGED on class CL_BSSP_GRAPHICS_FUNC has no parameter.
Method CONTEXT_CHANGED on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method HANDLE_MENU_ACTION Signature

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

Method HANDLE_MENU_ACTION on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method INPORT_HANDLER Signature

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

Method INPORT_HANDLER on class CL_BSSP_GRAPHICS_FUNC has no exception.

Method WIRING_REFRESH Signature

Method WIRING_REFRESH on class CL_BSSP_GRAPHICS_FUNC has no parameter.
Method WIRING_REFRESH on class CL_BSSP_GRAPHICS_FUNC has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_DUNNING Top N Customers for each Dunning Level 20120803
2 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_WBS_STATUS WBS Status Class 20121129
3 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_TC_VALUE Trading Contract - Item Status - Value 20120321
4 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_TC_QUANTITY Trading Contract - Item Status - Quantity 20120321
5 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_TC_EXPENSES Trading Contract - Item Status - Quantity 20120323
6 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_QSCORE_MAT Quality score of material 20130730
7 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_QSCORE_BY_VENDOR Quality score of material 20130730
8 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_QM_DEF_MAT_SUP Supper class for top 5 defective materials with wiring 20130730
9 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_MM_VE_VALUES MM Vendor Evaluation: Graphics 20120420
10 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_ISU_CONSUMPTION Consumption Chart CHIP Feeder Base Class 20130801
11 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_TOPX_ODUE Top N Customers by Overdue Amounts 20120803
12 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_PAY_DIFF Deductions by Payment Difference Reason Codes 20120803
13 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_DUN_LEVEL Statistics for each Dunning Level 20120803
14 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_DUN_CNT Customers per Dunning Level 20121112
15 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_ACTIVITY_FIXED_PRICE Feeder Class for Activity Fixed Price Side Panel Chart 20120419
16 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_DAYS_ARR Days in Arrears Trend 20120503
17 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_FINREP_AR_CR Credit Management: Distribution of Customers to Risk Classes 20120325
18 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_HP_AR_DUE_DATE_GRID Due Date Sorted List 20120413
19 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_FXR_HISTORY Exchange Rate History 20120509
20 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_FSPM_GRAPHICS_PREMPROG Showing the premium progression within the last 2 years 20120312
21 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_FSPM_GRAPHICS_PREMFUND Showing the sub-parts of a contract premium 20120312
22 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_FSPM_GRAPHICS_PREMDSTR Showing the regular premium split to coverages 20120315
23 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_FIN_DATA_PS Feeder Class for Financial Chip 20121220
24 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_COUNT_OF_MILESTONES_PS Count of Due/Overdue milestones 20121123
25 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_CM_ACCRUAL Trading Contract - Item Status - Quantity 20120327
26 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_ACTIVITY_STATUS Activity Status 20121129
27 Inheritance (c INHERITING FROM c_ref)  CL_BSSP_ACTIVITY_PLAN_ACTUAL Cost Center/Activity Planning 20120514
History
Last changed by/on SAP  20130531 
SAP Release Created in 731