SAP Reports / Programs

RFVD_CHK_CL_DISB_DATA SAP ABAP Report - Report RFVD_CHK_CL_DISB_DATA







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


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_CHK_CL_DISB_DATA. "Basic submit
SUBMIT RFVD_CHK_CL_DISB_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_CHK_CL_DISB_DATA 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_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


INCLUDES used within this REPORT RFVD_CHK_CL_DISB_DATA

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:

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.



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