RSUPGSUD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays a runtime valuation for an upgrade (starting with 30A)...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 RSUPGSUD 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.
Selection Text: SYSNAME = System name
Selection Text: TARGREL = Target release
Title: Upgrade Analysis for Repository Switch Upgrade
Text Symbol: 021 = Contact:
Text Symbol: 020 = Customer:
Text Symbol: 013 = Since Table Import:
Text Symbol: 012 = Since Shadow Start:
Text Symbol: 011 = Minimum Downtime:
Text Symbol: 010 = Upgrade Analysis for
Text Symbol: 007 = R3up Runtime:
Text Symbol: 006 = A_off downtime:
Text Symbol: 005 = A_switch downtime:
Text Symbol: 004 = A_on downtime:
Text Symbol: 003 = End Upgrade:
Text Symbol: 002 = Start Upgrade:
Text Symbol: 031 = DB Size (GB):
Text Symbol: 032 = DB System:
Text Symbol: 045 = Machine Type:
Text Symbol: 044 = DB Subtype:
Text Symbol: 043 = Parallel Data Loader:
Text Symbol: 042 = Parallel Backg. Procs:
Text Symbol: 041 = Parallel Import Procs:
Text Symbol: 040 = Phase
Text Symbol: 038 = SAP Host:
Text Symbol: 037 = DB Host:
Text Symbol: 036 = DB Version:
Text Symbol: 035 = OS Version:
Text Symbol: 034 = Cutoff:
Text Symbol: 033 = OP System:
Text Symbol: 022 = Phone:
Text Symbol: 085 = Through Transports:
Text Symbol: 084 = Closed Adjustments:
Text Symbol: 083 = Dictionary Adjustments:
Text Symbol: 082 = Mod. Adjustment (Min):
Text Symbol: 081 = Program executions
Text Symbol: 070 = Errors
Text Symbol: 060 = Tot.time
Text Symbol: 052 = Add-on/Rel/Sup.Pkg. Level:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUBST_SELECT_FROM_DDPRS CALL FUNCTION 'SUBST_SELECT_FROM_DDPRS' EXPORTING PROTNAME = LOGNAME * CONDITION = FUNC_LEN = 1 "****** different from RSUPGTAS !!! **** TABLES IT_DDPRS = IT_DDPRS EXCEPTIONS NOTHING_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.