J_1IST3F01 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 J_1IST3F01 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 J_1IST3F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = p_bukrs component = 'IN' EXCEPTIONS component_not_active = 1 OTHERS = 2.
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = gv_fiscl_date IMPORTING last_day_of_month = p_budat-high.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING i_bukrs = p_bukrs i_budat = p_g_p_fdate IMPORTING excise_year = p_g_ex_yr.
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = p_budat-low days = 0 months = 01 signum = '-' years = 0 IMPORTING calc_date = ls_rep_date_range-f_date_month.
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = ls_rep_date_range-f_date_month days = 0 months = 01 signum = '+' years = 0 IMPORTING calc_date = lv_first_day.
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = lv_first_day IMPORTING last_day_of_month = ls_rep_date_range-e_date_month.
MONTH_NAMES_GET CALL FUNCTION 'MONTH_NAMES_GET' EXPORTING language = sy-langu IMPORTING return_code = l_returncode TABLES month_names = gt_month_names EXCEPTIONS month_names_not_found = 1 OTHERS = 2.
J_1I_DETERMINE_SER_ACCOUNT call function 'J_1I_DETERMINE_SER_ACCOUNT' EXPORTING bukrs = p_bukrs werks = p_werks TABLES seracc = gt_excacc.
J_1I6_DETERMINE_ACCOUNT call function 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = p_bukrs werks = p_werks excgrp = gs_j_1iexgrps-j_1iexcgrp trntyp = p_trntyp indicator = p_indicator strtyp = adcindicator TABLES excacc = p_excacc EXCEPTIONS others = 1.
J_1I6_DETERMINE_ACCOUNT call function 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = p_bukrs werks = p_werks excgrp = gs_j_1iexgrps-j_1iexcgrp trntyp = p_trntyp indicator = p_indicator TABLES excacc = p_excacc EXCEPTIONS others = 1.
REUSE_ALV_BLOCK_LIST_INIT call function 'REUSE_ALV_BLOCK_LIST_INIT' exporting i_callback_program = sy-repid * I_CALLBACK_PF_STATUS_SET = '' * I_CALLBACK_USER_COMMAND = ' ' * IT_EXCLUDING = .
REUSE_ALV_BLOCK_LIST_DISPLAY call function 'REUSE_ALV_BLOCK_LIST_DISPLAY' * EXPORTING * I_INTERFACE_CHECK = ' ' * IS_PRINT = * I_SCREEN_START_COLUMN = '05' * I_SCREEN_START_LINE = '05' * I_SCREEN_END_COLUMN = '80' * I_SCREEN_END_LINE = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = exceptions program_error = 1 others = 2 .
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' "#EC NO_INCOMP exporting is_layout = gs_layout it_fieldcat = gt_fcat i_tabname = tabname it_events = gt_event * IT_SORT = * I_TEXT = ' ' tables t_outtab =