MF64BI99 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 MF64BI99 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog "#EC DOM_EQUAL dynumb = sy-dynnr TABLES dynpfields = dynpfields.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog "#EC DOM_EQUAL dynumb = sy-dynnr TABLES dynpfields = dynpfields.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_ranl = 'VWPBUKR-RANL' x_ranl = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' x_ranl = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_ranl = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_rldepo = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_rldepo = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs = vwpbukr-bukrs ranl = vwpbukr-ranl rldepo = vwpdepo-rldepo x_ebene = 'B' bypassing_buffer = 'X' IMPORTING revaluation_class = xzwr0-srevcls.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs = vwpbukr-bukrs ranl = vwpbukr-ranl rldepo = vwpdepo-rldepo x_ebene = 'D' bypassing_buffer = 'X' IMPORTING revaluation_class = xzwr1-srevcls.
EVALUATION_PARA_DETERMINE * CALL FUNCTION 'EVALUATION_PARA_DETERMINE' * EXPORTING * bukrs = vwpbukr-bukrs * ranl = vwpbukr-ranl * rldepo = vwpdepo-rldepo * bypassing_buffer = 'X' * IMPORTING * revaluation_class = l_srevcls ** REVALUATION_GROUP = ** REVALUATION_GROUP_ID = ** REVALUATION_PRINCIPLE = ** REVALUATION_TYPE = ** EXCEPTIONS ** TZRR1_NOT_FOUND = 1 ** TZRCL_NOT_FOUND = 2 ** OTHERS = 3 * .
DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = sy-cprog * dynumb = sy-dynnr * TABLES * dynpfields = dynpfields.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_bukrs = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = sy-cprog * dynumb = sy-dynnr * TABLES * dynpfields = dynpfields.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_ranl = 'VWPBUKR-RANL' x_ranl = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' x_ranl = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
F4_HILFE_WP CALL FUNCTION 'F4_HILFE_WP' EXPORTING dynpfield_bukrs = 'VWPDEPO-BUKRS' dynpfield_ranl = 'VWPBUKR-RANL' dynpfield_rldepo = 'VWPDEPO-RLDEPO' x_ranl = 'X' change_flag = 'X' EXCEPTIONS no_entries = 1 wrong_values_read = 2 no_help_request = 3 no_request_match = 4 OTHERS = 5.
CONDITIONS_READ_SEC CALL FUNCTION 'CONDITIONS_READ_SEC' EXPORTING i_ranl = vwpanla-ranl i_sanlf = vwpanla-sanlf i_gsart = vwpanla-gsart IMPORTING * E_VZSKOKO = e_vzzkoko = wrk_vzzkoko * E_KOPO = EXCEPTIONS * I_RANL_INITIAL = 1 * I_SANLF_INITIAL = 2 * I_GSART_INITIAL = 3 product_category_has_no_cond = 4 condition_header_not_found = 5 condition_positions_not_found = 6 OTHERS = 7 .
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 MF64BI99 or its description.