J_2IREXT 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_2IREXT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2I5 - Extract
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: R_ALL =
Selection Text: P_STDATE = Start date
Selection Text: P_EXGRP = Excise group
Selection Text: P_ENDATE = End date
Title: Excise Registers Extraction
Text Symbol: 300 = Rupees
Text Symbol: 061 = To
Text Symbol: 060 = For Period
Text Symbol: 058 = Extraction
Text Symbol: 031 = Re-extract
Text Symbol: 030 = Continue ?
Text Symbol: 029 = Confirm step
Text Symbol: 028 = Cancelled
Text Symbol: 027 = Deleted
Text Symbol: 026 = Not Rcvd
Text Symbol: 025 = Extraction Status
Text Symbol: 024 = Excise Indicator for Plant
Text Symbol: 023 = Company-Plant
Text Symbol: 022 = Select at least one register for extraction
Text Symbol: 021 = Batch
Text Symbol: 020 = Mode
Text Symbol: 019 = Last Extracted Dates
Text Symbol: 018 = Display
Text Symbol: 017 = Select any register
Text Symbol: 016 = Select Registers
Text Symbol: 015 = Extraction dates
Text Symbol: 014 = Last Extraction Dates
Text Symbol: 013 = All registers
Text Symbol: 012 = Select
Text Symbol: 011 = ANNEXURE - V
Text Symbol: 010 = ANNEXURE - IV
Text Symbol: 009 = RT-12
Text Symbol: 008 = RG1
Text Symbol: 007 = RG23D
Text Symbol: 006 = PLA
Text Symbol: 005 = RG23C PART II
Text Symbol: 004 = RG23C PART I
Text Symbol: 003 = RG23A PART II
INCLUDE J_2ISDEF.
INCLUDE J_2ICONS.
INCLUDE J_2IDDEF.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_WITH_TABLE_DISPLAY_OK CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY_OK' EXPORTING ENDPOS_COL = 50 ENDPOS_ROW = 20 STARTPOS_COL = 20 STARTPOS_ROW = 10 TITLETEXT = TEXT-019 TABLES VALUETAB = I_LAST_EXTRCT_DATES EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.