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

DPF01F03 SAP ABAP INCLUDE - Rollover: Form routines for deleting offers







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


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 DPF01F03. "Basic submit
SUBMIT DPF01F03 AND RETURN. "Return to original report after report execution complete
SUBMIT DPF01F03 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: Form routines for deleting offers


INCLUDES used within this REPORT DPF01F03

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:

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.

LOGFILE_RETURN_CODE





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.



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