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

MSVIMF30 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = action show_selection_popup = selection_popup view_name = view_name no_warning_for_clientindep = flag TABLES dba_sellist = dba_sellist excl_cua_funct = excl_cua_funct EXCEPTIONS client_reference = 01 foreign_lock = 02 invalid_action = 03 no_clientindependent_auth = 04 no_database_function = 05 no_editor_function = 06 no_show_auth = 07 no_tvdir_entry = 08 no_upd_auth = 09 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 " x view_not_found = 13.

RS_FUNCTION_POOL_CHANGE CALL FUNCTION 'RS_FUNCTION_POOL_CHANGE' EXPORTING aktion = action function_pool = pool EXCEPTIONS canceled_in_corr = 01 enqueue_system_failure = 02 not_executed = 03 no_modify_permission = 04 no_show_permission = 05 permission_failure = 06 pool_not_exist = 07.

RS_INACTIVE_OBJECTS_IN_OBJECT CALL FUNCTION 'RS_INACTIVE_OBJECTS_IN_OBJECT' EXPORTING obj_name = obj object = obj_fugr IMPORTING inactive_include_exists = p_flag TABLES inactive_objects = tab EXCEPTIONS object_not_found = 1 OTHERS = 2.

MDIALOG_MOD_CHECK_DIALOG CALL FUNCTION 'MDIALOG_MOD_CHECK_DIALOG' EXPORTING i_tabname = p_tabname IMPORTING mod_dialog = mod_dialog-mod mod_dynp1 = mod_dialog-dynp1 mod_dynp2 = mod_dialog-dynp2 mod_events = mod_dialog-events EXCEPTIONS tabname_missing = 1 internal_error = 2 OTHERS = 3.

MDIALOG_COMP_IMPFLAG_VIEW CALL FUNCTION 'MDIALOG_COMP_IMPFLAG_VIEW' EXPORTING i_tabname = p_tabname IMPORTING e_result = cmp_result EXCEPTIONS object_not_existing = 1 tabname_missing = 2 internal_error = 3 OTHERS = 4.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = x selectfield = viewfield titel = text-h01 title_in_values_list = text-h02 * WRITE_SELECTFIELD_IN_COLOURS = X reduced_status_only = x TABLES fields = field_tab full_table = value_tab EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

RS_FUNCTION_POOL_CONTENTS CALL FUNCTION 'RS_FUNCTION_POOL_CONTENTS' EXPORTING function_pool = area TABLES functab = functab EXCEPTIONS function_pool_not_found = 01.

RS_GET_ALL_INCLUDES CALL FUNCTION 'RS_GET_ALL_INCLUDES' EXPORTING program = fpool_name with_inactive_incls = x TABLES includetab = incl_tab EXCEPTIONS not_existent = 01 no_program = 02.

RS_FUNCTION_POOL_DELETE CALL FUNCTION 'RS_FUNCTION_POOL_DELETE' EXPORTING area = area with_korr = x EXCEPTIONS canceled_in_corr = 01 enqueue_system_failure = 02 function_exist = 03 not_executed = 04 no_modify_permission = 05 no_show_permission = 06 permission_failure = 07 pool_not_exist = 08 cancelled = 09.

VIEW_RESET_DDIC_INFO CALL FUNCTION 'VIEW_RESET_DDIC_INFO' EXCEPTIONS OTHERS = 0.



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