SAP Reports / Programs

FICVMA00 SAP ABAP Report - Call View Maintenance







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


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 FICVMA00. "Basic submit
SUBMIT FICVMA00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICVMA00 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: 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 **


INCLUDES used within this REPORT FICVMA00

INCLUDE FICDATGD.
INCLUDE FICCON00.


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:

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.



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