RSVCOMRV is a standard ABAP INCLUDE 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 RSVCOMRV 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.
Title: Version control: Object managment/dissolution for vers.ctrl.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STOR_RESOLVE_PROG CALL FUNCTION 'STOR_RESOLVE_PROG' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_FUGR CALL FUNCTION 'STOR_RESOLVE_FUGR' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_MSAG CALL FUNCTION 'STOR_RESOLVE_MSAG' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_TABL CALL FUNCTION 'STOR_RESOLVE_TABL' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_DOMA CALL FUNCTION 'STOR_RESOLVE_DOMA' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_DTEL CALL FUNCTION 'STOR_RESOLVE_DTEL' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_ENQU CALL FUNCTION 'STOR_RESOLVE_ENQU' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_MCOB CALL FUNCTION 'STOR_RESOLVE_MCOB' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_SQLT CALL FUNCTION 'STOR_RESOLVE_SQLT' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
STOR_RESOLVE_VIEW CALL FUNCTION 'STOR_RESOLVE_VIEW' EXPORTING IS_E071 = PI_E071_ENTRY TABLES TT_E071 = T_E071.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSVCOMRV - Version control: Object managment/dissolution for vers.ctrl. RSVCOMRS - Version control: Object management/Resolve objects RSVCOMF2 - documentation and ABAP source code RSVCOMF1 - documentation and ABAP source code RSVCNTTD - INCLUDE: Nametab access tables and data RSVCNTFO - INCLUDE: NAMETAB connection form routines