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

MSVIMF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

FORM GEN_INCLUDE_MEMBER USING VALUE(GIM_MEMBTYPE)


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:

FUNCTION_POOL_CREATE CALL FUNCTION 'FUNCTION_POOL_CREATE' EXPORTING pool_name = tvdir-area responsible = sy-uname short_text = text-g04 * 'erweiterte Tabellenpflege (generiert)' EXCEPTIONS name_already_exists = 01.

POPUP_TO_DECIDE * CALL FUNCTION 'POPUP_TO_DECIDE' * EXPORTING * TEXTLINE1 = 'Sekt oder Selters?' * TEXT_OPTION1 = 'Sekt' * TEXT_OPTION2 = 'Selters' * TITEL = 'Dynprogenerierung' * CANCEL_DISPLAY = SPACE * IMPORTING * ANSWER = SEKT.

FUNCTION_DELETE CALL FUNCTION 'FUNCTION_DELETE' EXPORTING funcname = function_name EXCEPTIONS error_message = 01.

FUNCTION_CREATE CALL FUNCTION 'FUNCTION_CREATE' EXPORTING funcname = function_name * FUNCTION_POOL = CF_AREA function_pool = cf_area_no_namespace interface_global = cf_globintf short_text = cf_text namespace = h_namespace IMPORTING function_include = cf_membname TABLES exception_list = func_exceptions export_parameter = func_export import_parameter = func_import parameter_docu = func_pardocu tables_parameter = func_tabparam EXCEPTIONS function_already_exists = 01 invalid_function_pool = 02 too_many_functions = 03 invalid_name = 04 error_message = 05.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = iv_viewname * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = dd25v_wa = dd25v * DD09L_WA = TABLES dd26v_tab = dd26v_tab dd27p_tab = dd27p_tab * DD28J_TAB = dd28v_tab = dd28v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = roottab TABLES x031l_tab = x031l_tab EXCEPTIONS not_found = 1 OTHERS = 2.



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