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
Below is a list of transaction codes which are relevant to this SAP report
FNRBP - Planned Record Update (parallelized)
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.
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:
INCLUDE: IFVD_TCODES. "#EC INCL_OK
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_CHK_PARALLEL_UPDATE - Planned Record Update Loan (Parallel) RFVD_CHK_PARALLEL_UPDATE - Planned Record Update Loan (Parallel) RFVD_CHK_PARALLEL_POSTING - Loan: Post Planned Records (Parallel) RFVD_CHK_PARALLEL_POSTING - Loan: Post Planned Records (Parallel) RFVD_CHK_OPEN_ITEMS - RFVD_CHK_OPEN_ITEMS RFVD_CHK_OPEN_ITEMS - RFVD_CHK_OPEN_ITEMS