SAP Reports / Programs

/RPM/BUCKET_ROLLUP SAP ABAP Report - Bucket and Initiative Roll Up







/RPM/BUCKET_ROLLUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report rolls up all the financial and capacity information from initiative, item and item of initiative level to all the buckets or initiatives above it, in accordance with the hierarchy of the portfolio and the configuration maintained...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /RPM/BUCKET_ROLLUP into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /RPM/BUCKET_ROLLUP. "Basic submit
SUBMIT /RPM/BUCKET_ROLLUP AND RETURN. "Return to original report after report execution complete
SUBMIT /RPM/BUCKET_ROLLUP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BADID = As per Badi Implementation
Selection Text: P_EXCDAT = Exchange Rate Date
Selection Text: P_EXCTYP = Exchange Rate Type
Selection Text: P_LOG = Save Log
Selection Text: P_PRTID = Portfolio ID
Selection Text: P_TEST = Test Mode (No Database Update)
Selection Text: P_USERD = User-Defined
Title: Bucket and Initiative Roll Up
Text Symbol: F01 = General Options
Text Symbol: F02 = Portfolio/Bucket/Item Selection
Text Symbol: F03 = Conversion to Bucket/Item Currency
Text Symbol: F04 = Item-Specific Selection


INCLUDES used within this REPORT /RPM/BUCKET_ROLLUP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/RPM/BUCKET_ROLLUP CALL FUNCTION '/RPM/BUCKET_ROLLUP' EXPORTING IV_TEST = p_test IV_PORTFOLIO_ID = p_prtid IMPORTING ET_MESSAGES = lt_messages.

/RPM/SAVE_ROLLUP * CALL FUNCTION '/RPM/SAVE_ROLLUP' IN UPDATE TASK * EXPORTING * it_fin_b_plan = gt_fin_b_plan * it_cap_b_plan = gt_cap_b_plan * it_fin_plan = gt_fin_plan * it_cap_plan = gt_cap_plan.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'EXTERNAL_ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'KURST' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = lt_con_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

RPM_GET_CURRENCY_EXCHANGERATES CALL FUNCTION 'RPM_GET_CURRENCY_EXCHANGERATES' EXPORTING iv_date = lv_date iv_date_type = lv_date_type iv_rate_type = lv_rate_type iv_show_protocol = ' ' IMPORTING es_exch_rate_list = ls_exch_rate_list TABLES it_from_curr_range = lt_from_curr it_to_currncy_range = lt_to_curr et_exch_rate_list = lt_exch_rate es_return = lt_return.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = lv_input_value unit_in = lv_source_unit unit_out = lv_target_unit IMPORTING output = lv_result_value EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_finplan_port_updates = lt_bw_update.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_finplan_port_updates = lt_bw_update.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_finplan_item_updates = lt_bw_update_int.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_finplan_item_updates = lt_bw_update_int.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_capplan_port_updates = lt_bw_update.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_capplan_port_updates = lt_bw_update.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_capplan_item_updates = lt_bw_update_int.

RPM_BW_DELTA_QUEUE_UPDATE CALL FUNCTION 'RPM_BW_DELTA_QUEUE_UPDATE' IN UPDATE TASK EXPORTING it_capplan_item_updates = lt_bw_update_int.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /RPM/BUCKET_ROLLUP or its description.