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

FVVWUPD0 SAP ABAP INCLUDE - Update FI and database







FVVWUPD0 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 FVVWUPD0 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 FVVWUPD0. "Basic submit
SUBMIT FVVWUPD0 AND RETURN. "Return to original report after report execution complete
SUBMIT FVVWUPD0 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 FI and database


INCLUDES used within this REPORT FVVWUPD0

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:

TRANSACTIONS_SEC_LOAD_P CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_P' EXPORTING bukrs = bukrs * FLAG_NO_PLAN_REF_IST = ' ' ranl = ranl rldepo = rldepo type_of_selection = 'A' TABLES tvwbepp = it_plan.

TRANSACTIONS_SEC_LOAD_I_VIEW CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_I_VIEW' EXPORTING bukrs = bukrs ranl = ranl rldepo = rldepo type_of_selection = 'A' * FLAG_PLAN = ' ' flag_no_storno = 'X' TABLES tvwbevi = it_bevi.

FWPO_TRANSACTIONS_GET CALL FUNCTION 'FWPO_TRANSACTIONS_GET' EXPORTING i_bukrs = fm_bukrs i_post_transactions = post_bepp * I_NEW_PLAN_TRANSACTIONS = * I_DELETE_PLAN_TRANSACTIONS = i_storno_transactions = storno i_old_plan_transactions = old_bepp i_old_actual_transactions = bevi.

FWPO_TRANSACTIONS_CALCULATE CALL FUNCTION 'FWPO_TRANSACTIONS_CALCULATE'.

TB_PROT_INIT CALL FUNCTION 'TB_PROT_INIT' EXPORTING i_flg_simulation = simulation i_application_name = text-008.

FWPO_TRANSACTIONS_POST CALL FUNCTION 'FWPO_TRANSACTIONS_POST' EXPORTING i_budat = datum i_bldat = dbldat i_period = period i_sevalpost_ranl_list = ranl_list * I_EXTERNAL_PRIMANOTA = ' ' * I_EXTERNAL_BUDAT_FOR_PAB = ' ' i_simulation = sim_kz i_reversal = storno_kz i_reversal_type = storno_type i_reversal_reason = fm_wpgrd i_fi_reversal_reason = fm_stgrd i_tcode = fm_tcode ** POE: EINBAU DES NEUEN BUCHUNGSPROTOKOLLS VON ERD i_bus_trans_detail = l_bus_trans_detail IMPORTING * e_new_beki = * e_new_bepi = e_number_fi_postings = fi_count EXCEPTIONS function_group_not_initialized = 1 error_updating_i_transactions = 2 error_updating_p_transactions = 3 error_beki_not_found = 4 error_no_storno_sign = 5 error_authority_check = 6 error_storno_and_external_prim = 7 error_accounting_interface = 8 OTHERS = 9.

TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT'.

TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT'.

TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT'.

TR_SE_ACC_PROT_SET_ROLLBACK CALL FUNCTION 'TR_SE_ACC_PROT_SET_ROLLBACK'.

TR_SE_ACC_POSTING_PROTOCOL * CALL FUNCTION 'TR_SE_ACC_POSTING_PROTOCOL' * EXPORTING * i_title = title_fi_protocol * i_flg_posting_prot_when_error = trpm_con_false.

TR_SE_ACC_REVERSAL_PROTOCOL CALL FUNCTION 'TR_SE_ACC_REVERSAL_PROTOCOL' EXPORTING i_titel = title_fi_protocol.



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