IFRECAAR_STD_PRE 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 IFRECAAR_STD_PRE 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: Standard Include for Preprocessing Programs
INCLUDE ARCH_PREPROC_PRG_STANDARD2.
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = p_prot i_protocol_output = p_prot_o * I_CALLBACK_PARAMETER = i_context = ls_arch_appl_log_context.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING * I_OBJECT = * I_TEXT = i_msgtype = 3 i_msgid =
-msgid i_msgno = -msgno i_msgv1 = -msgv1 i_msgv2 = -msgv2 i_msgv3 = -msgv3 i_msgv4 = -msgv4 * I_CALLBACK_PARAMETER = .
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.