SAP ABAP Class CL_INM_ROLLUP_DBSYS_OPT (Class for BAdI Impl.: INM_ROLLUP_DBSYS_OPT_IMP)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-CF (Application Component) Common Functions
     INM_HANA (Package) HANA content creation and consumption
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20130320
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EX_INM_ROLLUP_DBSYS_OPT Interface for BAdI: INM_BUCKET_ROLLUP_DBSYS_OPT 20130320
Properties
Class CL_INM_ROLLUP_DBSYS_OPT  
Short Description Class for BAdI Impl.: INM_ROLLUP_DBSYS_OPT_IMP    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package INM_HANA   HANA content creation and consumption 
Created 20130320   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SP_SR_B_ROLLUP_DATA_PROXY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20130320
2 IF_EX_INM_ROLLUP_DBSYS_OPT Interface for BAdI: INM_BUCKET_ROLLUP_DBSYS_OPT 20130320
Friends
Class CL_INM_ROLLUP_DBSYS_OPT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_BUCK_HIER Instance attribute Protected Type reference (TYPE) TT_BUCK_HIER 20130405
2 MT_CB_PLAN_COL Instance attribute Protected Type reference (TYPE) TT_CB_PLAN_COL 20130405
3 MT_C_PLAN_COL Instance attribute Protected Type reference (TYPE) TT_CB_PLAN_COL 20130405
4 MT_FB_PLAN_COL Instance attribute Protected Type reference (TYPE) TT_FB_PLAN_COL 20130405
5 MT_F_PLAN_COL Instance attribute Protected Type reference (TYPE) TT_FB_PLAN_COL 20130405
6 MV_PORTFOLIO_GUID Instance attribute Private Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20130424
Methods
# Method Level Visibility Method type Description Created on
1 BW_CAP_DELTA_UPDATE_ROLLUP Instance method Protected Method 20130423
2 BW_FIN_DELTA_UPDATE_ROLLUP Instance method Protected Method 20130423
3 PREPARE_CAP_ROLLUP_DATA Instance method Protected Method 20130405
4 PREPARE_FIN_ROLLUP_DATA Instance method Protected Method 20130405
Events
Class CL_INM_ROLLUP_DBSYS_OPT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BUCK_HIER Public See coding 20130321 tt_buck_hier TYPE TABLE OF if_sp_sr_b_rollup_data_proxy=>et_buck_hier
2 TT_CAP_B_GR_GUID Public See coding 20130405 tt_cap_b_gr_guid TYPE SORTED TABLE OF if_sp_sr_b_rollup_data_proxy=>et_cap_b_gr_guid WITH NON-UNIQUE KEY bucket_guid category_id group_id
3 TT_CAP_B_PLAN_DATA Public See coding 20130405 tt_cap_b_plan_data TYPE SORTED TABLE OF if_sp_sr_b_rollup_data_proxy=>et_cap_data WITH NON-UNIQUE KEY parent_guid
4 TT_CB_PLAN_COL Public See coding 20130405 tt_cb_plan_col TYPE TABLE OF ty_cb_plan_col
5 TT_FB_PLAN_COL Public See coding 20130321 tt_fb_plan_col TYPE TABLE OF ty_fb_plan_col
6 TT_FIN_B_GR_GUID Public See coding 20130405 tt_fin_b_gr_guid TYPE SORTED TABLE OF if_sp_sr_b_rollup_data_proxy=>et_fin_b_gr_guid WITH NON-UNIQUE KEY bucket_guid category_id group_id
7 TT_INIT_CAP_GRP_GUID Public See coding 20130405 tt_init_cap_grp_guid TYPE SORTED TABLE OF if_sp_sr_i_rollup_data_proxy=>et_cap_grp_guid WITH NON-UNIQUE KEY init_item_guid category_id group_id
8 TT_INIT_CAP_PLAN_DATA Public See coding 20130405 tt_init_cap_plan_data TYPE TABLE OF if_sp_sr_i_rollup_data_proxy=>et_cap_data
9 TT_INIT_FIN_GRP_GUID Public See coding 20130405 tt_init_fin_grp_guid TYPE SORTED TABLE OF if_sp_sr_i_rollup_data_proxy=>et_fin_grp_guid WITH NON-UNIQUE KEY init_item_guid category_id group_id
10 TT_INIT_FIN_PLAN_DATA Public See coding 20130405 tt_init_fin_plan_data TYPE TABLE OF if_sp_sr_i_rollup_data_proxy=>et_fin_data
11 TT_I_FIN_DATA_COC Public See coding 20130405 tt_i_fin_data_coc TYPE SORTED TABLE OF if_sp_sr_b_rollup_data_proxy=>et_i_fin_data_coc WITH NON-UNIQUE KEY item_guid category_id group_id plan_type period
12 TT_I_FIN_DATA_IC Public See coding 20130405 tt_i_fin_data_ic TYPE TABLE OF if_sp_sr_b_rollup_data_proxy=>et_i_fin_data_int
13 TT_I_FIN_DATA_INT Public See coding 20130405 tt_i_fin_data_int TYPE TABLE OF if_sp_sr_b_rollup_data_proxy=>et_i_fin_data_int
14 TT_M_PDATA Public See coding 20130321 tt_m_pdata TYPE SORTED TABLE OF if_sp_sr_b_rollup_data_proxy=>et_m_fin_data WITH NON-UNIQUE KEY parent_guid
15 TY_CB_PLAN_COL Public See coding 20130405 BEGIN OF ty_cb_plan_col, guid TYPE rpm_tv_guid, plan_type TYPE /rpm/tv_fin_view, period TYPE /rpm/tv_start_date, unit TYPE /rpm/tv_unit, amount TYPE /rpm/tv_capacity, END OF ty_cb_plan_col
16 TY_FB_PLAN_COL Public See coding 20130321 BEGIN OF ty_fb_plan_col, guid TYPE rpm_tv_guid, plan_type TYPE /rpm/tv_fin_view, period TYPE /rpm/tv_start_date, currency TYPE /rpm/tv_currency, amount TYPE /rpm/tv_curr_amount, END OF ty_fb_plan_col
Method Signatures

