SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

ARCREF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ARCREF01. "Basic submit
SUBMIT ARCREF01 AND RETURN. "Return to original report after report execution complete
SUBMIT ARCREF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ARCREF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ARCREF01 or its description.