MF64BF91 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 MF64BF91 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: Update Changes Position Indicator
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FWSA_VWPBUKR_UPDATE CALL FUNCTION 'FWSA_VWPBUKR_UPDATE' IN UPDATE TASK EXPORTING I_VWPBUKR = VWPBUKR KZ = BUKRS_KZ.
FWSA_VWPDEPO_UPDATE CALL FUNCTION 'FWSA_VWPDEPO_UPDATE' IN UPDATE TASK EXPORTING I_VWPDEPO = VWPDEPO KZ = DEPOT_KZ.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING CHECK_INDICATOR = SPACE TABLENAME = 'TZWR0 ' IMPORTING RESULT = RESULT_TZWR0 TABLES TABLE_NEW = XZWR0 TABLE_OLD = YZWR0.
FWSA_TZWR0_UPDATE CALL FUNCTION 'FWSA_TZWR0_UPDATE' IN UPDATE TASK TABLES O_TZWR0 = YZWR0 N_TZWR0 = XZWR0.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING CHECK_INDICATOR = SPACE TABLENAME = 'TZWR1 ' IMPORTING RESULT = RESULT_TZWR1 TABLES TABLE_NEW = XZWR1 TABLE_OLD = YZWR1.
FWSA_TZWR1_UPDATE CALL FUNCTION 'FWSA_TZWR1_UPDATE' IN UPDATE TASK TABLES O_TZWR1 = YZWR1 N_TZWR1 = XZWR1.
ISSR_MD_ADMIN_DIALOG_SAVE CALL FUNCTION 'ISSR_MD_ADMIN_DIALOG_SAVE' EXPORTING i_dialog_mode = l_issr_fcode * I_FLG_TA_ISSR = i_admin_rpi_mft = g_issr_s_admin_rpi_mft IMPORTING * E_MSG_HANDLER = FLG_SAVE_OK = l_flg_save_ok CHANGING i_flg_first_time = g_flg_first_time.
ISSR_MD_ADMIN_DIALOG_DELETE CALL FUNCTION 'ISSR_MD_ADMIN_DIALOG_DELETE' EXPORTING i_dialog_mode = l_issr_fcode * I_FLG_TA_ISSR = i_admin_rpi_mft = g_issr_s_admin_rpi_mft * IMPORTING * E_MSG_HANDLER = .
ENQUEUE_EFWBEST CALL FUNCTION 'ENQUEUE_EFWBEST' EXPORTING * MODE_VWPBUKR = 'E' * MANDT = SY-MANDT BUKRS = VWPBUKR-BUKRS RANL = VWPBUKR-RANL * X_BUKRS = ' ' * X_RANL = ' ' _SCOPE = '3' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
ENQUEUE_EFWANLA CALL FUNCTION 'ENQUEUE_EFWANLA' EXPORTING MODE_VWPANLA = 'S' " 16.07.1997 EBec 4.0
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.