SAP Reports / Programs

J_1IEWT_MIS SAP ABAP Report - Withholding Tax Information System







J_1IEWT_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_1IEWT_MIS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1INEMIS - Withholding Tax Info. System India


ABAP code to call this SAP report using the submit statement

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.






SUBMIT J_1IEWT_MIS. "Basic submit
SUBMIT J_1IEWT_MIS AND RETURN. "Return to original report after report execution complete
SUBMIT J_1IEWT_MIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BNKC = Bank Challan Details
Selection Text: P_BUKRS = D .
Selection Text: P_CERT = Certificate Details
Selection Text: P_CONS = Consolidated Report
Selection Text: P_EXEMP = Vendor Docs with 100% Exemp.
Selection Text: P_INTC = Challan Details
Selection Text: P_LEDGER = Ledger
Selection Text: P_MNTH = Month
Selection Text: P_NOCH = Documents with no challan
Selection Text: P_PAN = Vendor (without PAN) Docs.
Selection Text: P_QRTR = Quarter
Selection Text: P_YEAR = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_QSCOD = D .
Selection Text: S_SECCO = Section Code
Title: Withholding Tax Information System
Text Symbol: 050 = to
Text Symbol: 051 = 'Fiscal Year : '
Text Symbol: 052 = 'Posting Period From : '
Text Symbol: 053 = 'To : '
Text Symbol: 054 = 'Company Code : '
Text Symbol: 055 = '-'
Text Symbol: 056 = 'Fiscal Year : '
Text Symbol: 057 = 'Section Code(s) : '
Text Symbol: 058 = 'TAN No. : '
Text Symbol: 059 = 'Total No. of Records : '
Text Symbol: 060 = 'Total No. of Faulty Recs : '
Text Symbol: 061 = Debit/Credit
Text Symbol: 062 = Section Code
Text Symbol: 063 = Vendor Name
Text Symbol: 064 = Recipient type
Text Symbol: 065 = Customer Name
Text Symbol: 001 = Company Details
Text Symbol: 002 = Period
Text Symbol: 003 = Customer/Vendor
Text Symbol: 004 = Withholding Tax details during the Period
Text Symbol: 019 = Document Number





Text Symbol: 022 = Line Item Number
Text Symbol: 023 = WTax Item Number
Text Symbol: 024 = Acknowledgement No.
Text Symbol: 026 = Vendor
Text Symbol: 027 = Customer
Text Symbol: 028 = Tax type
Text Symbol: 029 = Tax code
Text Symbol: 030 = Base Amount
Text Symbol: 031 = Tax Amount
Text Symbol: 032 = Internal Challan No
Text Symbol: 033 = Internal Challan Dt
Text Symbol: 034 = External Challan No
Text Symbol: 035 = External Challan Dt
Text Symbol: 036 = Certificate No
Text Symbol: 037 = Certificate Date
Text Symbol: 038 = Off Wtax Key
Text Symbol: 039 = Report Selection
Text Symbol: 040 = Tax Rate
Text Symbol: 041 = Exception with SY-SUBRC
Text Symbol: 042 = Enter either Month/Quarter
Text Symbol: 043 = Enter either Vendor/Customer
Text Symbol: 044 = Uncheck the Vendor Options
Text Symbol: 045 = Withholding Tax Documents with challan details
Text Symbol: 046 = Withholding Tax Documents without challan details
Text Symbol: 047 = Withholding Tax Documents with Bank challan details
Text Symbol: 048 = Witholding Tax Documents with Certificate details
Text Symbol: 049 = From


INCLUDES used within this REPORT J_1IEWT_MIS

INCLUDE J_1I_MIS_DATA.
INCLUDE J_1I_MIS_SELSCREEN.
INCLUDE J_1I_MIS_MAIN.
INCLUDE J_1I_MIS_FORMS.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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_1IEWT_MIS or its description.