MF02HI00 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 MF02HI00 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!
SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING objtype = 'BUS3006' objkey = borkey EXCEPTIONS OTHERS = 1.
READ_HAUPTBUCH_TEXTE CALL FUNCTION 'READ_HAUPTBUCH_TEXTE' EXPORTING kontenplan = skat-ktopl sachkonto = skat-saknr TABLES texttab = yskat EXCEPTIONS konto_not_found = 1 text_not_found = 2.
PREPARE_FIELD_SELECT_STRING CALL FUNCTION 'PREPARE_FIELD_SELECT_STRING' EXPORTING incoming_string = f02h-faus string_id = 'SKB1-FAUS1 ' text1 = f02h-char text2 = t004g-fsttx xnodisp = 'X' xchange = space.
READ_KONTENPLAN CALL FUNCTION 'READ_KONTENPLAN' EXPORTING kontenplan = t004-kktpl sachkonto = ska1-bilkt EXCEPTIONS kontenplan_not_found = 1.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'W' i_msgnr = '166' i_var01 = *ska1-bilkt i_var02 = ska1-bilkt i_var03 = ska1-ktopl EXCEPTIONS OTHERS = 1.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'W' i_msgnr = '167' i_var01 = *ska1-bilkt i_var02 = ska1-bilkt i_var03 = ska1-ktopl EXCEPTIONS OTHERS = 1.
K_READ_COSTELEMENT_A CALL FUNCTION 'K_READ_COSTELEMENT_A' EXPORTING kstar = ska1-saknr ktopl = ska1-ktopl langu = t004-dspra EXCEPTIONS kstar_not_found = 1.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'E' i_msgnr = '022' i_var01 = v_saknr " note 419390 EXCEPTIONS OTHERS = 1.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'W' i_msgnr = '165' i_var01 = *skb1-altkt i_var02 = skb1-altkt EXCEPTIONS OTHERS = 1.
CASH_FORECAST_CHECK_LEVEL_GRP CALL FUNCTION 'CASH_FORECAST_CHECK_LEVEL_GRP' EXPORTING fdlev = skb1-fdlev koart = 'S' EXCEPTIONS group_invalid = 1 level_invalid = 2 orign_invalid = 3 OTHERS = 4.
CHECK_SACHKONTO_BALANCE CALL FUNCTION 'CHECK_SACHKONTO_BALANCE' EXPORTING sachkonto = skb1-saknr buchungskreis = skb1-bukrs waehrung_excl = skb1-waers EXCEPTIONS gldb_found = 1 balance_found = 2.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'E' i_msgnr = '190' EXCEPTIONS OTHERS = 1.
GL_ACCT_UTIL_FKEY_CMMT_ITEM CALL FUNCTION 'GL_ACCT_UTIL_FKEY_CMMT_ITEM' EXPORTING company_code = skb1-bukrs commitment_item = skb1-fipos EXCEPTIONS commitment_item_not_defined = 1 inconsistency = 2 OTHERS = 3.
GLE_MCA_GET_MCAVAR CALL FUNCTION 'GLE_MCA_GET_MCAVAR' "FAGL_MCA EXPORTING "FAGL_MCA i_bukrs = skb1-bukrs "FAGL_MCA EXCEPTIONS "FAGL_MCA mca_not_active = 1. "MCA inactive "FAGL_MCA
F_VALUES_T007A CALL FUNCTION 'F_VALUES_T007A' EXPORTING i_kalsm = t005-kalsm i_mwskz = skb1-mwskz IMPORTING e_mwskz = t007a-mwskz.
ENQUEUE_ETBVIEWER CALL FUNCTION 'ENQUEUE_ETBVIEWER' EXPORTING tabname = 'T004M' sperrfeld = sperrdat EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FI_GL_ACCOUNT_TEXT CALL FUNCTION 'FI_GL_ACCOUNT_TEXT' EXPORTING i_modus = d_modus IMPORTING e_okcode = ok-code TABLES i_skat = xskat EXCEPTIONS chart_of_account_not_found = 1 account_not_found = 2 text_of_account_not_found = 3 OTHERS = 4.
FI_GL_ACCOUNT_TEXT CALL FUNCTION 'FI_GL_ACCOUNT_TEXT' EXPORTING i_modus = d_modus IMPORTING e_okcode = ok-code TABLES i_skat = xskat EXCEPTIONS chart_of_account_not_found = 1 account_not_found = 2 text_of_account_not_found = 3 OTHERS = 4.
CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'W' i_msgnr = '171' i_var01 = ska1-saknr i_var02 = ska1-ktopl.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FH' i_dtype = 'W' i_msgnr = '172' i_var01 = skb1-saknr i_var02 = skb1-bukrs.
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 MF02HI00 or its description.