SPI_UPDATE_PSDEST_SYSID 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 SPI_UPDATE_PSDEST_SYSID into the relevant SAP transactions such as SE38 or SE80
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.
Title: Enter System ID in Step Destination Table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_GET_SYSTEM_INFO CALL FUNCTION 'RFC_GET_SYSTEM_INFO' EXPORTING destination = l_destination IMPORTING RFCSI_EXPORT = ls_sysinfo * RFC_LOGIN_COMPLETE = * DIALOG_USER_TYPE = * CURRENT_RESOURCES = * MAXIMAL_RESOURCES = * RECOMMENDED_DELAY = * DEST_COMMUNICATION_MESSAGE = * DEST_SYSTEM_MESSAGE = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SPI_UPDATE_PSDEST_SYSID - Enter System ID in Step Destination Table SPI_UPDATE_PSDEST_SYSID - Enter System ID in Step Destination Table SPI_UI_START - Report SPI_UI_START SPI_UI_START - Report SPI_UI_START SPI_UI_CU_REFRESH - SPI: Clean-Up Report for UI Customizing SPI_UI_CU_REFRESH - SPI: Clean-Up Report for UI Customizing