SAP Reports / Programs

RFVD_CHK_PARALLEL_UPDATE SAP ABAP Report - Planned Record Update Loan (Parallel)







RFVD_CHK_PARALLEL_UPDATE 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_PARALLEL_UPDATE 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

FNRBP - Planned Record Update (parallelized)


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_PARALLEL_UPDATE. "Basic submit
SUBMIT RFVD_CHK_PARALLEL_UPDATE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_CHK_PARALLEL_UPDATE 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: IN_IST = Loan per Actual Principle
Selection Text: IN_SOLL = Loan per Planned Principle
Selection Text: I_AUSZ = Only Disbursed Loans
Selection Text: I_REF_FW =
Selection Text: I_REF_HW =
Selection Text: I_SON_FW =
Selection Text: I_SON_HW =
Selection Text: NO_PROT =
Selection Text: PA_COMIT = Do not Set COMMIT
Selection Text: PA_DEGRE = Number of Parallel Tasks
Selection Text: PA_DEST = D .
Selection Text: PA_PSIZE = Package Size
Selection Text: PA_SNG = COMMIT after each contract
Selection Text: PA_VLIST = D .
Selection Text: P_MODE = Analyze Mode
Selection Text: SO_BUKRS = D .
Selection Text: SO_GSART = D .
Selection Text: SO_RANL = D .
Selection Text: SO_SAWHR = D .
Title: Planned Record Update Loan (Parallel)
Text Symbol: U01 = | CoCd | PRO | Contract No. | Fixed Until|End of Term |Plan.Rec.to |No Update Made Because: |
Text Symbol: SIM = Simulation
Text Symbol: PRT = Only display loans not updated
Text Symbol: PAR = Parallel Processing
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: 001 = Planned Record Update
Text Symbol: 002 = CoCd
Text Symbol: 003 = PRO
Text Symbol: 004 = Contract No.
Text Symbol: 005 = Fixed Until
Text Symbol: 006 = End of Term
Text Symbol: 007 = Plan.Rec.to
Text Symbol: 008 = No Update Made Because:
Text Symbol: AL1 = No update
Text Symbol: AL2 = Planned Record Until
Text Symbol: AL3 = No Update Made Because:





Text Symbol: ALV = Variable List Output
Text Symbol: AUS = Select Loans per Currency and Interest Type:
Text Symbol: DAT = Information: Term end reached before this date:
Text Symbol: E00 = No loan selected
Text Symbol: E01 = Lock cannot be set (contract blocked)
Text Symbol: E02 = No new planned records determ.
Text Symbol: E03 = No change in planned records
Text Symbol: E04 = Loan not disbursed
Text Symbol: E05 = No header record found for loan
Text Symbol: E06 = Internal error when planned records determ.
Text Symbol: E07 = No new planned records determined (info: loan not disbursed)
Text Symbol: E08 = Cash flow contains a negative repayment
Text Symbol: E09 = Task(s) sent
Text Symbol: E10 = Contained errors
Text Symbol: E11 = Error reading payment details
Text Symbol: FWA = FC loans with other interest calculation


INCLUDES used within this REPORT RFVD_CHK_PARALLEL_UPDATE

INCLUDE: IFVD_TCODES. "#EC INCL_OK


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:

RFVD_CHK_GET_DESTINATION_LIST CALL FUNCTION 'RFVD_CHK_GET_DESTINATION_LIST' EXPORTING i_param_name = 'PA_DEST' i_flg_add_default = 'X' EXCEPTIONS list_error = 1 id_illegal_name = 2 OTHERS = 3.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = 0 id = g_con_selection.

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 = 'RFVD_CHK_PARALLEL_UPDATE' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = flg_save TABLES t_outtab = gt_display_alv EXCEPTIONS OTHERS = 2.

RFVD_CHK_PROTOCOL_HANDLER_FILL CALL FUNCTION 'RFVD_CHK_PROTOCOL_HANDLER_FILL' EXPORTING is_distributor_data = ls_distributor_data CHANGING cr_protocol_handler = gr_protocol_handler.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = l_progress id = g_con_work.

RFVD_CHK_PARALLEL_UPDATE_FUNC CALL FUNCTION 'RFVD_CHK_PARALLEL_UPDATE_FUNC' STARTING NEW TASK i_package_no DESTINATION IN GROUP i_group PERFORMING rfc_call_back ON END OF TASK EXPORTING i_flg_single_mode = pa_sng "N1564611 i_ref_hw = i_ref_hw i_son_hw = i_son_hw i_ref_fw = i_ref_fw i_son_fw = i_son_fw i_no_prot = no_prot i_flg_commit = pa_comit i_mode = i_mode "N1323869 TABLES it_package = it_package EXCEPTIONS system_failure = 1 communication_failure = 2 resource_failure = 3 OTHERS = 4.

RFVD_CHK_PARALLEL_UPDATE_FUNC CALL FUNCTION 'RFVD_CHK_PARALLEL_UPDATE_FUNC' STARTING NEW TASK i_package_no DESTINATION i_host PERFORMING rfc_call_back ON END OF TASK EXPORTING i_flg_single_mode = pa_sng "N1564611 i_ref_hw = i_ref_hw i_son_hw = i_son_hw i_ref_fw = i_ref_fw i_son_fw = i_son_fw i_no_prot = no_prot i_flg_commit = pa_comit i_mode = i_mode "N1323869 TABLES it_package = it_package EXCEPTIONS system_failure = 1 communication_failure = 2 resource_failure = 3 OTHERS = 4.

RFVD_CHK_PARALLEL_UPDATE_FUNC CALL FUNCTION 'RFVD_CHK_PARALLEL_UPDATE_FUNC' STARTING NEW TASK i_package_no DESTINATION IN GROUP DEFAULT PERFORMING rfc_call_back ON END OF TASK EXPORTING i_flg_single_mode = pa_sng "N1564611 i_ref_hw = i_ref_hw i_son_hw = i_son_hw i_ref_fw = i_ref_fw i_son_fw = i_son_fw i_no_prot = no_prot i_flg_commit = pa_comit i_mode = i_mode "N1323869 TABLES it_package = it_package EXCEPTIONS system_failure = 1 communication_failure = 2 resource_failure = 3 OTHERS = 4.



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