RFVD_TRLE_ADJUST 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_TRLE_ADJUST into the relevant SAP transactions such as SE38 or SE80
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: SO_STITE = D .
Selection Text: SO_SANLF = D .
Selection Text: SO_REFKO = D .
Selection Text: SO_RBEAR = D .
Selection Text: SO_RANL = D .
Selection Text: SO_GSART = D .
Selection Text: SO_FIBU = D .
Selection Text: SO_BUDAT = D .
Selection Text: SO_BEWA = D .
Selection Text: P_STOGRD = D .
Selection Text: P_SIMU = Test Run
Selection Text: P_DATORG = Original posting date
Selection Text: P_BUCH = Post
Selection Text: PA_BUKRS = D .
Title: TRLE: Comparison of CML and Parallel Position Management
Text Symbol: T01 = Posting Date is equal to Initialization Date. Go on ?
Text Symbol: P09 = No posting in financial accounting
Text Symbol: P08 = Alternative posting date
Text Symbol: P07 = Adjustment to
Text Symbol: P06 = Position rel. Bus. Operations Only
Text Symbol: P05 = Adjustment Capital Trans.
Text Symbol: P04 = Rev. reason
Text Symbol: P03 = Simulation of Adjustment Postings
Text Symbol: P02 = Execution of Adjustment Postings
Text Symbol: P01 = Adjustment from
Text Symbol: L06 = Planned records must be updated
Text Symbol: L05 = Payt details not up to date
Text Symbol: L04 = does not exist in operational position
Text Symbol: L03 = does not exist in parallel pos mgt
Text Symbol: L02 = Bus. Trans.
Text Symbol: L01 = Error in Contract &1 / &2
Text Symbol: L00 = Log for Comparison of CML and Parallel Position Management
Text Symbol: BL2 = Activity
Text Symbol: BL1 = Further Selections
Text Symbol: BL0 = Selections
INCLUDE FVD_TRLET01.
No SAP DATABASE tables are accessed within this REPORT code!
FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_log = '3' " collect posting protocol EXCEPTIONS OTHERS = 2.
FVD_TRLE_DISTRIBUTOR_ACTIVE CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_ACTIVE' EXPORTING i_bukrs = l_wrk_vdarl-bukrs i_gsart = l_wrk_vdarl-gsart IMPORTING e_d_distributor = l_init_date e_d_initialization = l_flg_init EXCEPTIONS distributor_cml_not_active = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' text_question = text-t01 DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = ' ' * POPUP_TYPE = IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 2.
FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING bukrs = l_wrk_vdarl-bukrs sarchiv = l_wrk_vdarl-sarchiv ranl = l_wrk_vdarl-ranl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_protocol_handler = g_protocol_handler * i_flg_simul = space "N1330620 i_flg_simul = 'X' i_flg_log = '1' i_flg_distribute = 'X' * i_flg_no_amort_end_check = 'X' "N1263348/1553185 EXCEPTIONS error_func_create = 1 error_func_extract = 2 error_euro_conversion = 4 OTHERS = 5.
FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_cvdbepp_new = g_tab_cvdbepp_new[] i_vdbeki = g_tab_vdbeki[] i_vdbepi = g_tab_vdbepi[] i_vdbepp_ins = g_tab_bepp_ins[] i_vdbepp_del = g_tab_bepp_del[] i_protocol_handler = g_protocol_handler i_flg_simul = space i_flg_log = '1' i_flg_distribute = 'X' * i_flg_no_amort_end_check = 'X' "N1553185 i_rdistributor_ins = g_tab_distrib[] EXCEPTIONS error_func_create = 1 error_func_extract = 2 error_euro_conversion = 4 OTHERS = 5.
DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING bukrs = l_wrk_vdarl-bukrs sarchiv = l_wrk_vdarl-sarchiv ranl = l_wrk_vdarl-ranl.
FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_log = '5' " posting protocol to spool EXCEPTIONS OTHERS = 2.
APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING object = con_logobj subobject = con_logsub EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.
APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING object = con_logobj subobject = con_logsub no_log = u_flag_no_log EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.
APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING header = l_header * IMPORTING * update_or_insert = EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.
APPL_LOG_WRITE_SINGLE_MESSAGE CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE' EXPORTING * OBJECT = ' ' * SUBOBJECT = ' ' message = l_msg update_or_insert = 'I' EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = con_logobj * SUBOBJECT = ' ' TABLES object_with_lognumber = l_lognumber EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING object = con_logobj title_list_screen = u_title_sel_screen i_s_display_profile = l_s_display_profile EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = u_wrk_vdarl-bukrs i_ranl = u_wrk_vdarl-ranl TABLES o_vzzbepp = c_tab_vzzbepp EXCEPTIONS ranl_not_found = 1 OTHERS = 2.
LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING vdarl = u_wrk_vdarl IMPORTING rloam = l_wrk_rloam TABLES * i_bepp = c_tab_vzzbepp[] "N934509 i_bepp = c_tab_vzzbepp_org[] EXCEPTIONS no_conversion_currency = 1 no_date_for_conversion = 2 OTHERS = 3.
FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_cvdbepp_new = u_tab_cvdbepp_new i_vdbeki = l_tab_vdbeki i_vdbepi = l_tab_vdbepi i_vdbepp_ins = l_tab_bepp_ins[] i_vdbepp_del = u_tab_bepp_del i_protocol_handler = g_protocol_handler i_flg_simul = 'X' "N1330620 i_flg_log = '1' i_flg_distribute = space "'X' * i_flg_no_amort_end_check = 'X' "N1263348/1553185 i_rdistributor_ins = u_tab_rdistributor[] "N1330620 EXCEPTIONS error_func_create = 1 error_func_extract = 2 error_euro_conversion = 4 OTHERS = 5.
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_TRLE_ADJUST - TRLE: Comparison of CML and Parallel Position Management RFVD_TRLE_ADJUST - TRLE: Comparison of CML and Parallel Position Management RFVD_TRANSFER_GROSS_TO_NET_F01 - Include RFVD_TRANSFER_GROSS_TO_NET_F01 RFVD_TRANSFER_GROSS_TO_NET - RFVDTRANSFERGROSSTONET RFVD_TRANSFER_GROSS_TO_NET - RFVDTRANSFERGROSSTONET RFVD_TEST_DISTRIBUTOR_INIT - Test Initialization for Selected Loans