SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVVWD01 SAP ABAP Report - Dates Overview







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FZW7 - Dates Overview


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


INCLUDES used within this REPORT RFVVWD01

INCLUDE MF69WTOP. "DATENDEKLARATION AUS TEXTPFLEGE


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:

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.



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