I_SUBROUTINES_12 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 I_SUBROUTINES_12 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: Include I_SUBROUTINES_12
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat_at[] i_save = 'A' is_variant = sav_var it_sort = gt_sort it_events = lt_alv_event TABLES t_outtab = output_cbr_at EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = 'A' is_variant = sav_var it_events = lt_alv_event i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo it_sort = gt_sort TABLES t_outtab_header = output_header t_outtab_item = output_item EXCEPTIONS program_error = 1 OTHERS = 2.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'SDF' TABLES callback = it_callback_gl selections = it_seltab_gl EXCEPTIONS ldb_error = 1 ldb_selections_error = 2 OTHERS = 3.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'DDF' TABLES callback = it_callback_ar selections = it_seltab_ar EXCEPTIONS ldb_error = 1 ldb_selections_error = 2 OTHERS = 3.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'KDF' TABLES callback = it_callback_ap selections = it_seltab_ap EXCEPTIONS ldb_error = 1 ldb_selections_error = 2 OTHERS = 3.
IDITSR_12_USER_EXIT_VALIDATE CALL FUNCTION 'IDITSR_12_USER_EXIT_VALIDATE' EXPORTING wa_assign = wa_assign IMPORTING split_flag = split_flag TABLES it_assign = it_assign.
CORRESPONDENCE_DATA_BUSAB CALL FUNCTION 'CORRESPONDENCE_DATA_BUSAB' EXPORTING i_bukrs = ps_select-bukrs i_busab = cp_busab i_langu = spras IMPORTING e_t001s = wa_t001s e_fsabe = wa_fsabe EXCEPTIONS busab_not_found = 1 OTHERS = 2.
READ_ADD_COMPANY_CODE_INFO CALL FUNCTION 'READ_ADD_COMPANY_CODE_INFO' EXPORTING ic_bukrs = ps_select-bukrs ic_party = 'SAPF08' IMPORTING es_t001z = is_t001z EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' * I_STRUCTURE_NAME = * is_layout = gs_layout it_fieldcat = gt_fieldcat_at_err[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE =* * I_DEFAULT = 'X' * i_save = 'A' * is_variant = sav_var * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * 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 = output_cbr_at t_outtab = it_assign_err EXCEPTIONS program_error = 1 OTHERS = 2 .
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant "VARIANT i_save = 'A' IMPORTING es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.