SAP Reports / Programs

/RPM/MIGRATION_AUX_TOOLS_4_5 SAP ABAP Report - Portf. Mgmt Migration: Undo Migration Runs







/RPM/MIGRATION_AUX_TOOLS_4_5 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The purpose of this report is to undo the earlier migration runs performed for the SAP xRPM 2...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/MIGRATION_AUX_TOOLS_4_5 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/MIGRATION_AUX_TOOLS_4_5. "Basic submit
SUBMIT /RPM/MIGRATION_AUX_TOOLS_4_5 AND RETURN. "Return to original report after report execution complete
SUBMIT /RPM/MIGRATION_AUX_TOOLS_4_5 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_TEST = Test Mode (No Database Update)
Selection Text: P_PRTID = Delete Portfolio with Items
Selection Text: P_PORT = Delete Complete Portfolio
Selection Text: P_ITEMID = Delete Item(s)
Selection Text: P_ITEM = Delete Portfolio Item(s)
Selection Text: P_CPPR = Delete cProjects Projects
Title: Portf. Mgmt Migration: Undo Migration Runs
Text Symbol: S01 = @LZ@ Search for Logs
Text Symbol: B01 = No business partner found for user &1; remove
Text Symbol: 015 = Unable to save the log file
Text Symbol: 013 = Error while deleting buckets; deletion not possible
Text Symbol: 012 = Error while deleting portfolio; deletion not possible
Text Symbol: 011 = Simulation Mode
Text Symbol: 010 = Production Mode
Text Symbol: 009 = Creating
Text Symbol: 008 = Portfolio Item For
Text Symbol: 007 = Opening
Text Symbol: 006 = Project
Text Symbol: 005 = Item
Text Symbol: 004 = Deletion not possible; portfolio still contains buckets
Text Symbol: 003 = Error while deleting items; deletion not possible
Text Symbol: 002 = Deletion not possible; portfolio still contains items
Text Symbol: 001 = Deletion not possible; unable to open portfolio


INCLUDES used within this REPORT /RPM/MIGRATION_AUX_TOOLS_4_5

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/PORTFOLIO_DISPLAY call function '/RPM/PORTFOLIO_DISPLAY' exporting is_context = gs_context importing es_attributes = gs_portfolio_att ev_rc = gv_rc tables et_msg = gt_msg.

/RPM/SAVE_CHANGES call function '/RPM/SAVE_CHANGES' exporting iv_check_only = p_test importing ev_rc = gv_rc.

/RPM/SAVE_CHANGES call function '/RPM/SAVE_CHANGES' exporting iv_check_only = /rpm/cl_co=>sc_false importing et_msg = lt_msg ev_rc = gv_rc.

/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.

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.



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