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

RFVVMAIL SAP ABAP Report - Report for Sending Resubmission from the Transmission Table







RFVVMAIL 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 RFVVMAIL 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 RFVVMAIL. "Basic submit
SUBMIT RFVVMAIL AND RETURN. "Return to original report after report execution complete
SUBMIT RFVVMAIL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Messages sent
Selection Text: PA_SIM = Simulation
Title: Report for Sending Resubmission from the Transmission Table
001 CT Name Emp. Name Recipient Set to send CoCd Key1 Key2 Key3 B.


INCLUDES used within this REPORT RFVVMAIL

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TZW01-TABNAME LANGU = SY-LANGU LFIELDNAME = ld_fieldname IMPORTING DFIES_WA = wa_DFies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TZW01-TABNAME LANGU = SY-LANGU LFIELDNAME = ld_fieldname IMPORTING DFIES_WA = wa_DFies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TZW01-TABNAME LANGU = SY-LANGU LFIELDNAME = ld_fieldname IMPORTING DFIES_WA = wa_DFies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TZW01-TABNAME LANGU = SY-LANGU LFIELDNAME = ld_fieldname IMPORTING DFIES_WA = wa_DFies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

FVZT_DATE_SEND CALL FUNCTION 'FVZT_DATE_SEND' EXPORTING ACALL = TZW02-ACALL DIALOG = FALSE DOCNAME = TZW02-OBJNAM * ERLBISDAT = E04 * ERLBISZEIT = E05 * ERLEDIGEN = E06 ESCAPE = I_ESCAPE EXPRESS = TZW02-SNDEX FORFB = TZW02-FORFB MAILACTION = TZW01-ACNAM MAILACTIONTYP = TZW01-VMTYP MAILTITLE = TEXT_TITEL OBJAC = TZW02-OBJAC OBJRR = TZW02-OBJRR * OUTBOX = E15 PRIFB = TZW02-PRIFB RECEIVER = XVZWDVL-RECNAM RECVDAT = XVZWDVL-DWVSND * RECVTIM = E19 SCRTEXT = TEXT_SCR SKIPSCR = TZW01-SKIPS TDID = TZW02-TDID TDOBJECT = TZW02-TDOBJECT IMPORTING OBJECT_ID_NEW = NACHRICHT * SENT_TO_ALL = I02 TABLES ACTPARA = ACTPARA ACTPARB = ACTPARB EXCEPTIONS INIT_TEXT = 01 MAIL_NOT_SEND = 02 NO_RECEIVER = 03 PARAMETER_ERROR = 04 RECEIVER_NOT_EXIST = 05 WRONG_TIME = 06.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING CHECK_INDICATOR = SPACE TABLENAME = TAB_NAME IMPORTING RESULT = RESULT TABLES TABLE_NEW = XBEWEGTAB TABLE_OLD = YBEWEGTAB EXCEPTIONS NAMETAB_ERROR = 01.

WIEDERVORLAGE_SICHERN CALL FUNCTION 'WIEDERVORLAGE_SICHERN' EXPORTING E_VZWDVL = VZWDVL SATZ_KZ = AENDER_KZ EXCEPTIONS DATABASE_ERROR = 01 DB_OPERATION_UNKNOWN = 02 DELETE_FAILURE = 03 INSERT_FAILURE = 04 UPDATE_FAILURE = 05.

GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING DNAME = DNAME DVALUE = DVALUE IMPORTING DTEXT = DTEXT EXCEPTIONS NO_DOMAIN_FOUND = 01.

SO_DLI_EXIST CALL FUNCTION 'SO_DLI_EXIST' EXPORTING DISTRIBUTIONLIST = FM_NAME * DLI_ID = E02 * OWNER = E03 ** Verteilerliste in allgemeiner Ablage suchen.



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