SAP ABAP Class CL_EPM_TOP_BUYERS_CHART_FEEDER (EPM Top Buyers Chart Feeder)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_UI (Package) EPM: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20130507
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_CHART Feeder Interface for Chart UIBB 20130507
Properties
Class CL_EPM_TOP_BUYERS_CHART_FEEDER  
Short Description EPM Top Buyers Chart Feeder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_UI   EPM: User Interface 
Created 20130507   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EPM_TOP_BUYERS_CHART_FEEDER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20130507
2 IF_FPM_GUIBB_CHART Feeder Interface for Chart UIBB 20130507
Friends
Class CL_EPM_TOP_BUYERS_CHART_FEEDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DATA Instance attribute Private Type reference (TYPE) TT_DATA 20130507
Methods
# Method Level Visibility Method type Description Created on
1 ACCUMULATE_SALES Instance method Private Method 20130507
Events
Class CL_EPM_TOP_BUYERS_CHART_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DATA Private See coding 20130507 tt_data TYPE STANDARD TABLE OF ty_data
2 TT_HIGHSCORE Private See coding 20130507 tt_highscore TYPE HASHED TABLE OF ty_highscore WITH UNIQUE KEY customer_key month
3 TT_TOP_CUSTOMERS Private See coding 20130507 tt_top_customers TYPE STANDARD TABLE OF ty_top_customer
4 TY_DATA Private See coding 20130507 BEGIN OF ty_data, customer_name TYPE if_epm_bp_header=>ty_node_data-company_name, month TYPE string, sales TYPE p LENGTH 15 DECIMALS 2, END OF ty_data
5 TY_HIGHSCORE Private See coding 20130507 BEGIN OF ty_highscore, customer_key TYPE if_epm_bo=>ty_node_key, month TYPE i, sales TYPE decfloat34, END OF ty_highscore
6 TY_TOP_CUSTOMER Private See coding 20130507 BEGIN OF ty_top_customer, customer_key TYPE if_epm_bo=>ty_node_key, customer_name TYPE if_epm_bp_header=>ty_node_data-company_name, END OF ty_top_customer
Method Signatures

Method ACCUMULATE_SALES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_HIGHSCORE Call by reference Type reference (TYPE) TT_HIGHSCORE 20130507
2 Importing IV_CUSTOMER_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20130507
3 Importing IV_MONTH Call by reference Type reference (TYPE) I 20130507
4 Importing IV_SALES Call by reference Type reference (TYPE) IF_EPM_SO_HEADER=>TY_NODE_DATA-NET_AMOUNT 20130507

Method ACCUMULATE_SALES on class CL_EPM_TOP_BUYERS_CHART_FEEDER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740