FICVMA00 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 FICVMA00 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.
Selection Text: PA_ACT = Display (S) / Maintain (U)
Selection Text: PA_VNAME = View name
Title: Call View Maintenance
Text Symbol: 001 = ** no longer used **
Text Symbol: 002 = ** no longer used **
Text Symbol: 003 = ** no longer used **
Text Symbol: 004 = ** not used **
Text Symbol: 005 = ** no longer used **
Text Symbol: 006 = ** no longer used **
INCLUDE FICDATGD.
INCLUDE FICCON00.
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.
FICVMA00 - Call View Maintenance FICVMA00 - Call View Maintenance FICVIM00_1 - Call up View Maintenance and View Cluster Maintenance FICVIM00_1 - Call up View Maintenance and View Cluster Maintenance FICVIM00 - Call up View Maintenance and View Cluster Maintenance FICVIM00 - Call up View Maintenance and View Cluster Maintenance