J_1I_MIS_FORMS 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_1I_MIS_FORMS 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_1I_MIS_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = p_startdate IMPORTING last_day_of_month = p_enddate.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'MNTH' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_MNTH' value_org = gc_s TABLES value_tab = gt_month return_tab = gt_ret_mn EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'QRTR' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_QRTR' value_org = gc_s TABLES value_tab = gt_quart return_tab = gt_ret_qt EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = p_bukrs EXCEPTIONS component_not_active = 1 not_found = 2 OTHERS = 3.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = c_kdf variant = space TABLES callback = gt_callback selections = gt_seltab EXCEPTIONS ldb_not_reentrant = 1 ldb_incorrect = 2 ldb_already_running = 3 ldb_error = 4 ldb_selections_error = 5 ldb_selections_not_accepted = 6 variant_not_existent = 7 variant_obsolete = 8 variant_error = 9 free_selections_error = 10 callback_no_event = 11 callback_node_duplicate = 12 OTHERS = 13.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = c_ddf variant = space TABLES callback = gt_callback selections = gt_seltab EXCEPTIONS ldb_not_reentrant = 1 ldb_incorrect = 2 ldb_already_running = 3 ldb_error = 4 ldb_selections_error = 5 ldb_selections_not_accepted = 6 variant_not_existent = 7 variant_obsolete = 8 variant_error = 9 free_selections_error = 10 callback_no_event = 11 callback_node_duplicate = 12 OTHERS = 13.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_user_command = c_lselect i_callback_top_of_page = c_top is_layout = gs_layout it_fieldcat = gt_fieldcatalog i_save = 'X' "Note 1634559 For SELECT and SAVE layout in the ALV output.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_header.
CKML_F_GET_NEXT_PERIOD CALL FUNCTION 'CKML_F_GET_NEXT_PERIOD' EXPORTING input_period = gv_prev_poper input_year = gs_bkpf-budat+0(4) input_periv = gv_periv IMPORTING next_period = gv_next_poper next_year = gv_next_year.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = p_year * I_MONMIT = 00 i_periv = ld_periv i_poper = '01' IMPORTING e_date = first_date. .
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' EXPORTING id_bukrs = p_bukrs IMPORTING e_glflex_active = gb_flex.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = p_year * I_MONMIT = 00 i_periv = ld_periv i_poper = '01' IMPORTING e_date = first_date.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1I_MIS_FORMS - Include J_1I_MIS_FORMS J_1I_MIS_DATA - Include J_1I_MIS_DATA J_1I_LICENSE_SUMMARY - Deemed Export License Summary J_1I_LICENSE_SUMMARY - Deemed Export License Summary J_1I_GTA_CHALLAN_TOP - Include J_1I_GTA_CHALLAN_TOP J_1I_GTA_CHALLAN_CREATE - Create Challan for Remittance of GTA Service Tax