SAP Reports / Programs

RWGDS_PROCESS_ITEMS_PARALLEL SAP ABAP Report - Report RWGDS_PROCESS_ITEMS_PARALLEL







RWGDS_PROCESS_ITEMS_PARALLEL 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 RWGDS_PROCESS_ITEMS_PARALLEL 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

WGDS_PROC_ITEMS_MASS - Mass Process Trade Items in Parallel


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 RWGDS_PROCESS_ITEMS_PARALLEL. "Basic submit
SUBMIT RWGDS_PROCESS_ITEMS_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT RWGDS_PROCESS_ITEMS_PARALLEL 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: GTR_CDAT = Trade Item Receipt Date/Time
Selection Text: GTR_GTIN = D .
Selection Text: GTR_LCHG = Last Change Date of Notif. Msg
Selection Text: GTR_VGLN = GLN of Vendor
Selection Text: GV_DJCNT = ?..
Selection Text: GV_DJNAM = /
Selection Text: GV_JOBNO = Number of Parallel Jobs
Selection Text: GV_MIXPN = ?..
Selection Text: GV_MXCYC = Maximum Number of Read Cycles
Selection Text: GV_MXRTY = Maximum Retries
Selection Text: GV_ORDPJ = Minimum Trade Items per Job
Selection Text: GV_SHLOG = Display/Print Application Log
Selection Text: GV_SHSTC = Display/Print Proc. Statistic
Selection Text: GV_STNOO = ?..
Selection Text: GV_SVGRP = D .
Title: Report RWGDS_PROCESS_ITEMS_PARALLEL
Text Symbol: XRT = Stop After Runtime Of
Text Symbol: XMI = Minutes
Text Symbol: XHO = Hour(s)
Text Symbol: SPL = Output Options
Text Symbol: SOP = Selection Criteria for One Pass Processing
Text Symbol: SNO = Stop When No Trade Items are Available
Text Symbol: SDA = In This State Since
Text Symbol: RLI = Run with Limitations as Specified Below
Text Symbol: R4E = Run Until Manually Stopped
Text Symbol: PCS = Processing State
Text Symbol: PBO = Package Building Options
Text Symbol: PAR = Parallel Processing Options
Text Symbol: 001 = Trade Items Daemon Processing
Text Symbol: 002 = Performance Assistant
Text Symbol: 020 = Running: Also Processing Newly Available Trade Items
Text Symbol: 021 = Running: Stops After Processing Current Worklist
Text Symbol: 022 = Running: Stops After Processing Current Trade Item Package
Text Symbol: 023 = Not Running
Text Symbol: 024 = Unknown
Text Symbol: 025 = Stopp After Worklist
Text Symbol: 026 = Stop ASAP
Text Symbol: 027 = Stop as Soon as Possible





Text Symbol: 028 = Stop After Processing Current Worklist
Text Symbol: 029 = Refresh Status
Text Symbol: 030 = Waiting: Restarts Processing After Newly Available Trade Items
Text Symbol: 031 = Waiting: Stops After Processing Current Worklist
Text Symbol: 032 = Waiting: Stops After Processing Current Trade Item Package
Text Symbol: 1PA = One Pass Processing (with Selection)
Text Symbol: ADM = Permanent Processing (as Daemon)
Text Symbol: CYT = Read Cycle Interval
Text Symbol: DAO = Daemon Runtime Options
Text Symbol: DJE = /
Text Symbol: DJO = Job ID/Name
Text Symbol: DJS = Daemon Start/Stop
Text Symbol: DMN = Processing Mode
Text Symbol: DST = Daemon State
Text Symbol: GTI = Select Complete Trade Item Hierarchies
Text Symbol: LIM = Daemon Runtime Limitations
Text Symbol: MPN = Allow Parallel Processing of Trade Items for Same Catalog Number


INCLUDES used within this REPORT RWGDS_PROCESS_ITEMS_PARALLEL

No INCLUDES are used within this REPORT code!


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