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

/RPM/MIGRATION_CROOM_45 SAP ABAP Report - Report /RPM/MIGRATION_CROOM







/RPM/MIGRATION_CROOM_45 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to migrate a collaboration room (cRoom) for 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_CROOM_45 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_CROOM_45. "Basic submit
SUBMIT /RPM/MIGRATION_CROOM_45 AND RETURN. "Return to original report after report execution complete
SUBMIT /RPM/MIGRATION_CROOM_45 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_SUBCT = Project Subcategory
Selection Text: P_RFCDES = RFC Destination
Selection Text: P_EXTID = ID
Selection Text: P_CATEG = Project Category
Title: Report /RPM/MIGRATION_CROOM
Text Symbol: S02 = @0Z@ Change Data
Text Symbol: S01 = @LZ@ Search for Logs
Text Symbol: 032 = Specify a Project Category or Remove Subcategory
Text Symbol: 031 = Specify a Project Category or Project ID(s)
Text Symbol: 030 = Subcategories: Sign:
Text Symbol: 029 = ID already exists; item cannot be created
Text Symbol: 028 = Assignment:
Text Symbol: 027 = Bucket ID:
Text Symbol: 026 = Portfolio ID:
Text Symbol: 025 = Item Type for Proposal:
Text Symbol: 024 = Item Type for Project:
Text Symbol: 023 = Manually Assign
Text Symbol: 022 = According to Conversion
Text Symbol: 021 = Category
Text Symbol: 020 = High:
Text Symbol: 019 = Low:
Text Symbol: 018 = Option:
Text Symbol: 017 = Project ID: Sign:
Text Symbol: 016 = Test Mode
Text Symbol: 015 = Unable to save the log file
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 = Project Selection
Text Symbol: 003 = Test Mode (No DB Update)
Text Symbol: 002 = General Options
Text Symbol: 001 = RFC Destination
Text Symbol: 000 = Destination





INCLUDES used within this REPORT /RPM/MIGRATION_CROOM_45

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_MIGRATION_RETRIEVE_DATA CALL FUNCTION 'RPM_MIGRATION_RETRIEVE_DATA' DESTINATION p_rfcdes EXPORTING it_external_id = lt_projid_range IMPORTING et_rpm_obj_links = lt_rpm_obj_links TABLES et_rpm_project = lt_rpm_projects et_cgpl_project = lt_cgpl_projects et_cgpl_hierarchy = lt_cgpl_hierarchy.

/RPM/OBJECT_LINK_MODIFY CALL FUNCTION '/RPM/OBJECT_LINK_MODIFY' EXPORTING it_attributes = lt_obj_link_api iv_change_mode = 'C' IMPORTING ev_rc = lv_rc et_msg = lt_msg.

/RPM/OBJECT_LINK_MODIFY * CALL FUNCTION '/RPM/OBJECT_LINK_MODIFY' * EXPORTING * it_attributes = lt_obj_link_api * iv_change_mode = 'C' * IMPORTING * ev_rc = lv_rc * et_msg = lt_msg.

/RPM/SAVE_CHANGES CALL FUNCTION '/RPM/SAVE_CHANGES' EXPORTING iv_check_only = /rpm/cl_co=>sc_false IMPORTING ev_rc = lv_rc et_msg = lt_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/MIGRATION_CROOM_45 or its description.