SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVD_COMPRESSION_CHECK SAP ABAP Report - Document Data Summarization: Check Program







RFVD_COMPRESSION_CHECK 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_COMPRESSION_CHECK into the relevant SAP transactions such as SE38 or SE80


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_COMPRESSION_CHECK. "Basic submit
SUBMIT RFVD_COMPRESSION_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_COMPRESSION_CHECK 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: P_RES_CO = Set Summarization to Invalid
Selection Text: P_SET_VD = Exclusion Summarization
Selection Text: SO_BUKRS = D .
Selection Text: SO_GSART = D .
Selection Text: SO_RANL = D .
Selection Text: SO_SANLF = D .
Selection Text: SO_WAERS = D .
Title: Document Data Summarization: Check Program
Text Symbol: 001 = Set Exclusion Summarization in VDARL
Text Symbol: 002 = Set Summarization to Invalid/ Trigger Planned Record Update


INCLUDES used within this REPORT RFVD_COMPRESSION_CHECK

No INCLUDES are used within this REPORT code!


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:

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

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

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = g_percentage id = 'WORK'.

FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING bukrs = u_wrk_vdarlkey-bukrs sarchiv = u_wrk_vdarlkey-sarchiv ranl = u_wrk_vdarlkey-ranl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING i_bukrs = l_wrk_vdarl-bukrs i_rkey1 = l_wrk_vdarl-ranl i_sanlf = l_wrk_vdarl-sanlf i_skokoart = '01' i_skokoart_bis = '03' TABLES xvzzkoko = l_tab_vzzkoko EXCEPTIONS not_found = 1 no_history = 2 OTHERS = 3.

LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = l_wrk_vdarl-bukrs i_ranl = l_wrk_vdarl-ranl i_wrk_vdarl = l_wrk_vdarl no_storno = 'X ' read_trdc_rec = space TABLES o_vzzbepp = l_tab_vzzbepp_old EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3.

LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = u_wrk_vdarlkey-bukrs i_ranl = u_wrk_vdarlkey-ranl i_wrk_vdarl = l_wrk_vdarl no_storno = 'X ' read_trdc_rec = 'X' TABLES o_vzzbepp = l_tab_vzzbepp_new EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3.

FVZK_LOAD_VZZKOPO_BATCH CALL FUNCTION 'FVZK_LOAD_VZZKOPO_BATCH' EXPORTING gsart = l_wrk_vdarl-gsart koko_key = l_wrk_koko_key TABLES ivzzkopo = l_tab_vvzzkopo EXCEPTIONS OTHERS = 1.

CASH_FLOW_CONSTRUCT_LOAN CALL FUNCTION 'CASH_FLOW_CONSTRUCT_LOAN' EXPORTING i_koko = l_wrk_vzzkoko i_ssolist = l_wrk_vdarl-ssolist i_vdarl = l_wrk_vdarl IMPORTING e_datum_lfz = l_delfz_old TABLES i_bepp = l_tab_vzzbepp_old i_kopo = l_tab_vvzzkopo EXCEPTIONS keine_tilgungskonditionen = 1 laufzeitende_fehlt = 2 laufzeitende_nicht_ermittelbar = 3 laufzeit_oder_rate_fehlt = 4 negative_tilgung_aufgetreten = 5 OTHERS = 6.

CASH_FLOW_CONSTRUCT_LOAN CALL FUNCTION 'CASH_FLOW_CONSTRUCT_LOAN' EXPORTING i_koko = l_wrk_vzzkoko i_ssolist = l_wrk_vdarl-ssolist i_vdarl = l_wrk_vdarl IMPORTING e_datum_lfz = l_delfz_new e_rcd_neg_repayment = l_rcd_neg_repay_new TABLES i_bepp = l_tab_vzzbepp_new i_kopo = l_tab_vvzzkopo EXCEPTIONS keine_tilgungskonditionen = 1 laufzeitende_fehlt = 2 laufzeitende_nicht_ermittelbar = 3 laufzeit_oder_rate_fehlt = 4 negative_tilgung_aufgetreten = 5 OTHERS = 6.

DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING bukrs = u_wrk_vdarlkey-bukrs sarchiv = u_wrk_vdarlkey-sarchiv ranl = u_wrk_vdarlkey-ranl.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_internal_tabname = l_itabname i_inclname = l_repid CHANGING ct_fieldcat = gt_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = 'X' * I_BUFFER_ACTIVE = 'X' i_callback_program = l_repid i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events[] TABLES t_outtab = g_tab_prot.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_gt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_list_top_of_page.

LOAN_COMPRESSION_INVALIDATE CALL FUNCTION 'LOAN_COMPRESSION_INVALIDATE' TABLES i_loan_tab = l_tab_vdarl_res.

DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING bukrs = l_wrk_vdarl_res-bukrs sarchiv = space ranl = l_wrk_vdarl_res-ranl.

FVD_ALV_CASHFLOW_DISPLAY CALL FUNCTION 'FVD_ALV_CASHFLOW_DISPLAY' EXPORTING si_is_vdarl = g_wrk_result-wrk_vdarl si_is_vzzkoko = g_wrk_result-wrk_vzzkoko si_text_titel = 'FEHLER' TABLES sc_it_vzzbepp = l_tab_vzzbepp si_it_vvzzkopo = g_wrk_result-tab_vvzzkopo.



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