RFVD_MAINTAIN_VDBIW_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to reset the shadow table (VDBIW_DATA) of the loan extractor...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVD_MAINTAIN_VDBIW_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_ALV = List Display
Selection Text: P_BUKRS = D Company Code
Selection Text: P_DATE = D Current Date
Selection Text: P_DELALL = Delete All Entries
Selection Text: P_DELPLN = Only Delete Data Records
Selection Text: P_DELVER = Only Delete Admin. Records
Selection Text: P_REORG = Reorganize
Selection Text: P_RESET = Reset
Selection Text: P_SOURCE = D InfoSource
Selection Text: P_TEST = Test Run
Selection Text: P_TIME = D Time
Selection Text: P_ZONE = D Time Zone
Selection Text: SO_GSART = D Product Type
Selection Text: SO_RANL = D Contract Number
Title: Maintenance of Shadow Table (VDBIW_DATA) of BW Extractor in CML
Text Symbol: 001 = Sess.
Text Symbol: 002 = Selection Criteria
Text Symbol: 003 = Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BWFS_TIMESTAMP_DELETE_FVD CALL FUNCTION 'BWFS_TIMESTAMP_DELETE_FVD' EXPORTING i_infosource = p_source i_selection = l_tab_iselection I_DARK = con_x IMPORTING e_selection = l_tab_eselection EXCEPTIONS _invalid_infosource = 1 _invalid_selection = 2 _incorrect_customizing = 3 OTHERS = 4 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid * I_INTERNAL_TABNAME = i_structure_name = u_sav_tabname * 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 = g_tab_alv 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_MAINTAIN_VDBIW_DATA - Maintenance of Shadow Table (VDBIW_DATA) of BW Extractor in CML RFVD_MAINTAIN_VDBIW_DATA - Maintenance of Shadow Table (VDBIW_DATA) of BW Extractor in CML RFVD_LS_PLAN_SET - Report Set Status "Plan Completed" RFVD_LS_PLAN_SET - Report Set Status "Plan Completed" RFVD_LS_CONT_SET - Return Loan from Status "Planned Completed" to "Contract" RFVD_LS_CONT_SET - Return Loan from Status "Planned Completed" to "Contract"