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

/RPM/PROJECTS_BATCH_UPDATE SAP ABAP Report - Projects Batch Update Program







/RPM/PROJECTS_BATCH_UPDATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to perform a mass update of projects from a back-end application system...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/PROJECTS_BATCH_UPDATE 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/PROJECTS_BATCH_UPDATE. "Basic submit
SUBMIT /RPM/PROJECTS_BATCH_UPDATE AND RETURN. "Return to original report after report execution complete
SUBMIT /RPM/PROJECTS_BATCH_UPDATE 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_APPL = Back-End Application
Selection Text: P_ASSIGN = Assignment
Selection Text: P_LANGU = Language
Selection Text: P_LOGSYS = Back-End Logical System
Selection Text: P_PWD = MS Server Password
Selection Text: P_RES = Resources
Selection Text: P_ROLE = Roles
Selection Text: P_ROLRES = Role Resources
Selection Text: P_SIMU = Simulation Run
Selection Text: P_TASK = Tasks
Selection Text: P_TEAM = Team
Selection Text: P_USER = MS Server User
Selection Text: S_PROJID = Project ID
Title: Projects Batch Update Program
Text Symbol: 001 = Back-End System Information
Text Symbol: 002 = General Selections
Text Symbol: 003 = MS Server Authorization
Text Symbol: 004 = Import Options


INCLUDES used within this REPORT /RPM/PROJECTS_BATCH_UPDATE

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/MSPS_UPLOAD CALL FUNCTION '/RPM/MSPS_UPLOAD' EXPORTING iv_external_id = ls_project-external_id iv_msps_external_id = lv_msps_external_id iv_username = lv_user iv_password = lv_pwd iv_change_tasks = p_task iv_change_role_resource = p_rolres iv_change_assignments = p_assign iv_logsys = p_logsys iv_language = p_langu iv_simulation = p_simu IMPORTING et_msg = lt_msg ev_rc = lv_rc.

/RPM/CP_UPLOAD CALL FUNCTION '/RPM/CP_UPLOAD' EXPORTING iv_external_id = ls_project-external_id iv_cp_external_id = lv_msps_external_id iv_change_tasks = p_task iv_change_role_resources = p_rolres iv_change_assignments = p_assign iv_language = p_langu iv_simulation = p_simu iv_logsys = p_logsys IMPORTING et_msg = lt_msg ev_rc = lv_rc.

/RPM/PLMPS_UPLOAD CALL FUNCTION '/RPM/PLMPS_UPLOAD' EXPORTING iv_external_id = ls_project-external_id iv_logsys = p_logsys iv_ps_project_id = lv_msps_external_id iv_language = p_langu iv_change_task = p_task iv_change_role = p_role iv_change_resource = p_res iv_change_team = p_team iv_simulation = p_simu IMPORTING ev_rc = lv_rc et_msg = lt_msg.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = 'Messages' "#EC NOTEXT it_fieldcat = lt_fieldcat it_sort = lt_sort TABLES t_outtab = lt_output EXCEPTIONS program_error = 1 OTHERS = 2.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'EXTERNAL_ID' titel = ' ' show_all_values_at_first_time = 'X' 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/PROJECTS_BATCH_UPDATE or its description.