RSVRSTSH 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 RSVRSTSH 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: OBJNAME = Program Name
Selection Text: VERSNO = Version Number
Title: Display versions of ABAP text elements
Text Symbol: 001 = ABAP text elements for program &0 version &1 language &2
Text Symbol: 003 = List headers
Text Symbol: 004 = ABAP text elements program &0 active version language &2
Text Symbol: 006 = Select-options/Parameters
Text Symbol: 007 = Text symbols
Text Symbol: 008 = Text pool of this version is empty
Text Symbol: 010 = ID
Text Symbol: 011 = Key
Text Symbol: 012 = Length
Text Symbol: 013 = DDIC
Text Symbol: 014 = Text
Text Symbol: 015 = ABAP Text Elements &0 Intermed. Status of Modif. Adjustment
Text Symbol: 016 = ABAP Text Elements &0 Display SAP Original
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_GET_KEY_FOR_CLM_TOOL_LOG CALL FUNCTION 'RS_GET_KEY_FOR_CLM_TOOL_LOG' EXPORTING OBJECT = SMODILOG_KEY-SUB_NAME OBJECT_CLASS = SMODILOG_KEY-SUB_TYPE IMPORTING P_OBJ_TYPE = SMODILOG_KEY-OBJ_TYPE P_OBJ_NAME = SMODILOG_KEY-OBJ_NAME P_SUB_TYPE = SMODILOG_KEY-SUB_TYPE P_SUB_NAME = SMODILOG_KEY-SUB_NAME EXCEPTIONS OTHERS = 1.
SVRS_GET_VERSION_REPO_40 CALL FUNCTION 'SVRS_GET_VERSION_REPO_40' EXPORTING OBJECT_NAME = OBJNAME VERSNO = VERSNO TABLES TEXTPOOL_TAB = HIRST TRDIR_TAB = VRDIR VSMODISRC = ISMODISRC EXCEPTIONS NO_VERSION = 01.
SVRS_GET_VERSION_REPT_40 CALL FUNCTION 'SVRS_GET_VERSION_REPT_40' EXPORTING OBJECT_NAME = OBJNAME VERSNO = VERSNO TABLES REPOT_TAB = HIRSTT TRDIR_TAB = VRDIR VSMODISRC = ISMODISRC EXCEPTIONS NO_VERSION = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSVRSTSH - Display versions of ABAP text elements RSVRSTSH - Display versions of ABAP text elements RSVRSTCO - Compare Versions: Text Elements RSVRSTCO - Compare Versions: Text Elements RSVRSTBA - Display Versions of ABAP Text Elements with Recover Version RSVRSTBA - Display Versions of ABAP Text Elements with Recover Version