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

RFVD_CHK_TOP_FORMS SAP ABAP INCLUDE - RFVD_CHK_TOP_FORMS







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


Text pool values


Title: RFVD_CHK_TOP_FORMS


INCLUDES used within this REPORT RFVD_CHK_TOP_FORMS

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:

ACCOUNT_REPORT CALL FUNCTION 'ACCOUNT_REPORT' EXPORTING batch_kz = 'X' * FLG_ERROR_ACCOUNT = ' ' header_text = 'Buchungsprotokoll'(007) name = 'buchungsprot'(012) only_in_spool = sy-batch rantyp = '1' sverrkz = space switch_waer = ' ' repid = repid TABLES parameter = buchpara tbkpf = buchkopf tbseg = buchseg.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING object = 'FVVD_PNNR' subobject = i_bukrs TABLES interval = interval EXCEPTIONS nr_range_nr1_not_found = 1 nr_range_nr1_not_intern = 2 nr_range_nr2_must_be_space = 3 nr_range_nr2_not_extern = 4 nr_range_nr2_not_found = 5 object_not_found = 6 subobject_must_be_space = 7 subobject_not_found = 8 OTHERS = 9.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = interval-nrrangenr object = 'FVVD_PNNR' quantity = '1' subobject = i_bukrs IMPORTING number = e_primanota quantity = quantity returncode = retcode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING object = 'FVVD_RPNSP' subobject = i_bukrs TABLES interval = interval EXCEPTIONS nr_range_nr1_not_found = 1 nr_range_nr1_not_intern = 2 nr_range_nr2_must_be_space = 3 nr_range_nr2_not_extern = 4 nr_range_nr2_not_found = 5 object_not_found = 6 subobject_must_be_space = 7 subobject_not_found = 8 OTHERS = 9.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = interval-nrrangenr object = 'FVVD_RPNSP' quantity = '1' subobject = i_bukrs IMPORTING number = e_superprimanota quantity = quantity returncode = retcode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

LOAN_REVERSE CALL FUNCTION 'LOAN_REVERSE' EXPORTING i_bktxt = p_bktxt i_protocol = '1' i_simulation = l_simulation i_primanota = primanota i_superprimanota = superprimanota i_protocol_text = ' ' * I_OMIT_CHECKS = ' ' i_insert_actual = 'X' i_only_plan_items = ' ' i_clear_op_buffers = 'X' TABLES xt_beki_rev = it_beki_rev et_vdbeki = it_beki_dummy et_vdbepi = it_bepi_dummy et_vdbepp = it_bepp_dummy EXCEPTIONS posting_impossible = 1 cancel_button_on_account_sel = 2 OTHERS = 3 .

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_simul = l_simulation i_flg_log = '1' " display log in popup i_flg_distribute = 'X' " call TR-Distributor EXCEPTIONS warning_delete_bt = 0 OTHERS = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text id = id.

LOAN_MESSAGES_STORE CALL FUNCTION 'LOAN_MESSAGES_STORE' EXPORTING is_mesg = wa_mesg EXCEPTIONS * MESSAGE_TYPE_NOT_VALID = 1 * NOT_ACTIVE = 2 OTHERS = 3 .

FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING * MODE_VDARL = 'E' * MANDT = SY-MANDT bukrs = u_bukrs sarchiv = space ranl = u_ranl * X_BUKRS = ' ' * X_SARCHIV = ' ' * X_RANL = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 * OTHERS = 3 .

LOAN_REVERSE CALL FUNCTION 'LOAN_REVERSE' EXPORTING i_bktxt = p_bktxt i_protocol = '1' i_simulation = l_simulation i_primanota = primanota i_superprimanota = superprimanota i_protocol_text = ' ' * I_OMIT_CHECKS = ' ' i_insert_actual = 'X' i_only_plan_items = ' ' i_clear_op_buffers = 'X' i_post_only = 'X' "N1081134 i_flg_no_fi_doc = u_nofi "N1320966 IMPORTING et_loanref_del = it_loanref "N1081134 TABLES xt_beki_rev = it_beki_rev et_vdbeki = it_beki_dummy et_vdbepi = it_bepi_dummy et_vdbepp = it_bepp_dummy EXCEPTIONS posting_impossible = 1 cancel_button_on_account_sel = 2 OTHERS = 3 .

FVD_BO_OL_REVERSE CALL FUNCTION 'FVD_BO_OL_REVERSE' EXPORTING i_s_vdarl = wa_vdarl i_tab_loanref_reverse = it_loanref * i_sim = l_simulation * i_superprimanota = superprimanota * i_budat = it_beki_rev-budat * i_bktxt = p_bktxt * i_protocol = '1' * i_specialperiod = it_beki_rev-so_periode IMPORTING e_flg_masterdata_completed = l_flg_masterdata_completed e_t_message = l_tab_message EXCEPTIONS failed = 1 OTHERS = 2.

FVD_REV_CASH_FLOW_BUILD CALL FUNCTION 'FVD_REV_CASH_FLOW_BUILD' EXPORTING is_vdarl = wa_vdarl it_vdbeki_rev = it_beki_cf_rev it_vdbeki = it_cf_beki it_vdbepi = it_cf_bepi it_vdbepp = it_cf_old IMPORTING et_vdbepp_new = it_cf_new EXCEPTIONS change_planned_records_failed = 1 build_cash_flow_failed = 2 tzb0a_not_customized = 3 OTHERS = 4.

FVD_TABLE_SET_VDBEPP CALL FUNCTION 'FVD_TABLE_SET_VDBEPP' EXPORTING i_tab_vdbepp_old = it_cf_old i_tab_vdbepp_new = it_cf_new EXCEPTIONS error = 1 OTHERS = 2.

FVD_REV_LOAN_PROC_SET CALL FUNCTION 'FVD_REV_LOAN_PROC_SET' EXPORTING i_tab_vdbeki_rev = it_beki_cf_rev[] i_tab_vdbeki = it_cf_beki[] i_tab_vdbepi = it_cf_bepi i_str_vdarl_old = wa_vdarl IMPORTING e_str_vdarl_new = wa_vdarl_new EXCEPTIONS no_changes = 1 OTHERS = 2.

FVD_MAP_LC_CALC CALL FUNCTION 'FVD_MAP_LC_CALC' EXPORTING i_flg_calc_offline = space CHANGING c_wrk_vdarl = wa_vdarl_new EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' i_flg_save = 'X' i_wrk_old = wa_vdarl i_wrk_new = wa_vdarl_new EXCEPTIONS OTHERS = 1.

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

FVD_TABLE_UPDATE





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

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_simul = c_simulation i_flg_distribute = 'X' " call TR-Distributor EXCEPTIONS warning_delete_bt = 0 OTHERS = 2.

FVD_TRLE_DISTRIBUTOR_IF * CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' * EXPORTING * i_flg_simul = l_simulation * i_flg_log = '5' ** i_flg_distribute = 'X' " call TR-Distributor * EXCEPTIONS * warning_delete_bt = 0 * OTHERS = 2.

FVD_REV_CHECK_EXT_LOANS CALL FUNCTION 'FVD_REV_CHECK_EXT_LOANS' EXPORTING i_wrk_vdarl = l_str_vdarl i_tab_vdbeki = l_tab_vdbeki[] i_tab_vdbepi = l_tab_vdbepi[] EXCEPTIONS SELECTION_FAILED = 1 CHECK_FAILED = 2 OTHERS = 3.



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