SAP Reports / Programs

RFVDBEP0 SAP ABAP Report - Update Planned Records for Loans







RFVDBEP0 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 RFVDBEP0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNRB - Planned Record Update


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 RFVDBEP0. "Basic submit
SUBMIT RFVDBEP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDBEP0 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: SO_SAWHR = D .
Selection Text: SO_RANL = D .
Selection Text: SO_GSART = D .
Selection Text: SO_BUKRS = D .
Selection Text: NO_PROT =
Selection Text: I_SON_HW =
Selection Text: I_SON_FW =
Selection Text: I_REF_HW =
Selection Text: I_REF_FW =
Selection Text: I_AUSZ = Only Disbursed Loans
Selection Text: IN_SOLL = Loans Acc. to Plan Principle
Selection Text: IN_IST = Loans Acc.to Actual Principle
Title: Update Planned Records for Loans
Text Symbol: U01 = | CoCd | PRO | Contract No. | Fixed Until|End of Term |Plan.Rec.to |No Update Made Because: |
Text Symbol: PRT = Only display loans not updated
Text Symbol: HWR = LC loans with reference interest rate
Text Symbol: HWA = LC loans with other interest calculation
Text Symbol: FWR = FC loans with reference interest rate
Text Symbol: FWA = FC loans with other interest calculation
Text Symbol: E09 = Error reading payment details
Text Symbol: E08 = Cash flow contains a negative repayment
Text Symbol: E07 = No new planned records determined (info: loan not disbursed)
Text Symbol: E06 = Internal error when planned records determ.
Text Symbol: E05 = No condition header found for loan
Text Symbol: E04 = Loan not disbursed
Text Symbol: E03 = No change in planned records
Text Symbol: E02 = No new planned records determ.
Text Symbol: E01 = Block cannot be set (contract blocked)
Text Symbol: E00 = No loan selected
Text Symbol: DAT = Information: Term end reached before this date:
Text Symbol: AUS = Selection of loans by currency and interest calc.type:
Text Symbol: ALV = Variable List Output
Text Symbol: AL3 = No Update Made Because:
Text Symbol: AL2 = Planned Record Until
Text Symbol: AL1 = No Update
Text Symbol: 001 = Planned Record Update


INCLUDES used within this REPORT RFVDBEP0

INCLUDE: IFVD_TCODES.


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_FAC_OL_GET_FAC_CUST_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_CUST_ALL' IMPORTING e_tab_facility_prod_type = l_tab_facility_prod_type EXCEPTIONS customizing_error = 1 OTHERS = 2.

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

FVD_TABLE_TCODE_SET CALL FUNCTION 'FVD_TABLE_TCODE_SET' EXPORTING i_tcode = g_con_tcode_fnrb.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = text-001.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_progress text = text-001.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt i_in_update_task = 'X' i_save_all = 'X' EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_log = '4' " protocol on screen EXCEPTIONS OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FVD_STR_CF_UPDATE' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFVDBEP0' * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_STRUCTURE_NAME = * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = gt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = flg_save * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 TABLES t_outtab = gt_display_alv EXCEPTIONS OTHERS = 2.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_log = '4' " protocol on screen EXCEPTIONS OTHERS = 2.



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