RGCVIM00 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 RGCVIM00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EHPRC_CPSM30 - Call View Maintenance
/TDAG/CPSM30 - Call View Maintenance
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: Call View Maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = PA_VNAME TABLES X_HEADER = IT_HEADER X_NAMTAB = IT_NAMTAB SELLIST = IT_RANGETAB.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = PA_VNAME ACTION = 'E' "Exklusiv sperren ENQUEUE_MODE = 'E' "E-Enqueue/D-Dequeue EXCEPTIONS FOREIGN_LOCK = 1 CLIENT_REFERENCE = 2 * NO_TVDIR_ENTRY = 3 SYSTEM_FAILURE = 4 TABLE_NOT_FOUND = 5.
VIEW_MAINTENANCE CALL FUNCTION 'VIEW_MAINTENANCE' EXPORTING VIEW_NAME = PA_VNAME VIEW_ACTION = PA_ACT TABLES X_HEADER = IT_HEADER X_NAMTAB = IT_NAMTAB DBA_SELLIST = IT_RANGETAB EXCL_CUA_FUNCT = IT_FTAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 1 NO_DATABASE_FUNCTION = 2 NO_EDITOR_FUNCTION = 3.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = PA_ACT VIEW_NAME = PA_VNAME TABLES DBA_SELLIST = IT_RANGETAB EXCL_CUA_FUNCT = IT_FTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.