SAP Reports / Programs

RWLC_REPORT_IN_PARALLEL SAP ABAP Report - Framework for Parallel Reports







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 &SYST-TITLE&...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 RWLC_REPORT_IN_PARALLEL 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 RWLC_REPORT_IN_PARALLEL. "Basic submit
SUBMIT RWLC_REPORT_IN_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT RWLC_REPORT_IN_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: 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





Text Symbol: 451 = Executing Server
Text Symbol: 452 = RFC Message
Text Symbol: 453 = Selection Criteria
Text Symbol: 454 = Selection for "Fill Value"
Text Symbol: 455 = Selection for Distribution
Text Symbol: 456 = Criteria Not Used
Text Symbol: 457 = Only Primary Key of the First Table
Text Symbol: 458 = Data Preselection "Fill Value"
Text Symbol: 459 = Data Preselection, Distribut.
Text Symbol: 460 = T E S T R U N !
Text Symbol: 461 = Generated Routines for Data Preselection
Text Symbol: 462 = Weighting Factor Field
Text Symbol: 463 = SUBMIT Return Code
Text Symbol: 464 = Report Confirms at the End
Text Symbol: 303 = Preparation Complete. Parallel Processing Started...
Text Symbol: 302 = Prepare Parallel Processing: Distribution of Workload...
Text Symbol: 301 = Prepare Parallel Processing: Data Preselection...
Text Symbol: 300 = Prepare Parallel Processing: Initialization...
Text Symbol: 234 = Dynamic Dialog
Text Symbol: 233 = Dialog
Text Symbol: 232 = Background
Text Symbol: 231 = Scheduled Jobs
Text Symbol: 224 = Asynchronous Job Start in Online Processes (with Dynamic Control)
Text Symbol: 223 = Asynchronous Job Start in Online Processes (Static)
Text Symbol: 222 = Start Job in Background
Text Symbol: 221 = Jobs Already Scheduled: Fill Variants
Text Symbol: 214 = Report and Worklist
Text Symbol: 213 = Report Management
Text Symbol: 212 = Parameters for Parallel Processing
Text Symbol: 211 = Parallel Processing Using Selection Option
Text Symbol: 210 = Additional Selection Criteria
Text Symbol: 207 = Program Documentation
Text Symbol: 206 = Hide Selection Options
Text Symbol: 205 = Show Hidden Selection Options
Text Symbol: 203 = .
Text Symbol: 202 = Selection of Selection Options for Creating Separate Worklists
Text Symbol: 201 = Selection of Values for Grouping Worklists
Text Symbol: 199 = *** Text Symbols >= 200 Are Copied 1:1 to the Generated Report
Text Symbol: 100 = Parallel Start of Report





Text Symbol: 008 = Testtext
Text Symbol: 424 = Standard Deviation
Text Symbol: 423 = Variance
Text Symbol: 422 = Average
Text Symbol: 421 = Maximum
Text Symbol: 420 = Minimum
Text Symbol: 419 = Total
Text Symbol: 418 = Number of Entries
Text Symbol: 417 = Only the Existence of a Value Is Relevant for the Workload
Text Symbol: 416 = The Number of Values is Cumulated for the Workload
Text Symbol: 415 = Event for Next Job
Text Symbol: 414 = Server Group
Text Symbol: 413 = Field
Text Symbol: 412 = Table
Text Symbol: 411 = Filled Selection Option
Text Symbol: 410 = Actual
Text Symbol: 409 = Target
Text Symbol: 408 = Second Selected Table
Text Symbol: 407 = First Selected Table
Text Symbol: 406 = Selected Table
Text Symbol: 405 = Data Preselection by FM
Text Symbol: 404 = Number of Jobs in Total
Text Symbol: 403 = Number of Parallel Jobs
Text Symbol: 402 = Use Variant
Text Symbol: 401 = Report Executed in Parallel
Text Symbol: 305 = Parallel Processing Completed
Text Symbol: 304 = Parallel Processing...


INCLUDES used within this REPORT RWLC_REPORT_IN_PARALLEL

INCLUDE WLC_REPORT_IN_PARALLELTOP.
INCLUDE WLC_REPORT_IN_PARALLELSEL4.
INCLUDE WLC_REPORT_IN_PARALLELSEL5.
INCLUDE WLC_REPORT_IN_PARALLELF06.


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