SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Editor(BC-DWB-TOO-ABA) SAP BC

RSVRSTSH SAP ABAP Report - Display versions of ABAP text elements







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


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


INCLUDES used within this REPORT RSVRSTSH

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:

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.



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