FAA_GL_RECONF01 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 FAA_GL_RECONF01 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!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FAA_GL_RECON_ERROR' CHANGING ct_fieldcat = ct_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-cprog * i_grid_title = text-020 i_callback_user_command = 'ALV_USER_COMMAND' i_callback_top_of_page = 'ALV_TOP_OF_PAGE' i_callback_html_top_of_page = 'ALV_TOP_OF_PAGE_HTML' i_html_height_top = gv_top_height is_layout = ls_layout is_variant = ls_variant it_fieldcat = lt_fieldcat it_excluding = lt_excluding it_sort = lt_sort i_save = con_x i_grid_settings = ls_gridset TABLES t_outtab = gt_outtab EXCEPTIONS OTHERS = 1.
RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING language = sy-langu message_id =
-id message_number = -number message_var1 = -msgv1 message_var2 = -msgv2 message_var3 = -msgv3 message_var4 = -msgv4 IMPORTING message_text = -message * TABLES * LONGTEXT = EXCEPTIONS OTHERS = 2.
AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = ls_outtab-obj_type i_awsys = ls_outtab-obj_sys i_awref = ls_outtab-obj_key+00(10) i_aworg = ls_outtab-obj_key+10(10) EXCEPTIONS no_reference = 69.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = 'A' IMPORTING e_exit = ld_exit es_variant = ls_variant2 EXCEPTIONS not_found = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.
READ_SKA1 CALL FUNCTION 'READ_SKA1' EXPORTING xktopl = gs_recon_faa-ktopl xsaknr = gs_recon_faa-hkont xskip_authority_check = 'X' IMPORTING xska1 = ls_ska1 EXCEPTIONS key_incomplete = 1 not_authorized = 2 not_found = 3 OTHERS = 4.
VIEW_GET_FIELDTAB CALL FUNCTION 'VIEW_GET_FIELDTAB' EXPORTING view_name = 'FAA_GL_RECON_ERROR' TABLES fieldtab = ct_fieldnames EXCEPTIONS OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAA_GL_RECONF01 - FAAGLRECONF01 FAA_GL_RECON - Consistency Check for FI-AA (New) and FI-GL (New) FAA_GL_RECON - Consistency Check for FI-AA (New) and FI-GL (New) FAA_GENERIC_INSTANCE_DATA - FAAGENERICINSTANCEDATA FAA_GENERIC_INSTANCE_CREATE - FAAGENERICINSTANCECREATE FAA_GENERAL_CHECK=============VC - FAAGENERALCHECK=============VC