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

RFVD_CHK_DISBURSEMENTS SAP ABAP Report - RFVD_CHK_DISBURSEMENTS







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


Text pool values


Selection Text: P_BUKRS = D .
Selection Text: P_RANL = D .
Selection Text: P_SBEWA = Flow Type Disbursement
Title: RFVD_CHK_DISBURSEMENTS
Text Symbol: 002 = Update Successful
Text Symbol: 003 = Error During Update
Text Symbol: S01 = Selection


INCLUDES used within this REPORT RFVD_CHK_DISBURSEMENTS

INCLUDE RFVD_CHK_AUTHORITY.
INCLUDE RFVD_CHK_SELSCREEN_NOTE.
INCLUDE RFVD_CHK_TOP.


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:

CONVERT_DATE_TO_INTERN_FORMAT CALL FUNCTION 'CONVERT_DATE_TO_INTERN_FORMAT' EXPORTING datum = l_mod_cell-value dtype = 'DATS' IMPORTING idate = .

AMOUNT_STRING_CONVERT CALL FUNCTION 'AMOUNT_STRING_CONVERT' EXPORTING amount_string = l_mod_cell-value dcpfm = ls_usr01-dcpfm * MLLN = 'M' * TSND = 'T' waers = ls_t001-waers * NEG_VALUE = IMPORTING AMOUNT = EXCEPTIONS INVALID_TYPE = 1 OTHERS = 2 .

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = ls_vdbepp-bukrs i_sarchiv = space i_ranl = ls_vdbepp-ranl IMPORTING e_str_vdarl = ls_vdarl_old EXCEPTIONS contract_not_found = 1 OTHERS = 2.

FVD_TABLE_VDBEPP_UPDATE CALL FUNCTION 'FVD_TABLE_VDBEPP_UPDATE' EXPORTING i_flg_update_task = space i_wrk_vdarl_old = ls_vdarl_old i_wrk_vdarl_new = ls_vdarl_new i_tab_vdbepp_old = lt_vdbepp_upd_old i_tab_vdbepp_new = lt_vdbepp_upd_new i_flg_no_update_pva = 'X' EXCEPTIONS OTHERS = 1.

LOAN_ACCOUNT_UPDATE CALL FUNCTION 'LOAN_ACCOUNT_UPDATE' EXPORTING i_flg_charac_actual = 'X' TABLES xvdbepp = lt_vdbepp_cf_new yvdbepp = lt_vdbepp_cf_old CHANGING c_wrk_vdarl = ls_vdarl_new EXCEPTIONS internal_error = 1 koko_not_found = 2 no_outpayments = 3 vdarl_not_selected = 4 negative_repayment = 5 OTHERS = 6.

FVD_TABLE_VDBEPP_UPDATE CALL FUNCTION 'FVD_TABLE_VDBEPP_UPDATE' EXPORTING i_flg_update_task = space i_wrk_vdarl_old = ls_vdarl_old i_wrk_vdarl_new = ls_vdarl_new i_tab_vdbepp_old = lt_vdbepp_upd_new i_tab_vdbepp_new = lt_vdbepp_upd_old i_flg_no_update_pva = 'X' EXCEPTIONS OTHERS = 1.

FVD_TABLE_VDBEPP_UPDATE CALL FUNCTION 'FVD_TABLE_VDBEPP_UPDATE' EXPORTING i_flg_update_task = space i_wrk_vdarl_old = ls_vdarl_old i_wrk_vdarl_new = ls_vdarl_new i_tab_vdbepp_old = lt_vdbepp_cf_old i_tab_vdbepp_new = lt_vdbepp_cf_new i_flg_no_update_pva = 'X' EXCEPTIONS OTHERS = 1.

FVD_TABLE_VDBEPP_UPDATE CALL FUNCTION 'FVD_TABLE_VDBEPP_UPDATE' EXPORTING i_flg_update_task = space i_wrk_vdarl_old = ls_vdarl_old i_wrk_vdarl_new = ls_vdarl_new i_tab_vdbepp_old = lt_vdbepp_upd_new i_tab_vdbepp_new = lt_vdbepp_upd_old i_flg_no_update_pva = 'X' EXCEPTIONS OTHERS = 1.

FVD_TABLE_VDBEPP_UPDATE CALL FUNCTION 'FVD_TABLE_VDBEPP_UPDATE' EXPORTING i_flg_update_task = space i_wrk_vdarl_old = ls_vdarl_old i_wrk_vdarl_new = ls_vdarl_new i_tab_vdbepp_old = lt_vdbepp_upd_new i_tab_vdbepp_new = lt_vdbepp_upd_old i_flg_no_update_pva = 'X' EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VDBEPP' CHANGING ct_fieldcat = pt_fieldcat.

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = p_bukrs i_sarchiv = space i_ranl = p_ranl IMPORTING e_str_vdarl = ls_vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.

FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING mode_vdarl = 'E' mandt = sy-mandt bukrs = p_bukrs sarchiv = space ranl = p_ranl * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DDIF_FIELDINFO_GET * CALL FUNCTION 'DDIF_FIELDINFO_GET' * EXPORTING * tabname = 'VDBEPP' ** LANGU = SY-LANGU ** ALL_TYPES = ' ' ** GROUP_NAMES = ' ' ** UCLEN = ** DO_NOT_WRITE = ' ' * TABLES * dfies_tab = lt_dfies.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_distribute = 'C' EXCEPTIONS OTHERS = 2.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_log = '3' " collect posting protocol EXCEPTIONS OTHERS = 2.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_wrk_vdarl = us_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.

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.



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