MF64RI01 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 MF64RI01 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.
Title: Include MF64RI01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMF64R' DYNUMB = '8000' TABLES DYNPFIELDS = DYNPFIELDS.
FVF4_KMNR_CHECK CALL FUNCTION 'FVF4_KMNR_CHECK' EXPORTING DYNPR_FIELDNAME = 'RMF64KKM01-KMNR' KMTYP = RMF64KKM01-HERK KMART = RMF64KKM01-KMART ALL_TYPES = ALL_TYPES IMPORTING KMNR = RMF64KKM01-KMNR EXCEPTIONS NO_POSTING_SELECTED = 1 POSTING_NOT_FOUND = 2 OTHERS = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMF64R' DYNUMB = '8000' TABLES DYNPFIELDS = DYNPFIELDS.
FVF4_KMART_CHECK CALL FUNCTION 'FVF4_KMART_CHECK' EXPORTING KMTYP = RMF64KKM01-HERK DYNPR_FIELDNAME = 'RMF64KKM01-KMART' * mod = space ALL_TYPES = ALL_TYPES IMPORTING KMART = RMF64KKM01-KMART EXCEPTIONS NO_POSTING_SELECTED = 1 POSTING_NOT_FOUND = 2 OTHERS = 3.
FVKM_CORP_ACT_GET_KMTYP CALL FUNCTION 'FVKM_CORP_ACT_GET_KMTYP' EXPORTING I_KMNR = RMF64KKM01-KMNR IMPORTING E_KMTYP = RMF64KKM01-HERK E_KMART = RMF64KKM01-KMART EXCEPTIONS KMNR_INVALID = 1.
FVKM_CORP_ACT_GET_NRRANGENR CALL FUNCTION 'FVKM_CORP_ACT_GET_NRRANGENR' EXPORTING I_KMART = RMF64KKM01-KMART IMPORTING E_KMTYP = RMF64KKM01-HERK E_XKMART = RMF64KKM01-XKMART.
FVKM_CORP_ACT_GET_NRRANGENR CALL FUNCTION 'FVKM_CORP_ACT_GET_NRRANGENR' EXPORTING I_KMART = RMF64KKM01-KMART IMPORTING E_KMTYP = RMF64KKM01-HERK E_XKMART = RMF64KKM01-XKMART.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMF64R' DYNUMB = '8000' TABLES DYNPFIELDS = DYNPFIELDS.
FVKM_CORP_ACT_CATYPES CALL FUNCTION 'FVKM_CORP_ACT_CATYPES' EXPORTING I_CATEGORY = RMF64KKM01-HERK IMPORTING E_CATYPES = CATYPES.
FVKM_CORP_ACT_GET_NRRANGENR CALL FUNCTION 'FVKM_CORP_ACT_GET_NRRANGENR' EXPORTING I_KMART = WA_CATYPES-KMART IMPORTING * e_kmtyp = rmf64kkm01-herk E_XKMART = RMF64KKM01-XKMART.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.