MMCS7I10 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 MMCS7I10 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MC_DDIC_SELECT * call function 'MC_DDIC_SELECT' * exporting * ddic_imp = rmcs7-ddic * importing * ddic_exp = rmcs7-ddic * ddtext = dd02v-ddtext.
MC_DDIC_SELECT_PF4 CALL FUNCTION 'MC_DDIC_SELECT_PF4' EXPORTING ddic_imp = rmcs7-ddic IMPORTING ddic_exp = rmcs7-ddic ddtext = dd02v-ddtext.
MC_RW_INTERFACE CALL FUNCTION 'MC_RW_INTERFACE' EXPORTING ddict = space istxt = space mcapp = tmcsb-mcapp mclib = tmcsc-mclib mode = lb_rw_mode_delete supertab = rmcs7-mcinf transp_flg = false TABLES dat = lb_xtmc1d_ddinfo key = lb_xtmc1k_ddinfo EXCEPTIONS is_used = 01 not_found = 02.
MCS_INFO_STATUS_GET CALL FUNCTION 'MCS_INFO_STATUS_GET' EXPORTING i_gstru = tmc4-gstru i_mcinf = tmc4-mcinf i_no_check_data = 'X' IMPORTING e_mcsti = lr_mcsti.
MC_EVALUATION_STRUCTURE CALL FUNCTION 'MC_EVALUATION_STRUCTURE' EXPORTING i_flg_with_period = true i_gstru = tmc4-gstru i_istxt = tmc4t-istxt i_mcapp = tmc4-mcapp i_mcinf = tmc4-mcinf i_mode = lb_mode_cre_cha.
MC_EVALUATION_STRUCTURE CALL FUNCTION 'MC_EVALUATION_STRUCTURE' EXPORTING i_flg_with_period = true i_gstru = tmc4-gstru i_istxt = tmc4t-istxt i_mcapp = tmc4-mcapp i_mcinf = tmc4-mcinf i_mode = lb_mode_cre_cha.
MC_RW_INTERFACE CALL FUNCTION 'MC_RW_INTERFACE' EXPORTING ddict = space istxt = space mcapp = tmcsb-mcapp mclib = tmcsc-mclib mode = lb_rw_mode_delete supertab = rmcs7-mcinf transp_flg = false TABLES dat = lb_xtmc1d_ddinfo key = lb_xtmc1k_ddinfo EXCEPTIONS is_used = 01 not_found = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.