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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_COMPARE_BW_FLOW - Test Program for Flow Data Delta Extractor Loans RFVD_COMPARE_BW_FLOW - Test Program for Flow Data Delta Extractor Loans RFVD_CMS_DELETE_TABLES - Deletion of Data After Migration CMS RFVD_CMS_DELETE_TABLES - Deletion of Data After Migration CMS RFVD_CML_MIGRATION_BUFFER - RFVD_CML_MIGRATION_BUFFER (Note 1409243) RFVD_CML_MIGRATION_BUFFER - RFVD_CML_MIGRATION_BUFFER (Note 1409243)