COFCODOCDEL 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 COFCODOCDEL 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.
Selection Text: P_DELPRD = Production Mode
Selection Text: P_DELTST = Test Mode
Title: Failure Cost Document: Delete Program
Text Symbol: 002 = Processing Options
INCLUDE EA_ARCH_DELETE_PRG_STANDARD1. "<<< ABLAUFSTEUERUNG
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING object = 'CO_FCO_DOC' test_mode = iv_testrun IMPORTING archive_handle = eh_archive_handle.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = ih_archive_handle EXCEPTIONS end_of_file = 1.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = ih_archive_handle record_structure = 'FCO_DOC_HEAD' all_records_of_object = 'X' TABLES table = lt_fco_doc_head.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = ih_archive_handle record_structure = 'FCO_DOC_POS' all_records_of_object = 'X' TABLES table = lt_fco_doc_pos.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = ih_archive_handle statistics_only_per_file = 'X'.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = ih_archive_handle.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = ih_archive_handle TABLES table = lt_arch_stat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COFCODOCDEL - Failure Cost Document: Delete Program COFCODOCDEL - Failure Cost Document: Delete Program CODRINC_PDF - Include in print operation : EXPORT of files CODRIF20 - documentation and ABAP source code CODRIF19_PDF_PRTL - Include ZCODRIF19_PDF CODRIF19 - PSFC Form Routines: pppr_std_init_operation