SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

MMCS7F10 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

MC_POPUP_TO_SELECT_FIELDS CALL FUNCTION 'MC_POPUP_TO_SELECT_FIELDS' EXPORTING i_application = tmcsb-mcapp i_field_first = dks_listanfang i_object_name_plural = text-003 * 'Kennzahlen' i_object_name_plural_titlebar = text-017 * 'Kennzahlen' i_object_name_singular = text-004 * 'Kennzahl' i_popup_length = dks_popup_laenge i_selection_source = '2' i_selection_type = '2' i_table_name = rmcs7-mcinf IMPORTING e_field_changed = dks_flg_change e_field_first = dks_listanfang TABLES t_fields = datfeld_sstab t_fields_exclude = excl_felder.

MC_POPUP_TO_SELECT_FIELDS CALL FUNCTION 'MC_POPUP_TO_SELECT_FIELDS' EXPORTING i_field_first = dks_listanfang i_object_name_plural = text-003 * 'Kennzahlen' i_object_name_plural_titlebar = text-017 * 'Kennzahlen' i_object_name_singular = text-004 * 'Kennzahl' i_popup_length = dks_popup_laenge i_selection_source = '7' * I_SELECTION_INTTYPE = 'PI' i_selection_inttype = 'PIXF' "P30K035380 i_table_name = rmcs7-ddic IMPORTING e_field_changed = dks_flg_change e_field_first = dks_listanfang TABLES t_fields = datfeld_sstab t_fields_exclude = excl_felder.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING langu = sy-langu tabname = rmcs7-ddic withtext = false TABLES fieldtab = dfies_tab EXCEPTIONS internal_error = 4 table_has_no_fields = 4 table_not_activ = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = DL_TABNAME LANGU = SY-LANGU ALL_TYPES = 'X' TABLES DFIES_TAB = LT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LV_TABNAME LANGU = SY-LANGU ALL_TYPES = 'X' TABLES DFIES_TAB = LT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dr_dyname dynumb = dr_dynumb TABLES dynpfields = dr_dynpfields EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

RV_COND_PROTOCOL_REFRESH CALL FUNCTION 'RV_COND_PROTOCOL_REFRESH'.

MC_MCINF_ENQUEUE CALL FUNCTION 'MC_MCINF_ENQUEUE' EXPORTING mcinf = es_tmcsb_tab-mcinf.

MC_EVALUATION_STRUCTURE CALL FUNCTION 'MC_EVALUATION_STRUCTURE' EXPORTING i_flg_with_period = true i_gstru = es_tmc4_tab-gstru i_istxt = tmc4t-istxt i_mcapp = es_tmc4_tab-mcapp i_mcinf = es_tmcsb_tab-mcinf i_mode = es_mode_cre_cha.

MC_MCINF_DEQUEUE CALL FUNCTION 'MC_MCINF_DEQUEUE' EXPORTING mcinf = es_tmcsb_tab-mcinf.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING xprotb = protokoll new_paragraph = true.

MC_MCINF_ENQUEUE CALL FUNCTION 'MC_MCINF_ENQUEUE' EXPORTING mcinf = es_tmcsb_tab-mcinf.

MC_RW_INTERFACE CALL FUNCTION 'MC_RW_INTERFACE' EXPORTING ddict = space istxt = space mcapp = es_tmcsb_tab-mcapp mclib = tmcsc-mclib mode = es_rw_mode_delete supertab = es_tmcsb_tab-mcinf transp_flg = false TABLES dat = es_xtmc1d_ddinfo key = es_xtmc1k_ddinfo EXCEPTIONS is_used = 01 not_found = 02.

MC_MCINF_DEQUEUE CALL FUNCTION 'MC_MCINF_DEQUEUE' EXPORTING mcinf = es_tmcsb_tab-mcinf.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING xprotb = protokoll new_paragraph = true.

MCS_INFO_STATUS_GET CALL FUNCTION 'MCS_INFO_STATUS_GET' EXPORTING i_gstru = es_tmc4_tab-gstru i_mcinf = es_tmc4_tab-mcinf i_no_check_data = 'X' IMPORTING e_mcsti = es_mcsti.

MC_MCINF_ENQUEUE CALL FUNCTION 'MC_MCINF_ENQUEUE' EXPORTING mcinf = es_tmc4_tab-mcinf.

