RFVD_TEST_DISTRIBUTOR_INIT 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_TEST_DISTRIBUTOR_INIT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FN_TRLE_TEST_INIT - REP: rfvd_test_distributor_init
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: P_STICHT = Key Date
Selection Text: P_VALARE = D Valuation Area
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_GSART = Product Type
Selection Text: SO_RANL = Contract Number
Selection Text: SO_RBEAR = Entered By
Selection Text: SO_REFKO = Account Assignment Reference
Selection Text: SO_SANLF = Product Category
Selection Text: SO_STITE = Loan Type
Selection Text: SO_WAERS = Contract Currency
Title: Test Initialization for Selected Loans
Text Symbol: P05 = CAUTION
Text Symbol: P10 = Loans are
Text Symbol: P15 = being tested
Text Symbol: P20 = Test
Text Symbol: P25 = Cancel
Text Symbol: P30 = INFORMATION
Text Symbol: P35 = All loans selected can be initialized
Text Symbol: P40 = Update Display: Company Code &1 Loan &2
Text Symbol: P45 = All business operations have been checked
Text Symbol: S10 = Further Selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting percentage = 100 id = 'SELECTION'.
FVD_TRLE_INIT_VDARL_SELECT call function 'FVD_TRLE_INIT_VDARL_SELECT' exporting i_tab_sel_vdarl = l_tab_sel_vdarl importing e_tab_vdarl_key = l_tab_vdarl_key_all exceptions select_invalid = 1 others = 2.
FVD_TRLE_INIT_CHECK call function 'FVD_TRLE_INIT_CHECK' exporting im_mode = '2' " Test im_protocol_handler = l_protocol_handler im_company_code =
-bukrs * IM_VALUATION_AREA = im_product_group = 0 " unwichtig im_init_date = p_sticht * IMPORTING * EX_CANCEL = changing ch_execution_rate = l_executionrate.
FVD_TRLE_INIT_REVAL call function 'FVD_TRLE_INIT_REVAL' exporting im_init_date = p_sticht im_company_code =
-bukrs im_protocol_handler = l_protocol_handler im_valuation_area = p_valare im_tab_loan_key = l_tab_paket_vdarl * IMPORTING * E_TAB_TRANS_REVAL = changing ch_execution_rate = l_dummy_exec_rate.
FVD_TRLE_INIT_BLOCK_LOAN_BUSTR call function 'FVD_TRLE_INIT_BLOCK_LOAN_BUSTR' exporting i_stichtag = p_sticht i_tab_vdarl_key = l_tab_paket_vdarl i_protocol_handler = l_protocol_handler i_test = 'X' exceptions cant_create_bustrans = 1 cant_lock = 2 others = 3.
FVD_TRLE_DISTRIBUTOR_IF call function 'FVD_TRLE_DISTRIBUTOR_IF' exporting i_flg_distribute = 'X' " call TR-Distributor i_protocol_handler = l_protocol_handler i_flg_simul = 'X' i_flg_initialize = 'X' exceptions warning_delete_bt = 0 others = 0.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = l_progress text = l_progress_text.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-p05 text_question = l_text_q text_button_1 = text-p20 icon_button_1 = 'ICON_OKAY' text_button_2 = text-p25 icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_INFORMATION' importing answer = l_antwort.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = text-p30 txt1 = ' ' txt2 = text-p35.
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_TEST_DISTRIBUTOR_INIT - Test Initialization for Selected Loans RFVD_TEST_DISTRIBUTOR_INIT - Test Initialization for Selected Loans RFVD_SWITCH_LOAN - Link to Contracts for Finance Project RFVD_SWITCH_LOAN - Link to Contracts for Finance Project RFVD_STOP_ADMIN - Stops Management - Manage Stops RFVD_STOP_ADMIN - Stops Management - Manage Stops