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

RSVRSTCO SAP ABAP Report - Compare Versions: Text Elements







RSVRSTCO 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 RSVRSTCO 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 RSVRSTCO. "Basic submit
SUBMIT RSVRSTCO AND RETURN. "Return to original report after report execution complete
SUBMIT RSVRSTCO 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: VERSNO2 = ?...(VERSNO2)
Selection Text: VERSNO1 = ?...(VERSNO1)
Selection Text: OBJTYP2 = ?...(OBJTYP2)
Selection Text: OBJTYP1 = ?...(OBJTYP1)
Selection Text: OBJNAME = ?...(OBJNAME)
Selection Text: INFOLN2B = ?...(INFOLN2B)
Selection Text: INFOLN2A = ?...(INFOLN2A)
Selection Text: INFOLN1B = ?...(INFOLN1B)
Selection Text: INFOLN1A = ?...(INFOLN1A)
Selection Text: REM_SYST = ?...(REM SYST)
Selection Text: LOG_DEST = ?...(LOG DEST)
Title: Compare Versions: Text Elements
Text Symbol: 103 = Local system:
Text Symbol: 102 = Text elements:
Text Symbol: 101 = Text:
Text Symbol: 100 = between these versions.
Text Symbol: 099 = No differences in text elements found
Text Symbol: 026 = Different from the remote system version are:
Text Symbol: 025 = were changed:
Text Symbol: 024 = Only exist in the remote system version:
Text Symbol: 023 = Deleted:
Text Symbol: 022 = Did not exist in the remote system version:
Text Symbol: 021 = Inserted:
Text Symbol: 020 = Compare selection texts
Text Symbol: 019 = Compare text symbols
Text Symbol: 018 = Compare list headers
Text Symbol: 016 = Request:
Text Symbol: 015 = Remote system:
Text Symbol: 014 = Text
Text Symbol: 013 = DDIC
Text Symbol: 012 = Length
Text Symbol: 011 = Key
Text Symbol: 010 = ID
Text Symbol: 003 = active version
Text Symbol: 002 = Version &0 Language &1
Text Symbol: 001 = Compare ABAP text elements in program &0


INCLUDES used within this REPORT RSVRSTCO

INCLUDE RSVCVDCT.


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:

SVRS_GET_VERSION_REPO_40 CALL FUNCTION 'SVRS_GET_VERSION_REPO_40' EXPORTING OBJECT_NAME = OBJNAME VERSNO = VERSION_LFT TABLES TEXTPOOL_TAB = HIRST2 TRDIR_TAB = ORDIR2 EXCEPTIONS NO_VERSION = 01.

SVRS_GET_VERSION_REPT_40 CALL FUNCTION 'SVRS_GET_VERSION_REPT_40' EXPORTING OBJECT_NAME = OBJNAME VERSNO = VERSION_LFT TABLES REPOT_TAB = HIRSTT2 TRDIR_TAB = ORDIR2 EXCEPTIONS NO_VERSION = 01.

SVRS_GET_VERSION_REPO_40 CALL FUNCTION 'SVRS_GET_VERSION_REPO_40' EXPORTING DESTINATION = LOG_DEST OBJECT_NAME = OBJNAME VERSNO = VERSION_RGT TABLES TEXTPOOL_TAB = HIRST1 TRDIR_TAB = ORDIR1 EXCEPTIONS NO_VERSION = 01.

SVRS_GET_VERSION_REPT_40 CALL FUNCTION 'SVRS_GET_VERSION_REPT_40' EXPORTING DESTINATION = LOG_DEST OBJECT_NAME = OBJNAME VERSNO = VERSION_RGT TABLES REPOT_TAB = HIRSTT1 TRDIR_TAB = ORDIR1 EXCEPTIONS NO_VERSION = 01.

SVRS_COMPUTE_DELTA_REPT CALL FUNCTION 'SVRS_COMPUTE_DELTA_REPT' TABLES TEXTPOOL_NEW = HIRST1 TEXTPOOL_OLD = HIRST2 TEXTPOOL_DELTA = HIRSTDELTA TRDIRTAB_NEW = ORDIR1 TRDIRTAB_OLD = ORDIR2 TRDIR_DELTA = DRDIR.

GET_E07T_ENTRY CALL FUNCTION 'GET_E07T_ENTRY' DESTINATION LOG_DEST EXPORTING KORRNUM = KORRNUM_LFT LANGU = SY-LANGU IMPORTING E07T_ENTRY = E07T_ENTRY EXCEPTIONS NO_ENTRY_FOUND = 01 SYSTEM_FAILURE = 02 COMMUNICATION_FAILURE = 03.



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