MC_EVALUATION_STRUCTURE CALL FUNCTION 'MC_EVALUATION_STRUCTURE' EXPORTING i_flg_with_period = true i_gstru = es_tmc4_tab-gstru i_istxt = tmc4t-istxt i_mcapp = es_tmc4_tab-mcapp i_mcinf = es_tmc4_tab-mcinf i_mode = es_mode_cre_cha.

MC_MCINF_DEQUEUE





CALL FUNCTION 'MC_MCINF_DEQUEUE' EXPORTING mcinf = es_tmc4_tab-mcinf.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING xprotb = protokoll new_paragraph = true.

RV_COND_PROTOCOL_SHOW CALL FUNCTION 'RV_COND_PROTOCOL_SHOW' EXPORTING title_bar = 'Auswertestruktur Nachgenerierung'(039) win_starting_at_x = 2 win_starting_at_y = 5 win_ending_at_x = es_scols win_ending_at_y = es_srows.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING defaultoption = 'N' text_before = 'Möchten Sie die Auswertestrukturen'(037) objectvalue = false text_after = 'nachgenerieren'(038) titel = 'Auswertestruktur Nachgenerierung'(039) IMPORTING answer = es_antwort EXCEPTIONS text_too_long = 01.

MC_POPUP_TO_SELECT_FIELDS CALL FUNCTION 'MC_POPUP_TO_SELECT_FIELDS' EXPORTING i_application = tmcsb-mcapp i_field_first = kds_listanfang i_object_name_plural = text-001 * 'Merkmale' i_object_name_plural_titlebar = text-016 * 'Merkmale' i_object_name_singular = text-002 * 'Merkmal' i_popup_length = kds_popup_laenge i_selection_source = '2' i_selection_type = '1' i_table_name = rmcs7-mcinf IMPORTING e_field_changed = kds_flg_change e_field_first = kds_listanfang TABLES t_fields = keyfeld_sstab t_fields_exclude = excl_felder.

MC_POPUP_TO_SELECT_FIELDS CALL FUNCTION 'MC_POPUP_TO_SELECT_FIELDS' EXPORTING i_application = tmcsb-mcapp i_field_first = kds_listanfang * I_INFO_STRUCTURE_SELECTION = FALSE "P30k011072 i_object_name_plural = text-001 * 'Merkmale' i_object_name_plural_titlebar = text-016 * 'Merkmale' i_object_name_singular = text-002 * 'Merkmal' i_popup_length = kds_popup_laenge i_selection_source = '7' i_selection_inttype = 'CDN' i_table_name = rmcs7-ddic IMPORTING e_field_changed = kds_flg_change e_field_first = kds_listanfang TABLES t_fields = keyfeld_sstab t_fields_exclude = excl_felder.

MC_MCINF_DEQUEUE CALL FUNCTION 'MC_MCINF_DEQUEUE' EXPORTING mcinf = rmcs7-mcinf.

MC_MCINF_ENQUEUE CALL FUNCTION 'MC_MCINF_ENQUEUE' EXPORTING mcinf = rmcs7-mcinf.

MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING i_flg_evaluation = true i_mcapp = tmcsb-mcapp IMPORTING e_istxt = mf4_istxt e_mcinf = mf4_mcinf EXCEPTIONS no_field_selected = 01.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = space fieldname = 'MCINF' tabname = 'TMC4' IMPORTING select_value = ms_mcinf TABLES fields = ms_felder valuetab = ms_wertetab EXCEPTIONS * FIELD_NOT_IN_DDIC = 01 * MORE_THEN_ONE_SELECTFIELD = 02 no_selectfield = 03.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-040 * 'Möchten_Sie_die_Ausw.struktur_in___;'

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = ri_systemtyp.

MC_RW_INTERFACE CALL FUNCTION 'MC_RW_INTERFACE' EXPORTING ddict = rmcs7-ddic istxt = rmcs7-istxt mcapp = tmcsb-mcapp mclib = tmcsc-mclib mode = dialog_mode supertab = rmcs7-mcinf transp_flg = ri_flg_transport TABLES dat = datfeld_sstab key = keyfeld_sstab.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LV_TABNAME LANGU = SY-LANGU ALL_TYPES = 'X' TABLES DFIES_TAB = LT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

MC_REPORT_DELETE CALL FUNCTION 'MC_REPORT_DELETE' EXPORTING tab = tmcsb-mcinf lib = tmcsc-mclib ausw = rd_ausw jobnr = tmcsa-jobnr.



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