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

RSVRSFU1 SAP ABAP Report - Version Display: Function Modules







RSVRSFU1 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 RSVRSFU1 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 RSVRSFU1. "Basic submit
SUBMIT RSVRSFU1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSVRSFU1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Version Display: Function Modules
Text Symbol: 004 = F Module:
Text Symbol: 005 = Version:
Text Symbol: 006 = active version
Text Symbol: 007 = Program:
Text Symbol: 008 = Inactive version
Text Symbol: 009 = From system


INCLUDES used within this REPORT RSVRSFU1

INCLUDE: RSVCUTCT,
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_CHECK_READ_PERMISSION CALL FUNCTION 'SVRS_CHECK_READ_PERMISSION' EXPORTING objtype = objtype objname = objname EXCEPTIONS no_read_permission = 1 OTHERS = 2.

SVRS_GET_VERSION_FUNC_40 CALL FUNCTION 'SVRS_GET_VERSION_FUNC_40' EXPORTING destination = iv_destination object_name = iv_objname versno = iv_versno TABLES tfdir_tab = tfdir_tab tftit_tab = tftit_tab funct_tab = funct_tab enlfd_tab = enlfdir_tab trdir_tab = trdir_tab uincl_tab = uincl_tab dincl_tab = dincl_tab EXCEPTIONS no_version = 01.

EDITOR_PROGRAM CALL FUNCTION 'EDITOR_PROGRAM' EXPORTING appid = 'PG' display = 'X' program = ls_trdir-name status = lv_state EXCEPTIONS OTHERS = 2.

EDITOR_TABLE_WITH_STATUS CALL FUNCTION 'EDITOR_TABLE_WITH_STATUS' EXPORTING display = 'X' program = 'RSVRSFU1' callback_usercom = 'USERCOM' callback_set_pfkey = 'SET_PFSTATUS_FB1' title_text = titletext TABLES content = uincl_tab EXCEPTIONS error_message = 1.

SVRS_GET_VERSION_REPO_40 CALL FUNCTION 'SVRS_GET_VERSION_REPO_40' EXPORTING destination = iv_destination object_name = iv_objname versno = iv_versno TABLES trdir_tab = trdir_tab abaptext_tab = uincl_tab textpool_tab = textp_tab EXCEPTIONS no_version = 01.

RS_NAVIGATION_BREAK CALL FUNCTION 'RS_NAVIGATION_BREAK' EXCEPTIONS OTHERS = 0.

EDITOR_APPLICATION CALL FUNCTION 'EDITOR_APPLICATION' EXPORTING * ANFANGSZEILE = '000001' application = '$$' * CALLED_BY_SCRP = ' ' * CURSOR = ' ' display = 'X' * DYNPRO_MODIFIED = ' ' * FBNAME = ' ' * LINE = '1' * MESSAGE = ' ' * NAME = ' ' * NEW = 'X' * OFFSET = '0' * VARIED = ' ' * TRDIR_INF = ' ' title_text = titletext * EXTEND_MOD = ' ' editor_mode = ls_editor_mode callback_program = 'RSVRSFU1' callback_usercom = 'EDITOR_UCOMM_PG' callback_set_pfkey = 'SET_PFSTATUS_PG' * IMPORTING * CHANGED = * DISPLAY = * FCODE = * PARAMETER = * ANFANGSZEILE_O = * LINE_O = * OFFSET_O = TABLES content = uincl_tab EXCEPTIONS line = 1 linenumbers = 2 offset = 3 OTHERS = 4.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION iv_destination IMPORTING rfcsi_export = ls_rfcsi EXCEPTIONS OTHERS = 1.

FUNC_GET_VERSION_INTF CALL FUNCTION 'FUNC_GET_VERSION_INTF' EXPORTING destination = rfcdest object_name = objname versno = versno EXCEPTIONS read_error = 1 permission_error = 2 tree_error = 3 OTHERS = 4.



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