MF231I00 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 MF231I00 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!
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'CACTT' e_dimen = gd_dimen * E_CONGR = '' e_bunit = tf620-bunit e_rvers = gd_rvers e_cactt = '02' " Dateneingabe * E_CACTI = '' e_actvt = '16'. " Aendern
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'CACTT' e_dimen = gd_dimen * E_CONGR = '' e_bunit = tf630-coicu e_rvers = gd_rvers e_cactt = '02' " Dateneingabe * E_CACTI = '' e_actvt = '16'. " Aendern
FC_CURR_CHECK_VALUES CALL FUNCTION 'FC_CURR_CHECK_VALUES' EXPORTING e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_dimen = gd_dimen e_bunit = tf620-bunit * e_rldnr = tf620-rldnr "xog381150 e_rldnr = gd_rldnr "xog381150 e_exrind = tf620-ctype e_l_value = tf620-bkvlc e_l_curr = fc06input-lcurr_inv e_g_value = tf620-bkvrc e_g_curr = gd_gcurr EXCEPTIONS "begin xrp180804 invalid_curr_trans = 1 OTHERS = 0.
FC_CURR_CHECK_VALUES CALL FUNCTION 'FC_CURR_CHECK_VALUES' EXPORTING e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_dimen = gd_dimen e_bunit = tf620-bunit e_rldnr = gd_rldnr e_exrind = tf620-ctype e_l_value = tf620-bkvlc e_l_curr = fc06input-lcurr_inv e_g_value = tf620-lcvalie e_g_curr = tf620-lckeyie EXCEPTIONS invalid_curr_trans = 1 OTHERS = 0.
FC_CURR_CHECK_VALUES CALL FUNCTION 'FC_CURR_CHECK_VALUES' EXPORTING e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_dimen = gd_dimen e_bunit = tf620-bunit e_rldnr = gd_rldnr e_exrind = tf620-ctype e_l_value = tf620-bkvrc e_l_curr = gd_gcurr e_g_value = tf620-lcvalie e_g_curr = tf620-lckeyie. "end xrp180804
FC_CURR_CHECK_VALUES CALL FUNCTION 'FC_CURR_CHECK_VALUES' EXPORTING e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_dimen = gd_dimen e_bunit = tf630-coicu * e_rldnr = tf620-rldnr "xog381150 e_rldnr = gd_rldnr "xog381150 e_exrind = tf630-ctype e_l_value = tf630-bkvlc e_l_curr = fc06input-lcurr_eq e_g_value = tf630-bkvrc e_g_curr = gd_gcurr.
FC_CALCULATE_MISSING_VALUES CALL FUNCTION 'FC_CALCULATE_MISSING_VALUES' "xog202426 EXPORTING "xog202426 ed_dimen = tf620-dimen "xog202426 ed_rldnr = tf620-rldnr "xog202426 ed_rvers = gd_rvers "xog202426 ed_bunit = tf620-bunit "xog202426 ed_ryear = tf620-ryear "xog202426 ed_perid = tf620-perid "xog202426 ed_ctype = tf620-ctype "xog202426 ed_lcurr = fc06input-lcurr_inv "xog202426 ed_gcurr = gd_gcurr "xog202426 CHANGING "xog202426 cd_lcval = tf620-bkvlc "xog202426 cd_gcval = tf620-bkvrc "xog202426 cd_crate = tf620-crate. "xog202426
FC_CALCULATE_MISSING_VALUES CALL FUNCTION 'FC_CALCULATE_MISSING_VALUES' "xog202426 EXPORTING "xog202426 ed_dimen = tf630-dimen "xog202426 ed_rldnr = tf630-rldnr "xog202426 ed_rvers = gd_rvers "xog202426 ed_bunit = tf630-coicu "xog202426 ed_ryear = tf630-ryear "xog202426 ed_perid = tf630-perid "xog202426 ed_ctype = tf630-ctype "xog202426 ed_lcurr = fc06input-lcurr_eq "xog202426 ed_gcurr = gd_gcurr "xog202426 CHANGING "xog202426 cd_lcval = tf630-bkvlc "xog202426 cd_gcval = tf630-bkvrc "xog202426 cd_crate = tf630-crate. "xog202426
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.