RMPREFDL 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 RMPREFDL 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_DATUM = Archiving until date
Selection Text: DELETE = Delete Program in Test Mode
Selection Text: CREATE = Create archive
Title: Preference: Archiving of preference results - Delete log data
Text Symbol: PRH = Archiving of preference logs - Write in the archive
Text Symbol: P03 = Issue detailed log
Text Symbol: P02 = Issue normal log
Text Symbol: P01 = Do not issue log
Text Symbol: P00 = Log
Text Symbol: HUS = User:
Text Symbol: HST = Start:
Text Symbol: HEN = End:
Text Symbol: HCL = Client:
Text Symbol: D00 = Delete
Text Symbol: C00 = Archive
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_GET_CUSTOMIZING_DATA call function 'ARCHIVE_GET_CUSTOMIZING_DATA' exporting object = 'MM_PREF' IMPORTING COMMIT_COUNT_FOR_DELETE_PRG = commit_cnt MAINTAIN_INDEX = index_flag.
ARCHIVE_OPEN_FOR_DELETE call function 'ARCHIVE_OPEN_FOR_DELETE' exporting * ARCHIVE_NAME = ' ' object = 'MM_PREF' test_mode = testlauf * AINDFLAG = 'X' importing archive_handle = archive_handle TABLES SELECTED_FILES = sel_files exceptions * FILE_ALREADY_OPEN = 1 * FILE_IO_ERROR = 2 * INTERNAL_ERROR = 3 * NO_FILES_AVAILABLE = 4 * OBJECT_NOT_FOUND = 5 * OPEN_ERROR = 6 * NOT_AUTHORIZED = 7 * OTHERS = 8 others = 1.
ARCHIVE_GIVE_STATISTICS call function 'ARCHIVE_GIVE_STATISTICS' exporting archive_handle = archive_handle tables table = itab_stat.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = archive_handle statistics_only_per_run = ' ' statistics_only_per_file = 'X'.
ARCHIVE_ADMIN_SET_STATUS call function 'ARCHIVE_ADMIN_SET_STATUS' EXPORTING FILES_ARE_CONVERTED = ' ' * FILES_ARE_DELETED = ' ' INDEX_CREATED = 'X' * INDEX_DELETED = ' ' tables archive_files = sel_files EXCEPTIONS * CANNOT_CHANGE_STATUS = 1 OTHERS = 2.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = archive_handle.
ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting archive_handle = archive_handle IMPORTING OBJECT_ID = data_object_id OBJECT_OFFSET = data_object_offset ARCHIVE_NAME = archive_name * COMPR_OBJECT_LENGTH = * EXCEPTIONS * END_OF_FILE = 1 * FILE_IO_ERROR = 2 * INTERNAL_ERROR = 3 * OPEN_ERROR = 4 * WRONG_ACCESS_TO_ARCHIVE = 5 * OTHERS = 6 exceptions end_of_file = 01.
ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = archive_handle record_structure = 'MMPREF_PRO_02' tables table = tmmpref02 exceptions others = 1.
ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = archive_handle record_structure = 'MMPREF_PRO_01' tables table = tmmpref01 exceptions others = 1.
ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = archive_handle record_structure = 'MMPREF_PRO_01_B' tables table = tmmpref01_b exceptions others = 1.
ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = archive_handle record_structure = 'MMPREF_PRO_03' tables table = tmmpref03 exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMPREFDL - Preference: Archiving of preference results - Delete log data RMPREFDL - Preference: Archiving of preference results - Delete log data RMPREFDI - Direct display of customs log or from the archive RMPREFDI - Direct display of customs log or from the archive RMPREFDDWG - documentation and ABAP source code RMPREFDD - Preference Determination: Data Definitions