SAP Reports / Programs

J_3GINNA SAP ABAP Report - Input Sales Orders Postprocessing







J_3GINNA 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_3GINNA 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

J3GN - Postproc. Input Sales Orders


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_3GINNA. "Basic submit
SUBMIT J_3GINNA AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GINNA 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: PA_START = Refresh data
Title: Input Sales Orders Postprocessing
Text Symbol: 042 = Dbtr-rcpnt
Text Symbol: 043 = ExRcptRcpt
Text Symbol: 044 = Resource
Text Symbol: 045 = AType
Text Symbol: 046 = Date from
Text Symbol: 047 = SNo.
Text Symbol: 049 = Doc.
Text Symbol: 050 = Item
Text Symbol: 051 = Subitem
Text Symbol: 052 = Int. sts
Text Symbol: 053 = Ext. sts
Text Symbol: 054 = SettlDateI
Text Symbol: 055 = SettlDateE
Text Symbol: 091 = J_3GHBEST
Text Symbol: 098 = Customer no.
Text Symbol: 099 = Host:
Text Symbol: 110 = CAUTION: Error during archiving! Save list to file!
Text Symbol: 111 = Postprocessing executed (see: ETM settlement log)
Text Symbol: 160 = Error on displaying selection criteria
Text Symbol: 161 = *Blr-text
Text Symbol: 162 = *Blr-Count
Text Symbol: 001 = Process - features
Text Symbol: 002 = Number of successfully modified data records
Text Symbol: 003 = Pstprcg
Text Symbol: 004 = No. of data records to be postprocessed:
Text Symbol: 005 = Run number:
Text Symbol: 006 = Postprocess for input sales orders
Text Symbol: 007 = Could not find postprcg data
Text Symbol: 008 = O.K.
Text Symbol: 009 = For settlement run
Text Symbol: 010 = Could not find further postprcg data
Text Symbol: 011 = Docs
Text Symbol: 012 = Document items
Text Symbol: 013 = Document sub-items
Text Symbol: 014 = Historical stock
Text Symbol: 015 = Rest:





Text Symbol: 016 = Recipient data
Text Symbol: 020 = Table
Text Symbol: 021 = Rcpt/Equi/DateFr.:
Text Symbol: 030 = Doc. data for which int. or ext. status has to
Text Symbol: 031 = be maintained
Text Symbol: 032 = Table of historical stock records for which int. or ext.
Text Symbol: 033 = settlement date has to be maintained
Text Symbol: 041 = Recipient


INCLUDES used within this REPORT J_3GINNA

INCLUDE RVDIREKT.
INCLUDE J_3GVCF10.


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