RSUPGR01 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 RSUPGR01 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: Create transport request: Store BW metadata for upgrade 3.X - 4.0/4.5
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' IMPORTING WE_ORDER = L_ORDER WE_TASK = L_TASK WE_OBJECTS_APPENDABLE = L_OBJECTS_APPENDABLE TABLES WT_KO200 = G_T_TRANS_KO200 WT_E071K = G_T_TRANS_E071K EXCEPTIONS OTHERS = 1.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' IMPORTING WE_ORDER = L_ORDER WE_TASK = L_TASK TABLES WT_KO200 = G_T_TRANS_KO200 WT_E071K = G_T_TRANS_E071K.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUPGR01 - Create transport request: Store BW metadata for upgrade 3.X - 4.0/4.5 RSUPGR01 - Create transport request: Store BW metadata for upgrade 3.X - 4.0/4.5 RSUPGINIT - Create initial NAVERS for EhPInstaller RSUPGINIT - Create initial NAVERS for EhPInstaller RSUPGEND - Administrative Work at End of Upgrade RSUPGEND - Administrative Work at End of Upgrade