J_1IER1 is a standard Executable ABAP Report 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_1IER1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2IER1 - Monthly er1 report
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.
Selection Text: P_WERKS = Plant
Selection Text: P_UTDAT = Last Utilization Period
Selection Text: P_FILE = Export to XML
Selection Text: P_EXGRP = Excise group
Selection Text: P_BUDAT = Report Period
Title: Monthly Return of Excisable Goods and Availment of CENVAT Credit
Text Symbol: 182 = to
Text Symbol: 183 = and transfer challan under rule 12A of the CENVAT Credit Rule, 2004 bearing S. No
Text Symbol: 184 = were issued.
Text Symbol: 185 = 4. Clearance details of inter unit transfer of intermediate goods without payment of duty under sub-rule(1)of rule 12BB
Text Symbol: 186 = Registration
Text Symbol: 187 = Name and
Text Symbol: 188 = number of the
Text Symbol: 189 = address of the
Text Symbol: 190 = goods sent
Text Symbol: 191 = cleared
Text Symbol: 192 = recepient unit
Text Symbol: 193 = recepient premises
Text Symbol: 194 = Clearance details of goods transfer without payment of duty under rule 12BB
Text Symbol: 195 = 5. Receipt details of intermediate goods received from other premises under sub-rule(1)of rule 12BB.-
Text Symbol: 196 = sender premises
Text Symbol: 197 = goods received
Text Symbol: 198 = received
Text Symbol: 199 = 8. Abstract of ACCOUNT-CURRENT (Cash payment).-
Text Symbol: 200 = Summary particulars
Text Symbol: 201 = Amount in Rs.
Text Symbol: 202 = Add: TR-6/ GAR-7 Challan payments made in the
Text Symbol: 203 = month (in aggregate)
Text Symbol: 204 = Add*:Adjustment of the excess duty paid during previous
Text Symbol: 205 = period under subrule (2) of rule 12BB (incase of LT)
Text Symbol: 206 = Total amount available
Text Symbol: 207 = Less: Utilization towards Payment of duties on excisable
Text Symbol: 156 = 10.Self- assessment memorandum
Text Symbol: 157 = a)I hereby declare that the information given in this Return is true, correct and
Text Symbol: 158 = complete in every respect and that I am authorised to sign on behalf of the assessee.
Text Symbol: 159 = b)During the month, total Rs.
Text Symbol: 160 = was deposited vide TR 6 Challans(copies enclosed)
Text Symbol: 161 = c)During the month, invoices bearing S.No
INCLUDE J_1IER1TOP.
No SAP DATABASE tables are accessed within this REPORT code!
J_1I7_USEREXIT_UPDATE_DETAIL CALL FUNCTION 'J_1I7_USEREXIT_UPDATE_DETAIL' EXPORTING utdate_low = p_utdat-low utdate_high = p_utdat-high rptdate_low = g_p_fdate rptdate_high = g_p_edate TABLES itab_header = gt_header itab_detail = gt_detail itab_detail_paid = gs_detail_paid itab_rg1 = gt_rg1 itab_extrct = gt_extrct. "#EC ARGCHECKED
J_1I7_USEREXIT_UPDATE_DETAIL CALL FUNCTION 'J_1I7_USEREXIT_UPDATE_DETAIL' EXPORTING utdate_low = p_utdat-low utdate_high = p_utdat-high rptdate_low = g_p_fdate rptdate_high = g_p_edate TABLES itab_header = gt_header itab_detail = gt_detail itab_detail_paid = gs_detail_paid itab_rg1 = gt_rg1 itab_extrct = gt_extrct. "#EC ARGCHECKED
J_1I_DETERMINE_SER_ACCOUNT CALL FUNCTION 'J_1I_DETERMINE_SER_ACCOUNT' EXPORTING bukrs = lv_bukrs werks = p_werks TABLES seracc = gt_sertax.
J_1I7_USEREXIT_CAL_BALANCE CALL FUNCTION 'J_1I7_USEREXIT_CAL_BALANCE' EXPORTING open_bal_aed = g_open_bal_aedt cr_aed = g_cr_aedt cr_cap_aed = g_cr_cap_aedt util_rm_aed = g_util_rm_aedt util_aed = g_util_aedt open_ade = g_open_bal_ade credit_ade = g_cr_ade credit_cap_ade = g_cr_cap_ade util_re_ade = g_util_rm_ade utilised_ade = g_util_ade IMPORTING open_bal_aedt = g_open_bal_aedt cr_aedt = g_cr_aedt cr_cap_aedt = g_cr_cap_aedt util_rm_aedt = g_util_rm_aedt util_aedt = g_util_aedt open_bal_ade = g_open_bal_ade cr_ade = g_cr_ade cr_cap_ade = g_cr_cap_ade util_rm_ade = g_util_rm_ade util_ade = g_util_ade TABLES excacc = gt_excacc itab_header_availed = gt_header_availed itab_part2_immd = gt_part2_immd itab_header = gt_header itab_part2_mont = gt_part2_mont.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = g_company_code werks = p_werks excgrp = p_exgrp 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 = g_company_code werks = p_werks excgrp = p_exgrp trntyp = p_trntyp indicator = p_indicator TABLES excacc = p_excacc EXCEPTIONS OTHERS = 1.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING bukrs = g_company_code werks = p_werks excgrp = p_exgrp i_budat = v_budat TABLES accbal = gt_excacc EXCEPTIONS excise_acc_notfound = 1.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING bukrs = g_company_code werks = p_werks excgrp = p_exgrp i_budat = g_p_edate TABLES accbal = gt_acc EXCEPTIONS excise_acc_notfound = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-154 textline2 = text-153 titel = text-152 start_column = 25 start_row = 6 IMPORTING answer = get_answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-151 textline2 = text-153 titel = text-152 start_column = 25 start_row = 6 IMPORTING answer = get_answer EXCEPTIONS OTHERS = 1.
J_1I7_USEREXIT_UPDATE_CHALLAN CALL FUNCTION 'J_1I7_USEREXIT_UPDATE_CHALLAN' EXPORTING excise_group = p_exgrp werks = p_werks report_fdate = g_p_fdate report_tdate = g_p_edate util_fdate = p_utdat-low util_tdate = p_utdat-high TABLES itab_header = gt_header itab_part2 = gt_part2 itab_part2_paid = gs_part2_paid itab_part2_challan = gt_part2_challan itab_header_mont = gt_header_mont.
J_1I6_CALCULATE_DAILY_BAL * call function 'J_1I6_CALCULATE_DAILY_BAL' * EXPORTING * bukrs = g_company_code * werks = p_werks * excgrp = p_exgrp * i_budat = p_budat-low * t_budat = p_budat-high * TABLES * accbal = gt_excacc * EXCEPTIONS * excise_acc_notfound = 1 * others = 2.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING bukrs = g_company_code werks = p_werks excgrp = p_exgrp i_budat = t_utdat TABLES accbal = gt_excacc EXCEPTIONS excise_acc_notfound = 1.
J_1I7_USEREXIT_UPDATE_CHALLAN CALL FUNCTION 'J_1I7_USEREXIT_UPDATE_CHALLAN' EXPORTING excise_group = p_exgrp werks = p_werks report_fdate = g_p_fdate report_tdate = g_p_edate util_fdate = p_utdat-low util_tdate = p_utdat-high TABLES itab_header = gt_header itab_part2 = gt_part2 itab_part2_paid = gs_part2_paid itab_part2_challan = gt_part2_challan itab_header_mont = gt_header_mont.
HR_KR_XSTRING_TO_STRING CALL FUNCTION 'HR_KR_XSTRING_TO_STRING' EXPORTING in_xstring = xml_clearancex IMPORTING out_string = xml_clearances.
HR_KR_XSTRING_TO_STRING CALL FUNCTION 'HR_KR_XSTRING_TO_STRING' EXPORTING in_xstring = xml_notifx IMPORTING out_string = xml_notift.
HR_KR_XSTRING_TO_STRING CALL FUNCTION 'HR_KR_XSTRING_TO_STRING' EXPORTING in_xstring = xml_dutypayablex IMPORTING out_string = xml_dutypayablest.
HR_KR_XSTRING_TO_STRING CALL FUNCTION 'HR_KR_XSTRING_TO_STRING' EXPORTING in_xstring = g_xml_outputx IMPORTING out_string = g_xml_outputs.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = p_file filetype = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * DAT_MODE = ' ' * CONFIRM_OVERWRITE = ' ' * NO_AUTH_CHECK = ' ' * CODEPAGE = ' ' * IGNORE_CERR = ABAP_TRUE * REPLACEMENT = '#' * WRITE_BOM = ' ' * TRUNC_TRAILING_BLANKS_EOL = 'X' * WK1_N_FORMAT = ' ' * WK1_N_SIZE = ' ' * WK1_T_FORMAT = ' ' * WK1_T_SIZE = ' ' * WRITE_LF_AFTER_LAST_LINE = ABAP_TRUE * SHOW_TRANSFER_STATUS = ABAP_TRUE * IMPORTING * FILELENGTH = TABLES data_tab = lt_erfiling * FIELDNAMES = * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22 .
IDWT_READ_MONTH_TEXT CALL FUNCTION 'IDWT_READ_MONTH_TEXT' EXPORTING langu = lv_langu month = lv_month IMPORTING t247 = lv_t247.
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_1IER1 or its description.
J_1IER1 - Monthly Return of Excisable Goods and Availment of CENVAT Credit J_1IER1 - Monthly Return of Excisable Goods and Availment of CENVAT Credit J_1IEIOT - OTHR SAPSCRIPT DRIVING PROGRAM J_1IEIOT - OTHR SAPSCRIPT DRIVING PROGRAM J_1IDOCLIST - List of Subcontracting Challans J_1IDOCLIST - List of Subcontracting Challans