J_1I_EWT_MIS 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_1I_EWT_MIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1INMIS - Withholding Tax Information System
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: ZPDATE = D Posting Date
Selection Text: ZLIFNR = D Vendor
Selection Text: ZKUNNR = D Customer
Selection Text: ZGJAHR = D Fiscal Year
Selection Text: ZBUKRS = D Company Code
Selection Text: ZBELNR = D Document Number
Selection Text: WT_WTCD = D Official Withholding Tax Key
Selection Text: SECCO = Business Place/Section Code
Selection Text: INTC = Challan Update Status
Selection Text: CONS = Consolidated Report
Selection Text: CERT = Certificate Status
Selection Text: BNKC = Bank Challan Status
Title: Withholding Tax Information System
Text Symbol: 116 = Bulk Data Selection
Text Symbol: 115 = W.Tax Code
Text Symbol: 114 = Sub Total
Text Symbol: 113 = Total
Text Symbol: 112 = W. Tax Amount
Text Symbol: 111 = Bus plc/Sec Code
Text Symbol: 110 = Section
Text Symbol: 109 = Document No
Text Symbol: 108 = Posting date
Text Symbol: 107 = Int challan no
Text Symbol: 106 = Int Challan Date
Text Symbol: 105 = Payment Due date
Text Symbol: 104 = Ext challan no
Text Symbol: 103 = Ext challan Date
Text Symbol: 102 = Certificate Date
Text Symbol: 101 = Certificate No
Text Symbol: 005 = Bulk Data Selection
Text Symbol: 004 = Report Selection
Text Symbol: 003 = Additional Selection
Text Symbol: 002 = Document Selection
Text Symbol: 001 = General Selection
INCLUDE J_1IALVDATA . " ALV INCLUDE
No SAP DATABASE tables are accessed within this REPORT code!
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.
FI_COMPANY_CODE_CHECK CALL FUNCTION 'FI_COMPANY_CODE_CHECK' EXPORTING i_bukrs = zbukrs EXCEPTIONS company_code = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = gs_layout i_callback_user_command = 'LINE_SELECTION' it_fieldcat = gt_fieldcat[] i_tabname_header = 'FLD_HEADER' i_tabname_item = 'with_item_tab' is_keyinfo = gs_keyinfo is_variant = gx_variant i_default = 'X' i_save = 'A' TABLES t_outtab_header = fld_header t_outtab_item = with_item_tab EXCEPTIONS program_error = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = NEW_BELNR IMPORTING OUTPUT = NEW_BELNR.
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_EWT_MIS - Withholding Tax Information System J_1I_EWT_MIS - Withholding Tax Information System J_1I_EFILE_PROCLOGIC - Include J_1I_EFILE_PROCLOGIC J_1I_EFILE_DATADECL - Include J_1I_EFILE_DATADECL J_1I_DISPLAYBLKTRNS - Display Transaction Details at Asset Level J_1I_DISPLAYBLKTRNS - Display Transaction Details at Asset Level