Method BW_CAP_DELTA_UPDATE_ROLLUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CAP_B_GR_GUID Call by reference Type reference (TYPE) TT_CAP_B_GR_GUID 20130424
2 Importing IT_CAP_B_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_B_PLAN Bucket Capacity Plan 20130424
3 Importing IT_CAP_GR_GUID Call by reference Type reference (TYPE) TT_INIT_CAP_GRP_GUID 20130424
4 Importing IT_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN Capacity Planning 20130424

Method BW_CAP_DELTA_UPDATE_ROLLUP on class CL_INM_ROLLUP_DBSYS_OPT has no exception.

Method BW_FIN_DELTA_UPDATE_ROLLUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIN_B_GR_GUID Call by reference Type reference (TYPE) TT_FIN_B_GR_GUID 20130424
2 Importing IT_FIN_B_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_B_PLAN Bucket Financial Plan 20130424
3 Importing IT_FIN_GR_GUID Call by reference Type reference (TYPE) TT_INIT_FIN_GRP_GUID 20130424
4 Importing IT_FIN_PLAN Call by reference Type reference (TYPE) RPM_TT_FIN_PLAN RPM Financial Plan 20130424

Method BW_FIN_DELTA_UPDATE_ROLLUP on class CL_INM_ROLLUP_DBSYS_OPT has no exception.

Method PREPARE_CAP_ROLLUP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PORTFOLIO_GUID Call by reference Type reference (TYPE) /RPM/PORTFOLIO_D Guid for application objects 20130405
2 Importing IT_BUCK_CAP_DATA Call by reference Type reference (TYPE) TT_CAP_B_PLAN_DATA 20130405
3 Importing IT_CAP_B_GR_GUID Call by reference Type reference (TYPE) TT_FIN_B_GR_GUID 20130405
4 Importing IT_INIT_CAP_GR_GUID Call by reference Type reference (TYPE) TT_INIT_CAP_GRP_GUID 20130405
5 Importing IT_INIT_CAP_PLAN_DATA Call by reference Type reference (TYPE) TT_INIT_CAP_PLAN_DATA 20130405

Method PREPARE_CAP_ROLLUP_DATA on class CL_INM_ROLLUP_DBSYS_OPT has no exception.

Method PREPARE_FIN_ROLLUP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PORTFOLIO_GUID Call by reference Type reference (TYPE) /RPM/PORTFOLIO_D Guid for application objects 20130405
2 Importing IT_FIN_B_GR_GUID Call by reference Type reference (TYPE) TT_FIN_B_GR_GUID 20130405
3 Importing IT_INIT_FIN_GR_GUID Call by reference Type reference (TYPE) TT_INIT_FIN_GRP_GUID 20130405
4 Importing IT_INIT_FIN_PLAN_DATA Call by reference Type reference (TYPE) TT_INIT_FIN_PLAN_DATA 20130405
5 Importing IT_I_FIN_DATA_COC Call by reference Type reference (TYPE) TT_I_FIN_DATA_COC 20130405
6 Importing IT_I_FIN_DATA_INT Call by reference Type reference (TYPE) TT_I_FIN_DATA_INT 20130405
7 Importing IT_M_FIN_DATA Call by reference Type reference (TYPE) TT_M_PDATA 20130405

Method PREPARE_FIN_ROLLUP_DATA on class CL_INM_ROLLUP_DBSYS_OPT has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 600_740