RGUDEL3A 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 RGUDEL3A 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: Deletion Program for Deleting Archived FI-SL Data
Text Symbol: 210 = Processing options
INCLUDE RGUARC01.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING OBJECT = 'CO_CEL_RCL' IMPORTING COMMIT_COUNT_FOR_DELETE_PRG = CMTCOUNT MAINTAIN_INDEX = IDXCREATE.
ARCHIVE_DELETE_OBJECT_DATA CALL FUNCTION 'ARCHIVE_DELETE_OBJECT_DATA' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUDEL3A - Deletion Program for Deleting Archived FI-SL Data RGUDEL3A - Deletion Program for Deleting Archived FI-SL Data RGUDEL00 - Delete Transaction Data from Ledgers RGUDEL00 - Delete Transaction Data from Ledgers RGUDBANA_INCL_ALV - RGUDBANAINCLALV RGUCURRC - Analysis of Currencies Stored in FI-SL Customizing