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

ARCFIF01 SAP ABAP INCLUDE - documentation and ABAP source code







ARCFIF01 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 ARCFIF01 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 ARCFIF01. "Basic submit
SUBMIT ARCFIF01 AND RETURN. "Return to original report after report execution complete
SUBMIT ARCFIF01 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 ARCFIF01

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = FV_PROGRAMNAME TABLES SELECTION_TABLE = LT_SEL_PARAMS.

RW_RSDS_FRANGE_FOR_TABLE_FIELD CALL FUNCTION 'RW_RSDS_FRANGE_FOR_TABLE_FIELD' EXPORTING I_TABLE = LV_GLU1 I_FIELDNAME = LT_FIELD_SEL-FIELDNAME IMPORTING E_RSDS_RANGE = FW_RLDNR_RSDS_RANGE TABLES T_RANGE = LT_SELOPT.

RW_RSDS_FRANGE_FOR_TABLE_FIELD CALL FUNCTION 'RW_RSDS_FRANGE_FOR_TABLE_FIELD' EXPORTING I_TABLE = LV_GLU1 I_FIELDNAME = LT_FIELD_SEL-FIELDNAME IMPORTING E_RSDS_RANGE = FW_RRCTY_RSDS_RANGE TABLES T_RANGE = LT_SELOPT.

RW_RSDS_FRANGE_FOR_TABLE_FIELD CALL FUNCTION 'RW_RSDS_FRANGE_FOR_TABLE_FIELD' EXPORTING I_TABLE = LV_GLU1 I_FIELDNAME = LT_FIELD_SEL-FIELDNAME IMPORTING E_RSDS_RANGE = FW_BUKRS_RSDS_RANGE TABLES T_RANGE = LT_SELOPT.

RW_RSDS_FRANGE_FOR_TABLE_FIELD CALL FUNCTION 'RW_RSDS_FRANGE_FOR_TABLE_FIELD' EXPORTING I_TABLE = LV_GLU1 I_FIELDNAME = LT_FIELD_SEL-FIELDNAME IMPORTING E_RSDS_RANGE = FW_RCOMP_RSDS_RANGE TABLES T_RANGE = LT_SELOPT.

RW_RSDS_FRANGE_FOR_TABLE_FIELD CALL FUNCTION 'RW_RSDS_FRANGE_FOR_TABLE_FIELD' EXPORTING I_TABLE = LV_GLU1 I_FIELDNAME = LT_FIELD_SEL-FIELDNAME IMPORTING E_RSDS_RANGE = FW_RYEAR_RSDS_RANGE TABLES T_RANGE = LT_SELOPT.

RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING REPORT = FV_PROGRAMNAME DEFAULT_VALUES = ' ' TABLES FIELD_INFO = LT_FIELD_INFO.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING * ONLY = ' ' TABNAME = FV_TABNAME TABLES FIELDTAB = FT_FIELD_TAB EXCEPTIONS INTERNAL_ERROR = 1 NO_TEXTS_FOUND = 2 TABLE_HAS_NO_FIELDS = 3 TABLE_NOT_ACTIV = 4 OTHERS = 5.

RW_FIND_ARCHIVE_VIA_FIX_FIELDS CALL FUNCTION 'RW_FIND_ARCHIVE_VIA_FIX_FIELDS' EXPORTING I_RLDNR_RANGE = FW_RLDNR_RSDS_RANGE I_RRCTY_RANGE = FW_RRCTY_RSDS_RANGE I_BUKRS_RANGE = FW_BUKRS_RSDS_RANGE I_RCOMP_RANGE = FW_RCOMP_RSDS_RANGE I_RYEAR_RANGE = FW_RYEAR_RSDS_RANGE 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_ARCH_OBJ = FT_ARCH_OBJECTS T_ADMI_FILES = FT_ADMI_FILES EXCEPTIONS EX_NO_ARCHIVE_FILES_FOUND = 1 EX_INVALID_OBJECT = 2 EX_WRONG_RRCTY = 3 EX_MISSING_ARCHIVE_STATUS = 4 EX_WRONG_DOMANE_AT_INTERFACE = 5 EX_WRONG_FIELD_TABLE_COMB = 6 EX_MISSING_OBJECT = 7 EX_FIELD_INFO_NOT_FOUND = 8 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 ARCFIF01 or its description.