J_1I57AE 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_1I57AE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2I9 - New Monthly Returns Report Rule 57AE
J1I57AE - New Monthly Returns Report Rule 57AE
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_INPUT = Inputs
Selection Text: P_EXGRP = D .
Selection Text: P_CAPG = Capital goods
Selection Text: P_BUKRS = D .
Selection Text: P_BUDAT = D .
Selection Text: P_ANNEX = Annexure
Selection Text: P_ABST = Abstract
Title: Proforma Register under Rule 9 (5) of Cenvat Credit Rules, 2004
Text Symbol: 036 = Invoice
Text Symbol: 037 = Output Type
Text Symbol: 038 = Part II Serial No.
Text Symbol: 039 = Type Of Document
Text Symbol: 040 = Document Number
Text Symbol: 041 = Name Of The Supplier
Text Symbol: 042 = Type Of Supplier
Text Symbol: 043 = Supplier's ECC Number
Text Symbol: 044 = Date On Which Inputs Were Received
Text Symbol: 045 = Value
Text Symbol: 046 = Cenvat Credit Availed (INR)
Text Symbol: 047 = Credit Availed - SED (INR)
Text Symbol: 048 = Credit Availed - AED (TTA)
Text Symbol: 049 = Credit Availed - AED (GSI)
Text Symbol: 050 = Credit Availed- Addl. Duty
Text Symbol: 051 = Credit Availed - Other (INR)
Text Symbol: 052 = Credit Availed - ECS (INR)
Text Symbol: 053 = Description Of Main Item In the Document
Text Symbol: 054 = Chapter Id of Main Item In the Document
Text Symbol: 055 = Quantity
Text Symbol: 056 = Unit Of Measure
Text Symbol: 061 = Period :
Text Symbol: 062 = To
Text Symbol: 063 = ANNEXURE
Text Symbol: 064 = PROFORMA REGISTER UNDER RULE 9(5) OF CENVAT CREDIT RULES, 2004
Text Symbol: 070 = Credit Availed - ADC (INR)
Text Symbol: 071 = Credit Availed - SECess (INR)
Text Symbol: 001 = Company Details
Text Symbol: 002 = Document Details
Text Symbol: 003 = Print Document
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIND_TAX_SPREADSHEET CALL FUNCTION 'FIND_TAX_SPREADSHEET' EXPORTING buchungskreis = p_bukrs IMPORTING schema = l_tax_proc EXCEPTIONS not_found = 1.
J_1I7_USEREXIT_UPDATE_STYPE CALL FUNCTION 'J_1I7_USEREXIT_UPDATE_STYPE' * EXPORTING * is_exhead = CHANGING l_strtyp = g_strtyp.
FIND_TAX_SPREADSHEET CALL FUNCTION 'FIND_TAX_SPREADSHEET' EXPORTING buchungskreis = p_bukrs IMPORTING schema = l_tax_proc EXCEPTIONS not_found = 1.
J_1I7_USEREXIT_UPDATE_STYPE CALL FUNCTION 'J_1I7_USEREXIT_UPDATE_STYPE' * EXPORTING * IS_EXHEAD = CHANGING l_strtyp = g_strtyp .
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP TRNTYP = 'GRPO' INDICATOR = 'A' STRTYP = g_strtyp TABLES EXCACC = GL_ACCT_TAB1.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP TRNTYP = 'GRPO' INDICATOR = 'A' TABLES EXCACC = GL_ACCT_TAB.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP I_BUDAT = V_BUDAT TABLES ACCBAL = GL_ACCT_TAB EXCEPTIONS EXCISE_ACC_NOTFOUND = 1.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP I_BUDAT = V_BUDAT TABLES ACCBAL = GL_ACCT_TAB1 EXCEPTIONS EXCISE_ACC_NOTFOUND = 1.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP TRNTYP = 'CAPE' INDICATOR = 'C' TABLES EXCACC = GL_ACCT_TAB.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP TRNTYP = 'CAPE' INDICATOR = 'C' STRTYP = g_strtyp TABLES EXCACC = GL_ACCT_TAB1.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP I_BUDAT = V_BUDAT TABLES ACCBAL = GL_ACCT_TAB EXCEPTIONS EXCISE_ACC_NOTFOUND = 1.
J_1I6_CALCULATE_MONTHLY_BAL CALL FUNCTION 'J_1I6_CALCULATE_MONTHLY_BAL' EXPORTING BUKRS = P_BUKRS WERKS = V_WERKS EXCGRP = P_EXGRP I_BUDAT = V_BUDAT TABLES ACCBAL = GL_ACCT_TAB1 EXCEPTIONS EXCISE_ACC_NOTFOUND = 1.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING I_BUKRS = P_BUKRS I_BUDAT = P_BUDAT-LOW IMPORTING EXCISE_YEAR = TMP_EXYEAR EXCEPTIONS MISS_COMPANY = 1 OTHERS = 2.
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_BUKRS = p_BUKRS IMPORTING E_T001 = T001.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = SY-REPID * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = is_layout "Note 1364604 IT_FIELDCAT = IT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' "Note 1283209 * IS_VARIANT = IT_EVENTS = IT_EVENTS * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = IT_LIST EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .
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_1I57AE or its description.
J_1I57AE - Proforma Register under Rule 9 (5) of Cenvat Credit Rules, 2004 J_1I57AE - Proforma Register under Rule 9 (5) of Cenvat Credit Rules, 2004 J_1I26TP - include for table and data definition for j_1if26c - annual retur 194c J_1I26JT - include for 194j J_1I26JI - include for 194j J_1I26IT - Include 194i