SAP Reports / Programs | Basis Components | Upgrade - General(BC-UPG) SAP BC

RSUPGSUD SAP ABAP Report - Upgrade Analysis for Repository Switch Upgrade







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


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 RSUPGSUD. "Basic submit
SUBMIT RSUPGSUD AND RETURN. "Return to original report after report execution complete
SUBMIT RSUPGSUD 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: 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:





Text Symbol: 051 = Comp./Rel./SP Level:
Text Symbol: 050 = Time
Text Symbol: 049 = Inst. No.:
Text Symbol: 048 = System Type:
Text Symbol: 047 = Clients:
Text Symbol: 046 = Imported Languages:
Text Symbol: 105 = Upgrade rating :
Text Symbol: 096 = Table
Text Symbol: 095 = DDL Executions:
Text Symbol: 094 = Aborts
Text Symbol: 093 = Deferred
Text Symbol: 092 = Table conversion:
Text Symbol: 091 = Stop Adjustment:
Text Symbol: 090 = Runs
Text Symbol: 089 = Program
Text Symbol: 087 = Through Transports:
Text Symbol: 086 = Other Adjustments:
Text Symbol: 030 = Upgrade Model:


INCLUDES used within this REPORT RSUPGSUD

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:

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.



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