J_1ISTCH 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_1ISTCH into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2IB - Service tax challan
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: S_VENDOR = Vendor
Selection Text: S_PAYDUE = Payment Due
Selection Text: S_GSBER = Business Area
Selection Text: S_DOC = Document Number
Selection Text: S_DATE = Posting Date
Selection Text: S_COMP = Company Code
Selection Text: S_CHLNDT = challan Date
Selection Text: S_CHLN = Challan Number
Selection Text: P_REGNO = Servc.tax registration no
Selection Text: P_CHDATE = Challan Date
Selection Text: P_CHALL = Challan Number
Title: Challan updation Program
Text Symbol: 0S2 = Enter Challan Number And Date
Text Symbol: 0S1 = Selection Criteria
Text Symbol: 028 = Number
Text Symbol: 027 = ency
Text Symbol: 024 = Code
Text Symbol: 021 = Indi.
Text Symbol: 009 = Total Tax to be paid:
Text Symbol: 008 = Challan
Text Symbol: 007 = Curr-
Text Symbol: 006 = Base Amount
Text Symbol: 005 = Tax Amount
Text Symbol: 004 = Tax
Text Symbol: 003 = Post Date
Text Symbol: 002 = Doc. Number
Text Symbol: 001 = Status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.