MF64ZI01 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 MF64ZI01 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 MF64ZI01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'TRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = RMF64Z_100-BUKRS IMPORTING COMPANYNAME = T001_WA-BUTXT CURRENCY = T001_WA-WAERS CHART_ACCOUNTS = T001_WA-KTOPL.
COMPANY_CODE_READ_SEC CALL FUNCTION 'COMPANY_CODE_READ_SEC' EXPORTING I_BUKRS = RMF64Z_100-BUKRS IMPORTING * e_t001 = t001_wa E_TZBZ = TZBZ_WA.
MASTER_DATA_READ_SEC CALL FUNCTION 'MASTER_DATA_READ_SEC' EXPORTING I_RANL = RMF64Z_100-RANL IMPORTING E_VWPANLA = VWPANLA_WA.
SECURITIES_ACCOUNT_READ_SEC CALL FUNCTION 'SECURITIES_ACCOUNT_READ_SEC' EXPORTING I_BUKRS = RMF64Z_100-BUKRS I_RLDEPO = RMF64Z_100-RLDEPO IMPORTING E_TWD01 = TWD01_WA.
SEC_ACCOUNT_AUTHORITY_CHECK CALL FUNCTION 'SEC_ACCOUNT_AUTHORITY_CHECK' EXPORTING BUKRS = RMF64Z_100-BUKRS SGSART = VWPANLA_WA-GSART RLDEPO = RMF64Z_100-RLDEPO TRFCT = CON_FUNCTION_DEPOTBESTAND ACTVT = CON_ACTIVITY_CHANGE.
SEC_ACCOUNT_AUTHORITY_CHECK CALL FUNCTION 'SEC_ACCOUNT_AUTHORITY_CHECK' EXPORTING BUKRS = RMF64Z_100-BUKRS SGSART = VWPANLA_WA-GSART RLDEPO = RMF64Z_100-RLDEPO TRFCT = CON_FUNCTION_DEPOTBESTAND ACTVT = CON_ACTIVITY_CHANGE.
SEC_ACCOUNT_AUTHORITY_CHECK CALL FUNCTION 'SEC_ACCOUNT_AUTHORITY_CHECK' EXPORTING BUKRS = RMF64Z_100-BUKRS SGSART = VWPANLA_WA-GSART RLDEPO = RMF64Z_100-RLDEPO TRFCT = CON_FUNCTION_DEPOTBESTAND ACTVT = CON_ACTIVITY_DISPLAY.
FWBU_SELECT_PLAN_TRANSACTIONS CALL FUNCTION 'FWBU_SELECT_PLAN_TRANSACTIONS' EXPORTING I_COMPANY_CODE = T001_WA-BUKRS I_COMPANY_CODE_CURRENCY = T001_WA-WAERS I_COMPANY_CODE_NAME = T001_WA-BUTXT I_COMPANY_CODE_CHART_ACCOUNTS = T001_WA-KTOPL I_TZBZ = TZBZ_WA I_VWPANLA = VWPANLA_WA I_TWD01 = TWD01_WA I_SCWHR = RMF64Z_100-SCWHR IMPORTING E_BACK_MODE = l_back_mode.
FWBU_MANUAL_POSTING CALL FUNCTION 'FWBU_MANUAL_POSTING' EXPORTING I_COMPANY_CODE = T001_WA-BUKRS I_COMPANY_CODE_CURRENCY = T001_WA-WAERS I_COMPANY_CODE_NAME = T001_WA-BUTXT I_COMPANY_CODE_CHART_ACCOUNTS = T001_WA-KTOPL I_TZBZ = TZBZ_WA I_VWPANLA = VWPANLA_WA I_TWD01 = TWD01_WA I_SCWHR = RMF64Z_100-SCWHR IMPORTING E_BACK_MODE = l_back_mode.
FWBU_POSTING_REVERSAL CALL FUNCTION 'FWBU_POSTING_REVERSAL' EXPORTING I_COMPANY_CODE = T001_WA-BUKRS I_COMPANY_CODE_CURRENCY = T001_WA-WAERS I_COMPANY_CODE_NAME = T001_WA-BUTXT I_VWPANLA = VWPANLA_WA I_TWD01 = TWD01_WA.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.