SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_1IST3F01 SAP ABAP INCLUDE - Include J_1IST3F01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT J_1IST3F01. "Basic submit
SUBMIT J_1IST3F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1IST3F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include J_1IST3F01


INCLUDES used within this REPORT J_1IST3F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 = exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_1IST3F01 or its description.