SAP Reports / Programs

RFVD_MAINTAIN_VDBIW_DATA SAP ABAP Report - Maintenance of Shadow Table (VDBIW_DATA) of BW Extractor in CML







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


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


INCLUDES used within this REPORT RFVD_MAINTAIN_VDBIW_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:

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.



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