SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_2IREXT SAP ABAP Report - Excise Registers Extraction







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


Transaction Code(s):

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

J2I5 - Extract


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





Text Symbol: 002 = RG23A PART I
Text Symbol: 001 = Registers


INCLUDES used within this REPORT J_2IREXT

INCLUDE J_2ISDEF.
INCLUDE J_2ICONS.
INCLUDE J_2IDDEF.


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:

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.



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