SAP Reports / Programs | Cross-Application Components(CA) SAP CA

RWLC_PROCESS_IN_PARALLEL SAP ABAP Report - Load Distribution and External Parallel Processing







RWLC_PROCESS_IN_PARALLEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Workload Distribution and External Parallel Processing Many reports cannot be parallel processed...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_PROCESS_IN_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

WLCPAR - External Parallel Processing


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_PROCESS_IN_PARALLEL. "Basic submit
SUBMIT RWLC_PROCESS_IN_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT RWLC_PROCESS_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: IF_VARNT = D .
Selection Text: IF_LANGU = D .
Selection Text: IF_START = Start Parallel Report?
Selection Text: IF_RPRTP = Generated Parallel Report
Selection Text: IF_REPRT = Report for Parallel Processing
Title: Load Distribution and External Parallel Processing
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: 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: 464 = Report Confirms at the End
Text Symbol: 463 = SUBMIT Return Code
Text Symbol: 462 = Weighting Factor Field
Text Symbol: 461 = Generated Routines for Data Preselection
Text Symbol: 460 = * * * T E S T R U N ! * * *





Text Symbol: 459 = Data Preselection, Distribut.
Text Symbol: 458 = Data Preselection "Fill Value"
Text Symbol: 457 = Only Primary Key of the First Table
Text Symbol: 456 = Criteria Not Used
Text Symbol: 455 = Selection for Distribution
Text Symbol: 454 = Selection for "Fill Value"
Text Symbol: 453 = Selection Criteria
Text Symbol: 452 = RFC Message
Text Symbol: 451 = Executing Server
Text Symbol: 450 = Field for Allocation
Text Symbol: 449 = Runtimes for Job Processing
Text Symbol: 448 = Data Preselection
Text Symbol: 447 = Data Preselection Step 2
Text Symbol: 446 = Data Preselection Step 1
Text Symbol: 445 = Total Data Preselection
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: 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: 194 = Print Report Lsts Immediately?
Text Symbol: 193 = Error Messages
Text Symbol: 192 = Output Gen. Tables Selected?
Text Symbol: 191 = Log Details
Text Symbol: 190 = Test Mode
Text Symbol: 141 = Workload per Job
Text Symbol: 131 = Start on Server Group
Text Symbol: 121 = Terminating Event
Text Symbol: 111 = Number of Scheduled Jobs
Text Symbol: 106 = Weighting Factor Field
Text Symbol: 105 = and





Text Symbol: 104 = Data Preselection from Table
Text Symbol: 103 = Data Preselection Via FM
Text Symbol: 102 = Number of Parallel Jobs
Text Symbol: 101 = Use Variant
Text Symbol: 100 = Parallel Start of Report
Text Symbol: 099 = *** Text Symbols 100 - 198 Are Adopted as Selection Texts (Length <= 30)
Text Symbol: 010 = Customizing
Text Symbol: 005 = May the Report Be Overwritten?
Text Symbol: 004 = and Regenerate this Report with Transaction WLCPAR
Text Symbol: 003 = If Necessary, Change Customizing (transaction WLCPARC)
Text Symbol: 002 = NEVER Change this Program Manually
Text Symbol: 001 = Parallel Processing from
Text Symbol: 000 = *** Text Symbols <100 Are Used Locally
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...
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


INCLUDES used within this REPORT RWLC_PROCESS_IN_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:

WLC_CUSTOMIZING_READ CALL FUNCTION 'WLC_CUSTOMIZING_READ' EXPORTING if_report_name = if_reprt if_language = if_langu IMPORTING es_options = ls_cust_options et_preselect_criteria = lt_preselect_criteria et_preselect_criteria_texts = lt_presel_crit_texts ef_selopt_entry_count_max = lf_selopt_max_entry ef_subrc = ef_subrc EXCEPTIONS report_name_missing = 01 no_customizing = 02 wrong_customizing = 03 OTHERS = 99 .



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