SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

DPF01F02 SAP ABAP INCLUDE - Rollover: Print include for offer/contract







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


Text pool values


Title: Rollover: Print include for offer/contract


INCLUDES used within this REPORT DPF01F02

INCLUDE LFVP1TAB.


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:

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_sx ilevel = '3' iposition = 1 itext = text-116.

ISIS_D_PRINT_DOCUMENT CALL FUNCTION 'ISIS_D_PRINT_DOCUMENT' EXPORTING i_bukrs = xvdarl-bukrs i_calc_rloam = calc_rloam i_date = bdatum i_ddate = ddatum i_dialog = ' ' i_gv = geschvorf i_itcpo = itcpo i_load_rvdhobj = 'X' i_load_rvdsich = 'X' i_load_tzzkd = ' ' * I_LOAD_VDARL = ' ' * I_LOAD_VDBEKI = 'X' * I_LOAD_VDHINT = ' ' i_load_vdscript = 'X' i_load_vzgpo = 'X' * I_LOAD_VZZKOKO = ' ' i_ranl = xvdarl-ranl i_vdarl = xvdarl * I_VDSCRIPT = IVDSCRIPT i_tdcotyp_act = itdcotyp_act "XJY i_opt_text = it_opt_text i_user_text = it_user_text i_flg_print_immed = 'X' i_display_mode = 'X' i_flg_prol = 'X' i_flg_no_vdscrko = l_no_vdscrko TABLES e_errors = ierrors e_itcpp = iitcpp i_rvddocutyp = irvddocutyp i_rvdhobj = irvdhobj i_rvdsich = irvdsich i_tzzkd = itzzkd i_vdbeki = d_vdbeki i_vdbepi = d_vdbepi i_vdbepp = d_vdbepp i_vzgpo = ivzgpo i_vzzkoko = zvzzkoko i_vzzkopo = zvzzkopo.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_sx ilevel = '3' itext = text-246 p1 = xvdarl-ranl.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_in ilevel = '1' itext = lf_itext. "XJYP2FK000435

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_en ilevel = '1' itext = lf_itext. "XJYP2FK000435

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' "Protokolleintrag EXPORTING icode = con_sx ilevel = '3' iposition = 1 itext = text-153.

VALID_VZZKOKO_SELECT CALL FUNCTION 'VALID_VZZKOKO_SELECT' EXPORTING i_bukrs = xvdarl-bukrs i_sanlf = xvdarl-sanlf i_ranl = xvdarl-ranl i_datum = psdatum i_excluding_rpnr = xvdpopo-rpnr i_skstyp = skstyp IMPORTING e_vzzkoko = xvzzkoko EXCEPTIONS not_found = 01.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_en ilevel = '1' itext = text-026 p1 = psdatum.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' "Ergebnis mitteilen EXPORTING icode = con_tf ilevel = '3' iposition = 3 itext = text-160 p1 = ppdatum.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' "Ergebnis mitteilen EXPORTING icode = con_tf ilevel = '3' iposition = 3 itext = text-161 p1 = ppdatum.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_wn ilevel = '2' itext = text-184 p1 = xvzzkoko-dkuend.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_wn ilevel = '2' itext = text-162 p1 = ppdatum p2 = xvzzkoko-dguel_kk p3 = xvzzkoko-defsz.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_wn ilevel = '2' itext = text-159 p1 = ppdatum p2 = xvzzkoko-dkuenddg.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_wn ilevel = '2' itext = text-158 p1 = ppdatum p2 = xvzzkoko-dkuenddn.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' " note 762825 2004 CS EXPORTING i_tablename = 'VZZKOKO' i_flg_save = 'X' i_wrk_old = l_str_vzzkoko i_wrk_new = xvzzkoko EXCEPTIONS error = 1 OTHERS = 2.

LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_am ilevel = '1' itext = text-122 p1 = 'UPDATE VZZKOKO' p2 = sy-subrc.



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