SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF67AF_UPDATE SAP ABAP INCLUDE - Formroutinen: zentrale Verbuchung







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


Text pool values


Title: Formroutinen: zentrale Verbuchung


INCLUDES used within this REPORT MF67AF_UPDATE

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:

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXCEPTIONS OTHERS = 1.

FVD_TABLE_UPDATE_GROUP_GET CALL FUNCTION 'FVD_TABLE_UPDATE_GROUP_GET' CHANGING c_update_group = p_update_group EXCEPTIONS OTHERS = 1.

FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' IMPORTING e_flg_update = p_flg_update EXCEPTIONS OTHERS = 1.

FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' EXPORTING i_update_group = p_update_group IMPORTING e_tab_update_info = p_tab_update_info EXCEPTIONS OTHERS = 1.

FVD_TABLE_IO_TABLE_GET CALL FUNCTION 'FVD_TABLE_IO_TABLE_GET' IMPORTING e_tab_rmf60io = p_io_table_save[] EXCEPTIONS OTHERS = 1.

FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = 'X' i_flg_change_document = 'X' EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = p_tablename i_update_group = p_update_group i_tab_old = p_tab_old i_tab_new = p_tab_new EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET_VDBEPP CALL FUNCTION 'FVD_TABLE_SET_VDBEPP' EXPORTING i_update_group = p_update_group i_tab_vdbepp_old = p_yvdbepp i_tab_vdbepp_new = p_xvdbepp EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = p_tablename i_update_group = p_update_group i_flg_no_db_update = 'X' " Ohne Verbuchung!!! i_tab_old = p_tab_old i_tab_new = p_tab_new EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' i_update_group = p_update_group i_flg_save = 'X' i_wrk_old = *vdarl i_wrk_new = vdarl EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET_DIRECT CALL FUNCTION 'FVD_TABLE_SET_DIRECT' EXPORTING i_tablename = p_tablename i_update_group = p_update_group i_mode = p_mode i_wrk_tab = p_wrk_data EXCEPTIONS OTHERS = 1.

FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' EXPORTING i_update_group = u_update_group IMPORTING e_tab_update_info = l_tab_update_info EXCEPTIONS OTHERS = 1.

USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' "Userdaten einstellen EXPORTING herkunft = ' ' inuser = ruser IMPORTING exuser = ruser.

LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = us_vdarl-bukrs i_ranl = us_vdarl-ranl i_wrk_vdarl = us_vdarl read_scheduled_records = 'X' read_posted_records = ' ' TABLES o_vdbepp = ct_bepp EXCEPTIONS others = 5.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING I_WRK_VDARL = vdarl I_VDBEPP_INS = lt_bepp_ins[] i_cvdbepp_new = lt_cvdbepp_new[] * I_VDBEPP_DEL = * I_FLG_SIMUL = I_FLG_DISTRIBUTE = 'X' I_RDISTRIBUTOR_INS = lt_rdistributor EXCEPTIONS ERROR_FUNC_CREATE = 1 ERROR_FUNC_EXTRACT = 2 WARNING_DELETE_BT = 3 ERROR_EURO_CONVERSION = 4 OTHERS = 5.



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