J_1IUF01 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_1IUF01 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 J1IUTLF1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '8I' msgnr = '606' def_msgty = 'W' msgtx1 = msgtxt.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '8I' msgnr = '607' def_msgty = 'W' msgtx1 = msgtxt.
J_1I4A_FORTNIGHTLY_UPDATES CALL FUNCTION 'J_1I4A_FORTNIGHTLY_UPDATES' in update task EXPORTING P_BUKRS = p_bukrs P_PDAT = p_pdat P_EXGRP = p_exgrp TABLES IT_EXCHDR = it_exchdr Z_1IPART2 = z_1ipart2 P_WERKS = p_werks p_budat = p_budat .
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = p_bukrs werks = p_werks-low excgrp = p_exgrp trntyp = p_trntyp indicator = 'B' TABLES excacc = p_excacc EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-015 titel = text-016 IMPORTING answer = tmp_answer EXCEPTIONS OTHERS = 1.
J_1I6_CALCULATE_DAILY_BAL CALL FUNCTION 'J_1I6_CALCULATE_DAILY_BAL' EXPORTING bukrs = p_bukrs werks = p_werks-low excgrp = p_exgrp i_budat = p_budat-low t_budat = p_budat-high TABLES accbal = excacc EXCEPTIONS excise_acc_notfound = 1 OTHERS = 2.
J_1I6_MODVAT_POSTING CALL FUNCTION 'J_1I6_MODVAT_POSTING' EXPORTING i_comp_code = p_bukrs i_post_date = v_budat i_currency = t001-waers i_ext_ref_doc = xblnr IMPORTING e_awtyp = fi_awtyp e_awref = fi_awref e_aworg = fi_aworg e_blart = fi_blart TABLES i_account_info = fidoc EXCEPTIONS fiscal_period_error = 1 doc_create_failed = 2 doc_post_failed = 3 fi_posting_error = 4 OTHERS = 5.
NUMBER_GET_NEXT * CALL FUNCTION 'NUMBER_GET_NEXT' * EXPORTING * nr_range_nr = '01' * object = object * quantity = '1' * subobject = p_exgrp * toyear = part2yr * IMPORTING * number = number * EXCEPTIONS * interval_not_found = 1 * number_range_not_intern = 2 * object_not_found = 3 * quantity_is_0 = 4 * quantity_is_not_1 = 5 * interval_overflow = 6 * OTHERS = 7.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = p_bukrs component = 'IN' EXCEPTIONS component_not_active = 1 OTHERS = 2.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING i_bukrs = p_bukrs i_budat = posting_date IMPORTING excise_year = exyear.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-113 "#EC * textline2 = text-114 "#EC * titel = text-016 "#EC * start_column = 25 start_row = 6 IMPORTING answer = get_answer EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.