FIACEITMDEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> figl This program deletes Accrual Engine documents (archiving object FI_ACE_ITM) from table ACEPSOIT...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FIACEITMDEL 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: Accrual Engine Line Items: Deletion Program
Text Symbol: 002 = Processing Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING object = 'FI_ACE_ITM' 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 = 'ACEPSOIT' all_records_of_object = 'X' TABLES table = lt_acepsoit.
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.
FIACEITMDEL - Accrual Engine Line Items: Deletion Program FIACEITMDEL - Accrual Engine Line Items: Deletion Program FIAA_HELP_TEMPLATE - Provide Empty Template FIAA_HELP_TEMPLATE - Provide Empty Template FIAA_HELP_TAMLAY_CLIENT_COPY - Copy TAMLAY Layouts from Another Client FIAA_HELP_TAMLAY_CLIENT_COPY - Copy TAMLAY Layouts from Another Client