SAP Reports / Programs

RFVDWDV2 SAP ABAP Report - Loan Deadline Monitoring - Interested Parties







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


Text pool values


Title: Loan Deadline Monitoring - Interested Parties
Text Symbol: K01 = Should deadline monitoring be started
Text Symbol: K02 = for all interested parties ?
Text Symbol: P01 = Deadline monitoring for interested parties


INCLUDES used within this REPORT RFVDWDV2

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-p01 textline1 = text-k01 textline2 = text-k02 IMPORTING answer = answer.

UEBERWACHUNGSTABELLE_SICHERN CALL FUNCTION 'UEBERWACHUNGSTABELLE_SICHERN' TABLES e_vzwva = it_vzwva fehler = fehler.

FEHLER_TERMINUEBERWACHUNG CALL FUNCTION 'FEHLER_TERMINUEBERWACHUNG' EXPORTING channel = 'O' rantyp = darlehen TABLES fehler = fehler.

UEBERWACHUNGS_KZ_AKTIVIEREN CALL FUNCTION 'UEBERWACHUNGS_KZ_AKTIVIEREN' EXPORTING arbg = int_aktuell-sarbg bdatum = int_aktuell-dwvend kalender_id = '01' rantyp = int_aktuell-rantyp vdatum = int_aktuell-gueltig_ab IMPORTING wv_kz = int_aktuell-aktiv_kz EXCEPTIONS no_date_found = 01.

FEHLERPROTOKOLL_FUELLEN CALL FUNCTION 'FEHLERPROTOKOLL_FUELLEN' EXPORTING i_arbg = int_aktuell-sarbg i_bukrs = int_aktuell-bukrs i_langu = sy-langu i_msgid = sy-msgid i_msgno = sy-msgno i_msgty = sy-msgty i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 i_xtext1 = ' ' i_xtext2 = int_aktuell-rkey1 i_xtext3 = ' ' TABLES fehler = fehler.

WIEDERVORLAGE_SENDEN CALL FUNCTION 'WIEDERVORLAGE_SENDEN' EXPORTING datum1 = fm_daten-rdat1 datum2 = fm_daten-rdat2 dwvsnd = sy-datum rantyp = int_aktuell-rantyp recnam = empfaenger sarbg = int_aktuell-sarbg schl1 = fm_daten-rkey1 schl2 = fm_daten-rkey2 schl3 = fm_daten-rkey3 schl4 = fm_daten-rkey4 text1 = fm_daten-rtext1 text2 = fm_daten-rtext2 EXCEPTIONS internal_error = 01 mail_already_exists = 02 mail_to_send_before = 03 no_dli_found = 04 no_tzw01_found = 05 no_tzw02_found = 06 no_user_found = 07.

FEHLERPROTOKOLL_FUELLEN CALL FUNCTION 'FEHLERPROTOKOLL_FUELLEN' EXPORTING i_arbg = int_aktuell-sarbg i_bukrs = int_aktuell-bukrs i_langu = sy-langu i_msgid = sy-msgid i_msgno = sy-msgno i_msgty = sy-msgty i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 i_xtext1 = ' ' i_xtext2 = int_aktuell-rkey1 i_xtext3 = int_aktuell-rkey2 TABLES fehler = fehler.

FLBP_ROLE_RANGE_FOR_RLCAT_GET CALL FUNCTION 'FLBP_ROLE_RANGE_FOR_RLCAT_GET' EXPORTING i_rlcat = 'TR0110' * it_rlcat = IMPORTING et_role_rng = l_tab_role_rng EXCEPTIONS no_role_found = 1 no_rlcat_supplied = 2 OTHERS = 3 .

BPAR_R_PARTNER_CHECK * CALL FUNCTION 'BPAR_R_PARTNER_CHECK' * EXPORTING * partner = vdgpo-partnr ** RELEASE = ' ' ** importing ** bp000_entry = * EXCEPTIONS * partner = 1 * partner_not_released = 2 * OTHERS = 3.

FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = vdgpo-partnr * I_READ_FROM_DB = ' ' * I_XMEMORY = ' ' * I_XWA = ' ' * IMPORTING * E_BUT000 = EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.



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