SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

MF64ZI01 SAP ABAP INCLUDE - Include MF64ZI01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MF64ZI01. "Basic submit
SUBMIT MF64ZI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MF64ZI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MF64ZI01


INCLUDES used within this REPORT MF64ZI01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 MF64ZI01 or its description.