SAP Reports / Programs

RFVD_ABGLEICH_CML_TRL SAP ABAP Report - Comparison of CML and Parallel Position Management







RFVD_ABGLEICH_CML_TRL 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_ABGLEICH_CML_TRL 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

FN_TRLE_CML_TRL - Comp. CML-BO and Parallel Pos. Mgmt


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_ABGLEICH_CML_TRL. "Basic submit
SUBMIT RFVD_ABGLEICH_CML_TRL AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_ABGLEICH_CML_TRL 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_STITE = D Loan Type
Selection Text: SO_SBEW = D Flow Type
Selection Text: SO_SANLF = D Product Category
Selection Text: SO_REFKO = D Account Assignment Reference
Selection Text: SO_RBEAR = D Last Changed By
Selection Text: SO_RANL = D Contract Number
Selection Text: SO_GSART = D Product Type
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_BKPFD = D Doc. No. Header
Selection Text: P_SIMU = Simulation Post
Selection Text: P_ERROR = Display Errors Only
Selection Text: P_BUCH = Post
Title: Comparison of CML and Parallel Position Management
Text Symbol: BL1 = Further Selections
Text Symbol: BL2 = Log Parameters
Text Symbol: L00 = Log for Comparison of CML and Parallel Position Management
Text Symbol: L01 = Contract &1 / &2 is Consistent
Text Symbol: L02 = Error in Contract &1 / &2
Text Symbol: L03 = Error in generation of distributor in cocd:
Text Symbol: L04 = Error in release of distributor in cocd:
Text Symbol: L05 = Bus. trans.
Text Symbol: L06 = does not exist in parallel pos mgt
Text Symbol: L07 = No access to parallel position management
Text Symbol: L08 = is not reversed in par. pos. mgmt


INCLUDES used within this REPORT RFVD_ABGLEICH_CML_TRL

INCLUDE FVD_TRLET01.


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_TRLE_DISTRIBUTOR_IF_TMP CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF_TMP'.

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_stichtag EXCEPTIONS distributor_cml_not_active = 1 OTHERS = 2.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_simul = p_simu i_flg_log = '1' i_flg_distribute = 'X' i_protocol_handler = l_protocol_handler EXCEPTIONS error_func_create = 1 error_func_extract = 2 error_euro_conversion = 4 OTHERS = 5.

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.

APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING object = con_logobj title_list_screen = u_title_sel_screen 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.

FVD_TRLE_DISTRIBUTOR_ACTIVE CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_ACTIVE' EXPORTING i_bukrs = u_wrk_vdarl-bukrs i_gsart = u_wrk_vdarl-gsart IMPORTING e_d_distributor = l_stichtag EXCEPTIONS distributor_cml_not_active = 1 OTHERS = 2.

FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_vdbeki = l_tab_vdbeki i_vdbepi = l_tab_vdbepi i_vdbepp_ins = l_tab_bepp_ins[] i_vdbepp_del = l_tab_bepp_del[] i_protocol_handler = l_protocol_handler i_flg_simul = p_simu i_flg_log = '1' i_flg_distribute = ' '.



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