RFFMMDC2 is a standard Executable ABAP Report 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 RFFMMDC2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMSK - Commitment Item Check
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: Master Data and Commitment Item Hierarchy Check
Text Symbol: 112 = There is no corresponding entry for this data record in the FMHICI
Text Symbol: 111 = The wrong plan is stored for this item in FMPG
Text Symbol: 110 = This data record is missing in FMCI
Text Symbol: 108 = This record is not anchored in the hierarchy
Text Symbol: 107 = No hierarchy record for this commitment item
Text Symbol: 106 = Element has the incorrect right same-level node
Text Symbol: 105 = This element has the wrong parent
Text Symbol: 104 = This object has the wrong hierarchy level
Text Symbol: 103 = This object cannot have a right same-level node
Text Symbol: 102 = This object cannot have a parent
Text Symbol: 101 = This object has an incorrect root
Text Symbol: 100 = This object was called up several times
Text Symbol: 113 = This data record has incorrect parent node in FMHICI
Text Symbol: 124 = The STVAR flag has not been set for this position in the FMCI
Text Symbol: 123 = The STVAR flag has not been set for this position in the FMHICI
Text Symbol: 122 = The wrong FIPOS is stored for this position in the FMCI
Text Symbol: 121 = The wrong FIPUP is stored for this position in the FMCI
Text Symbol: 120 = The wrong POSIT is stored for this position in the FMCI
Text Symbol: 119 = The wrong plan is stored for this position in the FMHICI
Text Symbol: 118 = Incorrect child not for this data record in FMHICI
Text Symbol: 117 = Left-right relationship of same-level nodes incorrect in FMHICI
Text Symbol: 116 = The wrong plan is stored in this data record
Text Symbol: 115 = This data record has the incorrect hierarchy level in the FMHICI
Text Symbol: 114 = This data record has an incorrect Hiroot element in the FMHICI
INCLUDE MMDC2TOP.
No SAP DATABASE tables are accessed within this REPORT code!
FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' TABLES t_fmfxpo = l_t_fmfxpo EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.
FM_COM_ITEM_SINGLE_MAINTAIN CALL FUNCTION 'FM_COM_ITEM_SINGLE_MAINTAIN' EXPORTING i_f_fmmd_fmci = l_f_fmmd_fmci i_f_fmmd_fmcit = l_f_fmcit i_f_fmmd_fmzubsp = l_f_fmzubsp i_f_fmci_up_std = l_f_fmci_up_std i_flg_child = ' ' i_mode = con_insert i_call_context = 'H' i_flg_no_enqueue = 'X' IMPORTING e_f_fmmd_fmci = l_f_fmmd_fmci e_flg_save = l_flg_save EXCEPTIONS OTHERS = 1.
FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = g_t_mis_fmci-fipex IMPORTING e_fipos = l_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.
FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = g_t_fmci-fipex IMPORTING e_fipos = l_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.
FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = p_fikrs IMPORTING e_flg_year_pos = l_yearpos.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMMDC2 - Master Data and Commitment Item Hierarchy Check RFFMMDC2 - Master Data and Commitment Item Hierarchy Check RFFMMDC1 - Check master data and hierarchy of funds centers RFFMMDC1 - Check master data and hierarchy of funds centers RFFMMDBI85 - Import Commitment Items from External File RFFMMDBI85 - Import Commitment Items from External File