SAP ABAP Function Module SVRS_GET_VERS_AND_DELTA_DYNP (Liefert zwei Dynpro-Versionen und das zugehörige Delta)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG (Application Component) Transport Organizer
     SVRS (Package) Basis Versions
Basic Data
Function Module SVRS_GET_VERS_AND_DELTA_DYNP Liefert zwei Dynpro-Versionen und das zugehörige Delta  
Function Group SVRS   Version Management: Various FMs  
Program Name SAPLSVRS   ?... 
INCLUDE Name LSVRSU22    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing DESTINATION TYPE RFCDES-RFCDEST ' ' Name of the logical destination
Importing OBJECT_NAME TYPE VRSD-OBJNAME Report name + screen number
Importing VERSNO_NEW TYPE VRSD-VERSNO Version number of the more recent
Importing VERSNO_OLD TYPE VRSD-VERSNO Version number of the older screen
Tables D020S_DELTA TYPE XD020S Delta of the screen header
Tables D020S_TAB TYPE D020S Screen headers (more recent version)
Tables D021S_DELTA TYPE VXD021SE Delta of the screen field list
Tables D021S_TAB TYPE D021SE Screen field list (more recent version)
Tables D022S_DELTA TYPE XD022S Delta of the screen processing log
Tables D022S_TAB TYPE D022S Screen processing logic (more recent version)
Tables D023S_DELTA TYPE XD023S Delta of the screen matchcodes
Tables D023S_TAB TYPE D023S Screen matchcodes (more recent version)
Tables D020T_DELTA TYPE VXD020T
Tables D020T_TAB TYPE D020T
Tables D021T_DELTA TYPE VXD021T
Tables D021T_TAB TYPE D021T
Exception NO_DELTA TYPE no delta could be created
               
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  19950113 
SAP Release Created in