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

RPM_ITEM_CONSOLIDATE SAP ABAP Report - Update Derrived Information on Bucket and Item







RPM_ITEM_CONSOLIDATE is a standard Executable ABAP Report 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_ITEM_CONSOLIDATE 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_ITEM_CONSOLIDATE. "Basic submit
SUBMIT RPM_ITEM_CONSOLIDATE AND RETURN. "Return to original report after report execution complete
SUBMIT RPM_ITEM_CONSOLIDATE 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_ACTDEC = Active decision point GUID
Selection Text: P_BCKID = Bucket ID
Selection Text: P_DEL_O = Delete obsolete Categories
Selection Text: P_DEL_P = Delete extra planning data
Selection Text: P_EXTID = Item ID
Selection Text: P_ITEM = Re-Calculate Item Attributes
Selection Text: P_PERIOD = Re-Create Planning Period
Selection Text: P_PLAN = Re-Create Fin/Cap Plan Data
Selection Text: P_PRTID = Portfolio ID
Title: Update Derrived Information on Bucket and Item
Text Symbol: F01 = General Options
Text Symbol: F02 = Portfolio/Bucket/Item Selection
Text Symbol: I01 = Item
Text Symbol: I02 = successfully updated
Text Symbol: I03 = Item and bucket update updated successfully
Text Symbol: I04 = Error while updating items and buckets
Text Symbol: I05 = was not successfully updated


INCLUDES used within this REPORT RPM_ITEM_CONSOLIDATE

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:

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 = '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 = 'EXTERNAL_ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

/RPM/BUCKET_DISPLAY CALL FUNCTION '/RPM/BUCKET_DISPLAY' EXPORTING is_context = ls_context IMPORTING ev_rc = lv_rc TABLES et_item_providers = lt_services et_msg = lt_msg.

/RPM/QNNR_RESULT_DISPLAY CALL FUNCTION '/RPM/QNNR_RESULT_DISPLAY' EXPORTING is_context = ls_context iv_attribute_id = ls_service-field_name iv_qnnr_id = ls_service-provider_id IMPORTING es_qnnr_hdr = ls_qnnr_hdr et_qnnr_api = lt_qnnrs_api ev_rc = lv_rc et_msgs = lt_msg.

/RPM/QNNR_RESULT_MODIFY CALL FUNCTION '/RPM/QNNR_RESULT_MODIFY' EXPORTING is_qnnr_hdr = ls_qnnr_hdr it_qnnr_api = lt_qnnrs_api iv_change_mode = /rpm/cl_co=>sc_change_mode_update IMPORTING ev_score = lv_score.

/RPM/SAVE_CHANGES CALL FUNCTION '/RPM/SAVE_CHANGES' IMPORTING ev_rc = lv_rc.

/RPM/ITEM_DISPLAY CALL FUNCTION '/RPM/ITEM_DISPLAY' EXPORTING is_context = ls_context iv_edit_mode = /rpm/cl_co=>sc_display_with_lock IMPORTING es_attributes = ls_item_api ev_comments = lv_comments ev_short_texts = lv_short_texts ev_rc = lv_rc TABLES et_acls = lt_acls et_msg = lt_msg.

/RPM/GET_SMODEL_ATT_FOR_ITEM CALL FUNCTION '/RPM/GET_SMODEL_ATT_FOR_ITEM' EXPORTING iv_guid = ls_item_attributes-portfl_item_guid iv_fieldname = ls_service-field_name IMPORTING et_item_score = lt_item_scores ev_rc = lv_rc et_msgs = lt_msgs.

/RPM/ITEM_MODIFY CALL FUNCTION '/RPM/ITEM_MODIFY' EXPORTING iv_change_mode = /rpm/cl_co=>sc_change_mode_update IMPORTING ev_rc = lv_rc TABLES it_acls = lt_acls it_attributes = lt_item_api et_msg = lt_msg.

/RPM/SAVE_CHANGES CALL FUNCTION '/RPM/SAVE_CHANGES' IMPORTING ev_rc = lv_rc.



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