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

MF64BFBV SAP ABAP INCLUDE - Include MF64BFBV FORM Routines for BAV







MF64BFBV 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 MF64BFBV 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 MF64BFBV. "Basic submit
SUBMIT MF64BFBV AND RETURN. "Return to original report after report execution complete
SUBMIT MF64BFBV 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 MF64BFBV FORM Routines for BAV


INCLUDES used within this REPORT MF64BFBV

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:

ISSR_MD_ADMIN_DIALOG_START CALL FUNCTION 'ISSR_MD_ADMIN_DIALOG_START' EXPORTING i_bukrs = vwpbukr-bukrs i_asset_nr = vwpbukr-ranl * I_SWENR = i_sec_account = vwpdepo-rldepo i_gsart = vwpanla-gsart i_sanlf = vwpanla-sanlf i_dialog_mode = l_dialog_mode * I_FLG_CHECKRUN = ' ' i_flg_suppress_save = 'X' i_flg_suppress_del = 'X' * I_FLG_TA_ISSR = ' ' * I_MSG_HANDLER = IMPORTING * E_MSG_HANDLER = * E_DIALOG_MODE = e_status_flg = l_status_flg e_flg_change = l_flg_change e_mft_exists = l_mft_exists
* begin note 530114 e_flg_first_time = g_flg_first_time CHANGING c_issr_s_admin_rpi_mft = g_issr_s_admin_rpi_mft.

BAV_STOCKVERZEICHNIS CALL FUNCTION 'BAV_STOCKVERZEICHNIS' EXPORTING already_data_changed = already_data_changed anwendung = con_rantyp bew_dat = bew_dat * BUCHWERT_GRUND = SPACE * BUCHWERT_WHR = SPACE dynp_no = '0001' dynp_report = dynp_report generischer_key = vvkey gs_art = vwpanla-gsart " 18.07.1997 EBec 4.0

COMPANY_CODE_READ_SEC CALL FUNCTION 'COMPANY_CODE_READ_SEC' EXPORTING i_bukrs = bukrs IMPORTING * e_t001 = e_tzbz = tzbz EXCEPTIONS t001_entry_not_found = 1 tzbz_entry_not_found = 2 i_bukrs_initial = 3 OTHERS = 4.

VZBAVF_VERBUCHER CALL FUNCTION 'VZBAVF_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'D' i_vzbavf = vzbavf.

VZBAVV_VERBUCHER CALL FUNCTION 'VZBAVV_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'D' i_vzbavv = vzbavv.

VZBAVF_VERBUCHER CALL FUNCTION 'VZBAVF_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'U' i_vzbavf = vzbavf EXCEPTIONS others = 1.

VZBAVF_VERBUCHER CALL FUNCTION 'VZBAVF_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'I' i_vzbavf = vzbavf.

USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING inuser = ruser IMPORTING exuser = ruser.

VZBAVV_VERBUCHER CALL FUNCTION 'VZBAVV_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'U' i_vzbavv = vzbavv EXCEPTIONS others = 1.

USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING inuser = ruser IMPORTING exuser = ruser.

VZBAVV_VERBUCHER CALL FUNCTION 'VZBAVV_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'I' i_vzbavv = vzbavv EXCEPTIONS others = 1.



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