SAP Reports / Programs

/RPM/MIGRATION_BUPA SAP ABAP Report - Portf. Mgmt Migration: Update of Business Partner Attributes







/RPM/MIGRATION_BUPA 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 update the business partner SAP xRPM 4...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_BUPA 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_BUPA. "Basic submit
SUBMIT /RPM/MIGRATION_BUPA AND RETURN. "Return to original report after report execution complete
SUBMIT /RPM/MIGRATION_BUPA 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_BUPAID = Business Partner
Selection Text: P_REPL = Overwrite Existing Entries
Selection Text: P_TEST = Test Mode (No Database Update)
Title: Portf. Mgmt Migration: Update of Business Partner Attributes
Text Symbol: 001 = Simulation Run
Text Symbol: 002 = Production Run
Text Symbol: 003 = Test Run:
Text Symbol: 004 = Overwrite Records:
Text Symbol: 005 = Exclude Parents:
Text Symbol: 015 = Unable to save the log file
Text Symbol: F01 = General Selection Options
Text Symbol: F02 = Business Partner Conversion Options
Text Symbol: F03 = Select Business Partners
Text Symbol: S01 = @LZ@ Search for Logs
Text Symbol: S02 = @0Z@ Change Data for Resource Assignment to a Location


INCLUDES used within this REPORT /RPM/MIGRATION_BUPA

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:

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'S&' number = '150' IMPORTING return = gs_return_code.

RPM_GET_MIG_GLOBAL_ROLES CALL FUNCTION 'RPM_GET_MIG_GLOBAL_ROLES' EXPORTING iv_role_list_only = /rpm/cl_co=>sc_true IMPORTING et_global_roles = gt_global_role ev_rc = lv_role_rc ev_msg = lv_msg et_msg = lt_role_msg TABLES et_cgpl_text = gt_global_role_t.



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