SAP Reports / Programs

J_1ISTCH SAP ABAP Report - Challan updation Program







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


Transaction Code(s):

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

J2IB - Service tax challan


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_1ISTCH. "Basic submit
SUBMIT J_1ISTCH AND RETURN. "Return to original report after report execution complete
SUBMIT J_1ISTCH 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: 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


INCLUDES used within this REPORT J_1ISTCH

No INCLUDES are used within this REPORT code!


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