ARCREF01 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 ARCREF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RW_RKE_ARCHIVE_FIND CALL FUNCTION 'RW_RKE_ARCHIVE_FIND' EXPORTING I_GJAHR = FR_GJAHR_RSDS_RANGE I_PERDE = FR_PERDE_RSDS_RANGE I_PLIKZ = FR_PLIKZ_RSDS_RANGE I_VERSI = FR_VERSI_RSDS_RANGE I_VRGAR = FR_VRGAR_RSDS_RANGE I_ARCH_OBJECT = P_OBJECT I_ALSO_LINEITEM_ARCHIVES = P_SIREOR I_DELETED_ARCHIVES = P_ARCDEL I_NOT_DELETED_ARCHIVES = P_NONDEL I_ADD_ARCHIVES_WO_VARIANT = P_ALSONV I_NOT_VALID_ARCHIVES = P_NONVAL I_CLIENT = P_CLIENT TABLES T_ADMI_FILES = T_ADMI_FILES EXCEPTIONS EX_NO_ARCHIVE_FILES_FOUND = 1 EX_INVALID_OBJECT = 2 EX_MISSING_ARCHIVE_STATUS = 4 EX_MISSING_OBJECT = 7 EX_NO_ARCH_VARIANT_FOUND = 9 OTHERS = 10.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = FV_PROGRAMNAME * i_internal_tabname = t_admi_files I_STRUCTURE_NAME = LV_ADMI_FILES * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = LT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = FV_PROGRAMNAME * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' I_STRUCTURE_NAME = LV_ADMI_FILES * is_layout = IT_FIELDCAT = LT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = LV_OPTION_SAVE * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = T_ADMI_FILES.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ARCREF01 - documentation and ABAP source code ARCMMTOPS - documentation and ABAP source code ARCMMSELS - documentation and ABAP source code ARCMMF01S - documentation and ABAP source code ARCLCTOP - Report Program RGUARCLC (Archive FI_LC_ITEM): Global Data ARCLCSEL - Report Program RGUARCLC (Archive FI_LC_ITEM): Selection Options