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
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.
Title: Rollover: Print include for offer/contract
INCLUDE LFVP1TAB.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DPF01F02 - Rollover: Print include for offer/contract DPF01F01 - Form routines for creating rollover offers DPF01F00 - General routines for creating,printing & deleting rollover offers DPBP_DECLARATIONS - DPBPDECLARATIONS DPBP_CREATE_INDEX - Program DPBP_CREATE_INDEX DPBP_CREATE_INDEX - Program DPBP_CREATE_INDEX