MF64BO99 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 MF64BO99 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!
SECURITIES_ACCOUNT_READ_SEC CALL FUNCTION 'SECURITIES_ACCOUNT_READ_SEC' EXPORTING i_bukrs = vwpbukr-bukrs i_rldepo = vwpdepo-rldepo IMPORTING e_twd01 = l_wrk_twd01.
PAL_FIND_DERIV_CAT CALL FUNCTION 'PAL_FIND_DERIV_CAT' EXPORTING i_bukrs = vwpbukr-bukrs i_sanlf = vwpanla-sanlf i_gsart = vwpanla-gsart i_srevtyp = tzrcl-srevtyp i_srevac = tzrcl-srevac i_srevcls = tzrcl-srevcls i_portfolio = l_wrk_twd01-rportb IMPORTING e_deriv_cat = vwpdepo-deriv_cat EXCEPTIONS not_found = 1.
PAL_FIND_DERIV_CAT CALL FUNCTION 'PAL_FIND_DERIV_CAT' EXPORTING i_bukrs = vwpbukr-bukrs i_sanlf = vwpanla-sanlf i_gsart = vwpanla-gsart i_srevtyp = tzrcl-srevtyp i_srevac = tzrcl-srevac i_srevcls = tzrcl-srevcls IMPORTING e_deriv_cat = buk_deriv_cat EXCEPTIONS not_found = 1.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs = vwpbukr-bukrs ranl = vwpbukr-ranl rldepo = l_wrk_rldepo-rldepo bypassing_buffer = 'X' IMPORTING revaluation_class = tzwr1-srevcls.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.