RFVD_CHK_CL_DISB_DATA 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_CHK_CL_DISB_DATA 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_CHK_0 = No Additonal Check
Selection Text: P_CHK_1 = Check 1
Selection Text: P_CHK_2 = Check 2
Selection Text: P_DEL = Delete Data
Selection Text: P_DEL_0 = Delete Extract
Selection Text: P_DEL_1 = All Data (Contract)
Selection Text: P_DEL_2 = All Data (All Contracts)
Selection Text: P_EXNAME = D .
Selection Text: P_IND_1 = Index (Check 1)
Selection Text: P_IND_2 = Index (Check 2)
Selection Text: P_LOG = D .
Selection Text: P_RANL = D .
Selection Text: P_READ = Read Data
Title: Report RFVD_CHK_CL_DISB_DATA
Text Symbol: T01 = Selection
Text Symbol: T02 = Mode
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EXTRACT_LOAD CALL FUNCTION 'REUSE_ALV_EXTRACT_LOAD' EXPORTING is_extract = wrk_extract i_no_message = 'X' TABLES et_exp01 = tab_disb_data[] EXCEPTIONS "N1591692 OTHERS = 1.
FVD_DISB_OL_SET_STRUCDETAILS * CALL FUNCTION 'FVD_DISB_OL_SET_STRUCDETAILS' * EXPORTING * i_s_vdausz = l_s_vdausz.
FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = wrk_disb_data-bukrs i_sarchiv = space i_ranl = wrk_disb_data-ranl IMPORTING e_str_vdarl = wrk_vdarl EXCEPTIONS OTHERS = 2.
FVD_BO_OL_PREPARE_BEPP CALL FUNCTION 'FVD_BO_OL_PREPARE_BEPP' EXPORTING i_s_vdarl = wrk_vdarl i_status = '2' i_sbo_cat = '5' i_rbo = rbo "Dummy CHANGING c_tab_bepp = l_tab_vdbepp EXCEPTIONS failed = 1 OTHERS = 2.
REUSE_ALV_EXTRACT_DELETE CALL FUNCTION 'REUSE_ALV_EXTRACT_DELETE' EXPORTING is_extract = wrk_extract EXCEPTIONS OTHERS = 2.
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_CHK_CL_DISB_DATA - Report RFVD_CHK_CL_DISB_DATA RFVD_CHK_CL_DISB_DATA - Report RFVD_CHK_CL_DISB_DATA RFVD_CHK_CHANGE_PARTNER - Compare Partner Change RFVD_CHK_CHANGE_PARTNER - Compare Partner Change RFVD_CHK_CHANGE_CLEARING - Manipulation of the clearing information in an FI line item RFVD_CHK_CHANGE_CLEARING - Manipulation of the clearing information in an FI line item