DPF01F03 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 DPF01F03 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: Form routines for deleting offers
No INCLUDES are used within this REPORT code!
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-138.
FVD_TABLE_SET_DIRECT CALL FUNCTION 'FVD_TABLE_SET_DIRECT' EXPORTING i_tablename = 'VZZKOKO' i_mode = con_db_delete i_wrk_tab = zvzzkoko EXCEPTIONS OTHERS = 1.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_am ilevel = '1' itext = text-122 p1 = 'DELETE VZZKOKO' p2 = sy-subrc.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_tf ilevel = '3' iposition = 3 itext = text-140 p1 = txkokoart p2 = vzzkoko-nangebot p3 = vzzkoko-dguel_kk.
FVD_TABLE_SET_DIRECT CALL FUNCTION 'FVD_TABLE_SET_DIRECT' EXPORTING i_tablename = 'VZZKOPO' i_mode = con_db_delete i_wrk_tab = zvzzkopo EXCEPTIONS OTHERS = 1.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_am ilevel = '1' itext = text-122 p1 = 'DELETE VZZKOPO' p2 = sy-subrc.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_tf ilevel = '3' iposition = 3 itext = text-141 p1 = vzzkopo-skoart p2 = xtzk0a-xkoartk p3 = txkokoart p4 = vzzkoko-nangebot p5 = vzzkoko-dguel_kk.
FVD_TABLE_SET_DIRECT CALL FUNCTION 'FVD_TABLE_SET_DIRECT' EXPORTING i_tablename = 'VZZKOPA' i_mode = con_db_delete i_wrk_tab = zvzzkopa EXCEPTIONS OTHERS = 1.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_am ilevel = '1' itext = text-122 p1 = 'DELETE VZZKOPA' p2 = sy-subrc.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_tf ilevel = '3' iposition = 3 itext = text-151 p1 = vzzkopa-skoart p2 = xtzk0a-xkoartk p3 = txkokoart p4 = vzzkoko-nangebot p5 = vzzkoko-dguel_kk p6 = vzzkopa-sformref p7 = vzzkopa-svarname.
USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING inuser = ruser IMPORTING exuser = ruser.
FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' I_FLG_NO_DB_UPDATE = ' ' I_FLG_UPDATE_USER = ' ' I_FLG_CHANGEDOCUMENT = 'X' I_WRK_OLD = vdarl I_WRK_NEW = xvdarl EXCEPTIONS ERROR = 0 OTHERS = 0.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_mh ilevel = '1' ilines_before = 1 iposition = 1 itext = text-301.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_ta ilevel = '2' itext = text-305. " Keine Rollen selektiert
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_sh ilevel = '2' itext = text-306. "Dokument
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_ta ilevel = '3' itext = text-302 p1 = itzzkd-korrvorf p2 = itzzkd-subanwdg p3 = itzzkd-brfnm p4 = ttxbf-xbrfbs.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_sh ilevel = '2' itext = text-303. "Rollenüberschrift
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = con_ta ilevel = '3' itext = text-304 p1 = itzzkd-role_corr_orig p2 = itzzkd-roletyp_zgp p3 = itzzkd-role_corr.
CALL FUNCTION 'LOGFILE_RETURN_CODE' IMPORTING eloc_ic = icode eloc_rc = rc.
LOGFILE_APPEND CALL FUNCTION 'LOGFILE_APPEND' EXPORTING icode = icode ilines_after = 1 ilevel = '2' itext = text-307 p1 = rc.
LOGFILE_RETURN_CODE CALL FUNCTION 'LOGFILE_RETURN_CODE' EXPORTING ireset_loc_rc = on.
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 DPF01F03 or its description.
DPF01F03 - Rollover: Form routines for deleting offers 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