RWLC_REPORT_IN_PARALLEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Parallel Processing the Report
If you would like to execute this report or see the full code listing simply enter RWLC_REPORT_IN_PARALLEL into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: GF_OWNFM = Data Preselection via FM
Selection Text: GF_PTAB = Data Preselection from Table
Selection Text: GF_STAB = and
Selection Text: GF_WTFLD = Weighting Factor Field
Selection Text: IF_EV40 = Terminating Event
Selection Text: IF_JOBS = Number of Parallel Jobs
Selection Text: IF_REPRT = Parallel Start of Report
Selection Text: IF_SVGP2 = Start on Server Group
Selection Text: IF_TEST = Test Mode
Selection Text: IF_VARNT = Use Variant
Selection Text: IF_WKLDJ = Workload per Job
Title: Framework for Parallel Reports
Text Symbol: 444 = Report Runtime Incl. SUBMIT
Text Symbol: 443 = Asynchronous RFC
Text Symbol: 442 = Runtime
Text Symbol: 441 = End
Text Symbol: 440 = Start
Text Symbol: 439 = Canceled
Text Symbol: 438 = completed with warning(s)
Text Symbol: 437 = Completed with Error(s)
Text Symbol: 436 = Completed with Information Message(s)
Text Symbol: 435 = Successfully Completed
Text Symbol: 434 = Started
Text Symbol: 433 = Initialized
Text Symbol: 432 = Open
Text Symbol: 431 = End Status
Text Symbol: 430 = Workload
Text Symbol: 429 = Variant
Text Symbol: 428 = Started in Parallel Job
Text Symbol: 427 = Runtimes for Job
Text Symbol: 426 = as a Result, the Jobs Were Assigned According to Ascending Workload
Text Symbol: 425 = as a Result, the Workload Was Distributed Equally Among the Jobs
Text Symbol: 445 = Total Data Preselection
Text Symbol: 446 = Data Preselection Step 1
Text Symbol: 447 = Data Preselection Step 2
Text Symbol: 448 = Data Preselection
Text Symbol: 449 = Runtimes for Job Processing
Text Symbol: 450 = Field for Allocation
INCLUDE WLC_REPORT_IN_PARALLELTOP.
INCLUDE WLC_REPORT_IN_PARALLELSEL4.
INCLUDE WLC_REPORT_IN_PARALLELSEL5.
INCLUDE WLC_REPORT_IN_PARALLELF06.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 RWLC_REPORT_IN_PARALLEL or its description.
RWLC_REPORT_IN_PARALLEL - Framework for Parallel Reports RWLC_REPORT_IN_PARALLEL - Framework for Parallel Reports RWLC_PROCESS_IN_PARALLEL - Load Distribution and External Parallel Processing RWLC_PROCESS_IN_PARALLEL - Load Distribution and External Parallel Processing RWLC_PARALLEL_TEST - Test Report for Parallel Processing RWLC_PARALLEL_TEST - Test Report for Parallel Processing