RFVVWD01 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 RFVVWD01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FZW7 - Dates Overview
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: WV_SEND = Pending deadlines
Title: Dates Overview
Text Symbol: IMT = FZW7
001 Activity Processing Request 1st key part 2nd key part 3rd key part 4th key part
INCLUDE MF69WTOP. "DATENDEKLARATION AUS TEXTPFLEGE
No SAP DATABASE tables are accessed within this REPORT code!
INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = TZW02-TDID LANGUAGE = SY-LANGU NAME = TEXT_NAME OBJECT = TZW02-TDOBJECT IMPORTING HEADER = THEAD TABLES LINES = TEXTZEILEN EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = TZW02-TDID LANGUAGE = SY-LANGU NAME = TEXT_NAME OBJECT = TZW02-TDOBJECT IMPORTING HEADER = THEAD TABLES LINES = TEXTZEILEN EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06.
TEXT_SYMBOL_REPLACE CALL FUNCTION 'TEXT_SYMBOL_REPLACE' EXPORTING * ENDLINE = E01 HEADER = THEAD INIT = TRUE OPTION_DIALOG = FALSE * PROGRAM = true * REPLACE_PROGRAM = true * REPLACE_STANDARD = true * REPLACE_SYSTEM = true * REPLACE_TEXT = true * STARTLINE = E10 IMPORTING CHANGED = FL_GEAENDERT NEWHEADER = NEWTHEAD TABLES LINES = TEXTZEILEN.
EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING DISPLAY = TRUE EDITOR_TITLE = TTXIT-TDTEXT HEADER = THEAD SAVE = FALSE IMPORTING * FUNCTION = NEWHEADER = NEWTHEAD TABLES LINES = TEXTZEILEN EXCEPTIONS ID = 01 LANGUAGE = 02 LINESIZE = 03 NAME = 04 OBJECT = 05.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.