SAP ABAP Function Module UPGI22_GET_UPGRADE_INFO (Read Administration Information for Upgrades in System)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS-TLA (Application Component) Upgrade Tools for ABAP
     SAUS (Package) Transport Control (Repository Switch)
Basic Data
Function Module UPGI22_GET_UPGRADE_INFO Read Administration Information for Upgrades in System  
Function Group SUG2   Upgrade: Impl. of functions < 3.0  
Program Name SAPLSUG2   Upgrade: Impl. of Functions < 3.0 
INCLUDE Name LSUG2U02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_UPGCNT TYPE SYST-DBCNT Return: Number of entries in TT_UPGINFO
Importing IV_COMPONENT TYPE UVERS-COMPONENT '*' Component for which is to be read (without '*')
Importing IV_NEWRELEASE TYPE UVERS-NEWRELEASE SPACE Target release of the upgrade(s)
Importing IV_UPGTYPE TYPE SUGS_FPARA-UPGTYPE '*' Upgrade type (see SUGS_FPARA-UPGTYPE)
Importing IV_READMODE TYPE SUGS_FPARA-MODEGETUPG 'LST' Read mode (see SUGS_FPARA-SUGSUPGMOD)
Importing IV_COMP_SELECT TYPE SUGS_FPARA-INCLGETUPG 'X'
Importing IV_BUFFERED TYPE SUGS_FPARA-BOOL SPACE Read using table buffer (X) or without table buffer
Importing IV_AVERS_SELECT TYPE SUGS_FPARA-BOOL SPACE Read additional AVERS entries (X)
Tables TT_UPGINFO TYPE UVERS Return table for information that has been read
Exception READMODE_UNKNOWN TYPE Read mode is unknown
Exception COMPONENT_NOT_ACTIVE TYPE IV_COMPONENT no longer exists in this system
Exception AMBIGIOUS_ENTRIES TYPE For >= 1 component, > 1 current upgrade has been found
Exception NO_UPGRADE_ACTIVE TYPE No active upgrade was found
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970523 
SAP Release Created in