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

MSVIMF34 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CTO_OBJECT_GET CALL FUNCTION 'CTO_OBJECT_GET' EXPORTING iv_objectname = oname iv_objecttype = otype * IV_LANGUAGE = SY-LANGU * IV_SEL_OBJT = ' ' * IV_SEL_OBJS = ' ' * IV_SEL_OBJSL = ' ' * IV_SEL_OBJM = ' ' IMPORTING es_objh = info * ES_OBJT = * EV_OBJT_DOESNT_EXIST = * TABLES * TT_OBJS = * TT_OBJSL = * TT_OBJM = EXCEPTIONS object_not_defined = 1 OTHERS = 2.

OBJ_IMG_LINK_EXISTS CALL FUNCTION 'OBJ_IMG_LINK_EXISTS' EXPORTING iv_objectname = oname iv_objecttype = otype IMPORTING ev_exists = objsub_exist EXCEPTIONS object_not_defined = 1 OTHERS = 2.

OBJ_GENERATE CALL FUNCTION 'OBJ_GENERATE' EXPORTING iv_korrnum = task_sub_no iv_objectname = objectname iv_objecttype = obj_type iv_maint_mode = action iv_no_correction = spec_function EXCEPTIONS illegal_call = 1 object_not_found = 2 generate_error = 3 transport_error = 4 OTHERS = 5.

OBJ_MAINTENANCE CALL FUNCTION 'OBJ_MAINTENANCE' EXPORTING iv_objectname = objectname iv_objecttype = object_type iv_action = action_mode EXCEPTIONS illegal_call = 1 OTHERS = 2.

OBJ_SET_IMPORTABLE CALL FUNCTION 'OBJ_SET_IMPORTABLE' EXPORTING iv_korrnum = task_sub_no iv_objectname = objectname iv_objecttype = object_type iv_importable = objh_info-importable EXCEPTIONS object_not_defined = 1 invalid = 2 transport_error = 3 object_enqueue_failed = 4 OTHERS = 5.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DD07V' fieldname = 'DDTEXT' TABLES dfies_tab = field_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = 'S' retfield = 'DDTEXT' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 window_title = text-600 * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' display = display * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = value_tab field_tab = field_tab return_tab = ret_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = d_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'OBJIMP' state = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * DD01V_WA = TABLES dd07v_tab = impflag_tab EXCEPTIONS illegal_input = 1 OTHERS = 2 .

IWB_HTML_HELP_OBJECT_SHOW CALL FUNCTION 'IWB_HTML_HELP_OBJECT_SHOW' EXPORTING * DEVCLASS = * TCODE = program = 'SAPMSVIM' * DYNPRONR = extension = ext_help_impflag * IMPORTING * ACTION = * EXCEPTIONS * OBJECT_NOT_FOUND = 1 * RFC_ERROR = 2 * NO_PROFIL_PARAMETER = 3 * IMPORT_PARAMETER_IS_INVALID = 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 MSVIMF34 or its description.