J_1IDOCLIST 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_1IDOCLIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1IFR - Subcontracting Challan Listing
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: ALL = All
Selection Text: ANNEXURE = Display Annexure IV
Selection Text: ASSIGN = Challans Captured
Selection Text: DELETED = Challans of deleted documents
Selection Text: P_BUKRS = Company Code
Selection Text: P_DOCNO = Internal Docment
Selection Text: P_DOCYR = Internal Document Year
Selection Text: P_EXGRP = Excise Group
Selection Text: P_EXNUM = Challan Number
Selection Text: P_EXYEAR = Challan Year
Selection Text: P_LIFNR = Vendor
Selection Text: P_RTDAT = Return date
Selection Text: P_SRGRP = Series Group
Selection Text: P_STATUS = Challan Status
Selection Text: P_WERKS = Plant
Selection Text: RECREDIT = Recredit Due
Selection Text: REVERSE = Reversal Due
Title: List of Subcontracting Challans
Text Symbol: 037 = Company Code
Text Symbol: 038 = Series Gp
Text Symbol: 039 = Excise Gp
Text Symbol: 040 = Initial
Text Symbol: 041 = Status
Text Symbol: 042 = Posted
Text Symbol: 043 = Fully Rec.
Text Symbol: 044 = Completed
Text Symbol: 045 = Reversed
Text Symbol: 046 = Deleted
Text Symbol: 047 = Cancelled
Text Symbol: 048 = Assigned
Text Symbol: 049 = Vendor No
Text Symbol: 050 = No documents found for the selection.
Text Symbol: 051 = Return Date
Text Symbol: 052 = Challan No
Text Symbol: 053 = NCCD
Text Symbol: 054 = ECS
Text Symbol: 055 = SECS
Text Symbol: 001 = Detailed Selection Criteria
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL FUNCTION 'J_1I6_DETERMINE_EXCISE_RATE' EXPORTING bukrs = wa_exchdr-bukrs werks = wa_exchdr-werks matnr = wa_excdtl-matnr vendor = wa_exchdr-lifnr kalsm = wa_t005-kalsm mwskz = wa_t001-mwskv tax_date = sy-datum menge = wa_excdtl-rev_qty kawrt = wa_excdtl-rev_exbas unit = wa_excdtl-meins IMPORTING exc_amount = wa_excdtl-rev_exbed add_amount = wa_excdtl-rev_exaed sed_amount = wa_excdtl-rev_exsed * NCCD changes starts nccd_amount = wa_excdtl-rev_nccd * NCCD changes ends * ECS changes starts ecs_amount = wa_excdtl-rev_ecs * ECS changes ends * Begin of SECS changes exaddtax1_amount = wa_excdtl-rev_secs * End of SECS changes EXCEPTIONS chapter_id_missing = 1 company_data_not_setup = 2 tax_proc_invalid = 3 excind_missing = 4 vendor_missing = 5 taxcode_invalid = 6 excise_rate_missing = 7 OTHERS = 8.
J_1I6_UNIT_CONVERSION CALL FUNCTION 'J_1I6_UNIT_CONVERSION' EXPORTING matnr_imp = exsl_excinv-matnr unit_new_imp = wa_excdtl-meins unit_old_imp = exsl_excinv-meins value_old_imp = exsl_excinv-credit_qty IMPORTING value_new_exp = exsl_excinv-credit_qty EXCEPTIONS overflow = 1 OTHERS = 2.
J_1I6_DETERMINE_EXCISE_RATE CALL FUNCTION 'J_1I6_DETERMINE_EXCISE_RATE' EXPORTING bukrs = wa_exchdr-bukrs werks = wa_exchdr-werks matnr = wa_excdtl-matnr vendor = wa_exchdr-lifnr kalsm = wa_t005-kalsm mwskz = wa_t001-mwskv tax_date = sy-datum menge = wa_excdtl-rec_qty kawrt = wa_excdtl-rec_exbas unit = wa_excdtl-meins IMPORTING exc_amount = wa_excdtl-rec_exbed add_amount = wa_excdtl-rec_exaed sed_amount = wa_excdtl-rec_exsed * NCCD changes starts nccd_amount = wa_excdtl-rec_nccd * NCCD changes ends * ECS changes starts ecs_amount = wa_excdtl-rec_ecs * ECS changes ends * Begin of SECS changes exaddtax1_amount = wa_excdtl-rec_secs * End of SECS changes EXCEPTIONS chapter_id_missing = 1 company_data_not_setup = 2 tax_proc_invalid = 3 excind_missing = 4 vendor_missing = 5 taxcode_invalid = 6 excise_rate_missing = 7 OTHERS = 8.
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_1IDOCLIST or its description.