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

RFVD_COMPARE_BW_FLOW SAP ABAP Report - Test Program for Flow Data Delta Extractor Loans







RFVD_COMPARE_BW_FLOW 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_COMPARE_BW_FLOW 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_COMPARE_BW_FLOW. "Basic submit
SUBMIT RFVD_COMPARE_BW_FLOW AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_COMPARE_BW_FLOW 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_ACT = Amount of Data Prev. Extracted
Selection Text: P_FIRST = Indicator for First Delta
Selection Text: P_SHOW = Show Result of Extraction
Selection Text: P_SHOWE = Display Error Messages
Selection Text: P_SIMU = Simulation Indicator
Selection Text: P_LDATE = D .
Selection Text: P_MAX = D .
Selection Text: P_MODE = D .
Selection Text: P_SOURCE = D .
Selection Text: P_SYSID = D .
Selection Text: S_BUKRS = D .
Selection Text: S_RANL = D .
Title: Test Program for Flow Data Delta Extractor Loans
Text Symbol: 001 = General Selection Parameters
Text Symbol: 002 = Selections
Text Symbol: 003 = Display Format


INCLUDES used within this REPORT RFVD_COMPARE_BW_FLOW

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:

FVD_BCT_DATA_DELTA_EXTRAKT CALL FUNCTION 'FVD_BCT_DATA_DELTA_EXTRAKT' EXPORTING I_INFOSOURCE = p_source I_WRK_VDARL = l_wrk_vdarl I_FLG_FIRSTDELTA = p_first I_LASTDATE = p_ldate * I_UNTILDATE = P_udate I_FLG_SIMU = p_simu I_BWSYSID = p_sysid I_UPDMODE = P_mode I_MAXSIZE = p_max I_ACTUALLINES = p_act IMPORTING E_FLG_MAXSIZE = l_flg_maxsize E_TAB_BAPIRET = L_tab_bapiret E_RCD_RC = l_rcd_rc TABLES E_T_RBCT_DATA = l_tab_rbct_data.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = g_repid * I_INTERNAL_TABNAME = I_STRUCTURE_NAME = 'RBCT_DATA' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = changing ct_fieldcat = l_tab_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = l_wrk_layout it_fieldcat = l_tab_fieldcat * i_default = 'X' i_save = 'A' * i_callback_pf_status_set = l_pf_status_set * i_callback_user_command = l_user_command is_variant = l_wrk_variant is_print = l_wrk_print TABLES t_outtab = u_tab_data EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = g_repid I_STRUCTURE_NAME = 'BAPIRET2' changing ct_fieldcat = l_tab_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = l_wrk_layout it_fieldcat = l_tab_fieldcat * i_default = 'X' i_save = 'A' * i_callback_pf_status_set = l_pf_status_set * i_callback_user_command = l_user_command is_variant = l_wrk_variant is_print = l_wrk_print TABLES t_outtab = u_tab_data EXCEPTIONS OTHERS = 0.



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