FOT_B2A_ADMIN_ALV_MAIN 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 FOT_B2A_ADMIN_ALV_MAIN 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 = 'FOT_S_FCMA' i_bypassing_buffer = con_x CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS OTHERS = 1.
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.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' EXPORTING START_COL = 5 START_ROW = 5 END_COL = 87 END_ROW = 25 IMPORTING E_S_DISPLAY_PROFILE = gs_prof.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_prof i_t_log_handle = lt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5. "P7DK031176
BAL_LOG_REFRESH * CALL FUNCTION 'BAL_LOG_REFRESH' * EXPORTING * i_log_handle = g_log_handle1 * EXCEPTIONS * log_not_found = 1 * OTHERS = 2. "P7DK031176
FOT_FOTETAXC_READ_SINGLE * CALL FUNCTION 'FOT_FOTETAXC_READ_SINGLE' * EXPORTING * id_decl_type = ld_decl_type * id_tbukrs =
-tbukrs * id_decl_ctry = -decl_ctry * IMPORTING * ed_sendbcxi = lv_do * EXCEPTIONS * no_items_found = 1 * OTHERS = 2.
FOT_DECL_TYPE_TEXT_READ_SINGLE CALL FUNCTION 'FOT_DECL_TYPE_TEXT_READ_SINGLE' EXPORTING i_decl_type = pa_typ i_spras = sy-langu i_bypassing_buffer = con_space IMPORTING e_decl_type_txt = ld_typ EXCEPTIONS text_not_found = 1 OTHERS = 2.
FOT_DECL_TYPE_TEXT_READ_SINGLE CALL FUNCTION 'FOT_DECL_TYPE_TEXT_READ_SINGLE' EXPORTING i_decl_type = pa_typ i_spras = ld_spras i_bypassing_buffer = con_space IMPORTING e_decl_type_txt = ld_typ EXCEPTIONS text_not_found = 1 OTHERS = 2.
BAL_DSP_PROFILE_SINGLE_LOG_GET *CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET ' * EXPORTING * START_COL = 5 * START_ROW = 5 * END_COL = 87 * END_ROW = 25 * IMPORTING * E_S_DISPLAY_PROFILE = gs_prof.
BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_list_append = 'X' i_s_display_profile = gs_prof i_t_log_handle = lt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5. "P7DK031176
BAL_LOG_REFRESH * CALL FUNCTION 'BAL_LOG_REFRESH' * EXPORTING * i_log_handle = g_log_handle1 * EXCEPTIONS * log_not_found = 1 * OTHERS = 2. "P7DK031176
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = con_master_rep_id is_layout = is_layout it_fieldcat = it_fieldcat it_excluding = it_excluding it_sort = it_sort i_save = con_a is_variant = is_variant it_events = it_events is_print = is_print i_suppress_empty_data = id_suppress it_except_qinfo = it_quickinfo "> 793203 TABLES t_outtab = it_outtab[] EXCEPTIONS program_error = 1 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.
FOT_B2A_ADMIN_ALV_MAIN - FOTB2AADMINALVMAIN FOT_B2A_ADMIN_ALV_DETAIL - FOTB2AADMINALVDETAIL FOT_B2A_ADMIN_ALV - FOTB2AADMINALV FOT_B2A_ADMIN - Administration Report Electronic Data Transmission to Authorities FOT_B2A_ADMIN - Administration Report Electronic Data Transmission to Authorities FOTPDTF7300095 - documentation and ABAP source code