SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

J_3GINVD SAP ABAP Report - Input Sales Orders (Test) Job of Dependent Documents from J_3GINVC







J_3GINVD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to transfer sales documents from external systems into the SAP system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_3GINVD 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_3GINVD. "Basic submit
SUBMIT J_3GINVD AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GINVD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Log of Sales Order Creation (CEM)
Selection Text: PA_ABDAT = Settlemnt date:
Selection Text: PA_ANZ = Max. no. of items per order
Selection Text: PA_CWB = No. of orders per commit work
Selection Text: PA_EQLEI = Settle equipment performance
Selection Text: PA_JOBNR = Job sequence number
Selection Text: PA_MAVER = Settle material deliveries
Selection Text: PA_MPOS = Max. no. of items per order
Selection Text: PA_TEXT = Commentary for settlement run
Selection Text: SO_BELNR = Document number
Selection Text: SO_BUKRE = or co. code
Selection Text: SO_EMPF = or ship-to party
Selection Text: TESTA_ON = TestRun, without orders
Selection Text: TESTB_ON = TestRun, source data unchanged
Selection Text: TEST_ON = Test run
Title: Input Sales Orders (Test) Job of Dependent Documents from J_3GINVC
Text Symbol: 161 = Test run
Text Symbol: 160 = Error on displaying selection criteria
Text Symbol: 151 = Material:
Text Symbol: 150 = Equi:
Text Symbol: 144 = Upd. run
Text Symbol: 092 = Doc. table
Text Symbol: 091 = Table of historical stock
Text Symbol: 078 = JobName
Text Symbol: 077 = Job number
Text Symbol: 076 = External job
Text Symbol: 075 = TriggerJobs
Text Symbol: 074 = Conts
Text Symbol: 004 = Item
Text Symbol: 009 = Table
Text Symbol: 050 = Table of historical stock
Text Symbol: 051 = Internal table ISDAPOS after processing
Text Symbol: 052 = Grouped for each SD order:
Text Symbol: 053 = OTyp
Text Symbol: 054 = Sld-to pty
Text Symbol: 055 = Doc. no.
Text Symbol: 056 = ITMNo
Text Symbol: 057 = Sender





Text Symbol: 058 = Recipient
Text Symbol: 059 = T
Text Symbol: 060 = ATyp
Text Symbol: 061 = Frm
Text Symbol: 062 = To
Text Symbol: 063 = Equi no.
Text Symbol: 064 = Qty
Text Symbol: 065 = UM
Text Symbol: 066 = SeqNo
Text Symbol: 067 = Settlement run no.
Text Symbol: 068 = of:
Text Symbol: 069 = Settlement date:
Text Symbol: 070 = J3G
Text Symbol: 071 = (No.int.)
Text Symbol: 072 = Test run
Text Symbol: 073 = Message
001 Message content


INCLUDES used within this REPORT J_3GINVD

INCLUDE RVDIREKT.
INCLUDE J_3GVDSL.


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