MMCSVF0A 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 MMCSVF0A into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MMCSVF0A
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = ae_text1 textline2 = ae_text2 titel = ae_titel IMPORTING answer = confirm_kz.
MC_POPUP_TO_SELECT_FIELDS CALL FUNCTION 'MC_POPUP_TO_SELECT_FIELDS' EXPORTING i_object_name_plural = au_text1 i_object_name_plural_titlebar = au_text2 i_object_name_singular = au_text3 i_no_unit_fields = au_no_units i_field_number_max = au_field_number_max i_selection_inttype = au_selection_inttype i_selection_type = au_selection_type i_selection_source = au_selection_source * I_SELECTION_SOURCE = '4' i_table_name = hlp_tabname i_table_name_additional = au_zusatztab i_no_field_sort = au_no_sort IMPORTING e_field_changed = hlp_field_changed TABLES t_fields = aufriss_einst t_fields_exclude = aufriss_exclu.
MC_CHECK_MEASURES CALL FUNCTION 'MC_CHECK_MEASURES' EXPORTING e_mcinf = ber_mcinf e_mcana = otb_mcana TABLES t_measures_all = kennz_alle t_measures_ok = kennz_ok t_measures_not_ok = kennz_not_ok EXCEPTIONS no_measures = 01.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'MCANA' window_title = text-f4h value_org = 'S' TABLES value_tab = l_value_tab return_tab = l_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
MC_CHECK_MEASURES CALL FUNCTION 'MC_CHECK_MEASURES' EXPORTING e_mcinf = ber_mcinf e_mcana = hlp_mcana TABLES t_measures_all = kennz_alle t_measures_ok = kennz_ok t_measures_not_ok = kennz_not_ok EXCEPTIONS no_measures = 01.
MC_CHECK_MEASURES CALL FUNCTION 'MC_CHECK_MEASURES' EXPORTING e_mcinf = ber_mcinf e_mcana = hlp_mcana TABLES t_measures_all = kennz_alle t_measures_ok = kennz_ok t_measures_not_ok = kennz_not_ok EXCEPTIONS no_measures = 01.
MC_CHECK_MEASURES CALL FUNCTION 'MC_CHECK_MEASURES' EXPORTING e_mcinf = ber_mcinf TABLES t_measures_all = kennz_alle t_measures_ok = kennz_ok t_measures_not_ok = kennz_not_ok EXCEPTIONS no_measures = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.