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

MF64BF91 SAP ABAP INCLUDE - Update Changes Position Indicator







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


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 MF64BF91. "Basic submit
SUBMIT MF64BF91 AND RETURN. "Return to original report after report execution complete
SUBMIT MF64BF91 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Update Changes Position Indicator


INCLUDES used within this REPORT MF64BF91

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:

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



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