SAP Reports / Programs

J_3GINDX SAP ABAP Report - Input Sales Orders Postprcg Data Archive







J_3GINDX 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_3GINDX into the relevant SAP transactions such as SE38 or SE80


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_3GINDX. "Basic submit
SUBMIT J_3GINDX AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GINDX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Input Sales Orders Postprcg Data Archive
Text Symbol: 100 = Error in log postprcg data
Text Symbol: 034 = Document sub-items
Text Symbol: 033 = Document items
Text Symbol: 032 = Docs
Text Symbol: 031 = be maintained
Text Symbol: 030 = Doc. data for which int. or ext. status has to
Text Symbol: 027 = SettlDateE
Text Symbol: 026 = SettlDateI
Text Symbol: 025 = Ext. sts
Text Symbol: 024 = Int. sts
Text Symbol: 023 = Subitem
Text Symbol: 022 = Item
Text Symbol: 021 = Doc.
Text Symbol: 019 = Last settlement date
Text Symbol: 018 = Key for table INDX
Text Symbol: 017 = SNo.
Text Symbol: 016 = Date from
Text Symbol: 015 = AType
Text Symbol: 014 = Resource
Text Symbol: 013 = ExRcptRcpt
Text Symbol: 012 = Dbtr-rcpnt
Text Symbol: 011 = Recipient
Text Symbol: 010 = Job:
Text Symbol: 007 = of last settlement has to be maintnd
Text Symbol: 006 = Recipient records for which date
Text Symbol: 005 = Postprcg data
Text Symbol: 004 = No. of data records:
Text Symbol: 003 = settlement date has to be maintained
Text Symbol: 002 = Table of historical stock records for which int. or ext.
Text Symbol: 001 = Postprcg data for settl. run no.


INCLUDES used within this REPORT J_3GINDX

INCLUDE J_3GINTOP1.


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:

J_3G_LIST_ARCHIV_HI call function 'J_3G_LIST_ARCHIV_HI' exporting i_repid = 'J_3GINSD' i_nummer = hlp_nummer * i_lsind = 1 i_save_popup = hlp_save_popup * I_EDIT_NUMMER = ' ' * importing * e_archivnr = exceptions list_index_invalid = 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_3GINDX or its description.