SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

MSVIMF40 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MSVIMF40

No INCLUDES are used within this REPORT code!


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:

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING VIEWCLUSTER_NAME = MCLNAME * START_OBJECT = ' ' MAINTENANCE_ACTION = ACTION_MODE * READ_KIND = ' ' SHOW_SELECTION_POPUP = SPACE * CORR_NUMBER = ' ' NO_WARNING_FOR_CLIENTINDEP = NO_WARNING TABLES DBA_SELLIST = DBA_SELLIST EXCEPTIONS CLIENT_REFERENCE = 1 FOREIGN_LOCK = 2 VIEWCLUSTER_NOT_FOUND = 3 VIEWCLUSTER_IS_INCONSISTENT = 4 MISSING_GENERATED_FUNCTION = 5 NO_UPD_AUTH = 6 NO_SHOW_AUTH = 7 OBJECT_NOT_FOUND = 8 NO_TVDIR_ENTRY = 9 * NO_CLIENTINDEP_AUTH = 10 "SRE * INVALID_ACTION = 11 * SAVING_CORRECTION_FAILED = 12 SYSTEM_FAILURE = 13.

VIEWCLUSTER_COPY_DEFINITION CALL FUNCTION 'VIEWCLUSTER_COPY_DEFINITION' EXPORTING SOURCE_VCL = U_NAME WITH_VIEW_VARIANTS = FLAG IMPORTING TARGET_VCL = U_NAME EXCEPTIONS NO_AUTHORITY = 1 TRANSPORT_ERROR = 2 ERROR_IN_SOURCE_VCL = 3 ERROR_IN_SOBJ = 4 SYSTEM_FAILURE = 5 ENQUEUE_ERROR = 6 OTHERS = 7.

MDIALOG_USED_IN_CLUSTERS CALL FUNCTION 'MDIALOG_USED_IN_CLUSTERS' EXPORTING I_TABNAME = VNAME TABLES USED_CLUSTERS = STRUC_TAB EXCEPTIONS TABNAME_MISSING = 1 OTHERS = 2.

MDIALOG_COMP_IMPFLAG_CLUSTER CALL FUNCTION 'MDIALOG_COMP_IMPFLAG_CLUSTER' EXPORTING I_VCLNAME = P_CLUSTER IMPORTING E_RESULT = CMP_RESULT * E_INVALID_DIALOGS = TABLES ERROR_IN_DIALOGS = E_DIALOG EXCEPTIONS OBJECT_NOT_EXISTING = 1 VCLNAME_MISSING = 2 INTERNAL_ERROR = 3 NO_DIALOGS = 4 OTHERS = 5.



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