SAP Reports / Programs | Portfolio and Project Management | Portfolio Management(PPM-PFM) SAP PPM

/RPM/BUCKET_CAP_HANDLER SAP ABAP INCLUDE - Include /RPM/REVIEW_HANDLER







/RPM/BUCKET_CAP_HANDLER is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /RPM/BUCKET_CAP_HANDLER 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_CAP_HANDLER. "Basic submit
SUBMIT /RPM/BUCKET_CAP_HANDLER AND RETURN. "Return to original report after report execution complete
SUBMIT /RPM/BUCKET_CAP_HANDLER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include /RPM/REVIEW_HANDLER


INCLUDES used within this REPORT /RPM/BUCKET_CAP_HANDLER

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/CAP_GROUPS_B_GETLIST * call function '/RPM/CAP_GROUPS_B_GETLIST' * exporting * is_context = ls_context * iv_language = 'EN' * importing * es_category = ls_category_api * et_cap_groups = lt_cap_groups * et_cap_plan = lt_cap_plan ** ES_PLAN_INFO = * et_field_description = lt_field_description * ev_rc = gv_rc * et_msg = gt_msg.

/RPM/SAVE_CHANGES ** call function '/RPM/SAVE_CHANGES' ** exporting ** iv_check_only = /rpm/cl_co=>sc_true ** iv_remove_objects = /rpm/cl_co=>sc_true ** importing ** ev_rc = gv_rc ** et_msg = gt_msg.

/RPM/OBJECT_INIT * call function '/RPM/OBJECT_INIT' * importing * ev_rc = gv_rc * et_msg = gt_msg.

/RPM/SAVE_CHANGES * call function '/RPM/SAVE_CHANGES' * exporting * iv_check_only = /rpm/cl_co=>sc_true * iv_remove_objects = /rpm/cl_co=>sc_true * importing * ev_rc = gv_rc ** et_msg = gt_msg.

/RPM/OBJECT_INIT call function '/RPM/OBJECT_INIT' importing ev_rc = gv_rc et_msg = gt_msg.

/RPM/FIN_CATEGORY_B_GETLIST call function '/RPM/FIN_CATEGORY_B_GETLIST' exporting is_context = ls_context iv_edit_mode = '0' iv_language = gv_laiso importing es_mode = lv_change_mode ev_rc = gv_rc tables * ET_PLANNING_ROWS = et_fin_categories = lt_fin_categories et_fin_plan = lt_fin_plan * ET_FIELD_DESCRIPTION = * ES_PLAN_INFO = et_msg = gt_msg.

/RPM/FIN_CATEGORY_B_MODIFY call function '/RPM/FIN_CATEGORY_B_MODIFY' exporting is_context = ls_context iv_language = gv_laiso iv_change_mode = 'U' importing ev_rc = gv_rc tables * IT_PLANNING_ROWS = it_fin_categories = lt_fin_categories et_msg = gt_msg.

/RPM/FIN_GROUP_B_GETLIST call function '/RPM/FIN_GROUP_B_GETLIST' exporting is_context = ls_context iv_edit_mode = '2' iv_language = gv_laiso importing * es_category = ls_category_api * ES_PLAN_INFO = ev_rc = gv_rc tables et_fin_groups = lt_fin_groups et_fin_plan = lt_fin_plan * ET_FIELD_DESCRIPTION = et_msg = gt_msg.

/RPM/FIN_GROUP_B_MODIFY call function '/RPM/FIN_GROUP_B_MODIFY' exporting is_context = ls_context iv_language = 'EN' iv_change_mode = 'U' importing ev_rc = gv_rc tables * IT_PLANNING_ROWS = it_fin_groups = lt_fin_groups it_fin_plan = lt_fin_plan et_msg = gt_msg et_guid = gt_guid.

/RPM/FIN_CATEGORY_B_GETLIST call function '/RPM/FIN_CATEGORY_B_GETLIST' exporting is_context = ls_context iv_edit_mode = '0' iv_language = 'EN' importing es_mode = lv_change_mode ev_rc = gv_rc tables * ET_PLANNING_ROWS = et_fin_categories = lt_fin_categories et_fin_plan = lt_fin_plan * ET_FIELD_DESCRIPTION = * ES_PLAN_INFO = et_msg = gt_msg.

/RPM/CAP_GROUP_B_GETLIST call function '/RPM/CAP_GROUP_B_GETLIST' exporting is_context = ls_context iv_edit_mode = '0' iv_language = gv_laiso importing * es_plan_info = ls_plan_info ev_rc = gv_rc tables et_cap_groups = lt_cap_groups et_cap_plan = lt_cap_plan * ET_FIELD_DESCRIPTION = et_msg = gt_msg.

/RPM/CAP_GROUP_B_MODIFY call function '/RPM/CAP_GROUP_B_MODIFY' exporting is_context = ls_context iv_language = gv_laiso iv_change_mode = 'U' importing ev_rc = gv_rc tables it_cap_groups = lt_cap_groups it_cap_plan = lt_cap_plan et_msg = gt_msg.



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_CAP_HANDLER or its description.