SAP WLC_OPTIONS Load Control/Ext. Parallel Processing: Options Table
Overview
WLC_OPTIONS is a standard SAP S/4HANA table that stores Load Control/Ext. Parallel Processing: Options data. There are total 17 fields in the WLC_OPTIONS table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WLC_OPTIONS belongs to Quantity Optimizing (LO-RFM-MD-QO) module and is located in the package Retail: Load Control and External Parallel Proc./Customizing (WLC_PARALLEL_CUST).
In addition, following links provide an overview of foreign key relationships, if any, that link WLC_OPTIONS to other SAP tables and standard CDS views available based on WLC_OPTIONS table in S/4HANA 2020.
Techincal Settings of WLC_OPTIONS
Below are technical details of the table WLC_OPTIONS
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of WLC_OPTIONS Fields
The following table gives you an overview of the fields available in WLC_OPTIONS
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT | 3 | |
| REPORT_NAME | ABAP Program Name | PROGNAME | TRDIR | CHAR | 40 |
| PRESEL_MODE | Load Control/Ext. Paral. Proc.: Type of Preselection | WLC_PRESELECT_MODE | CHAR | 1 | |
| PRESEL_FM | Load Control/Ext. Paral. Proc.: FModule f. Data Preselection | WLC_PRESELECT_FUNCTION_MODULE | TFDIR | CHAR | 30 |
| PRESEL_PRIM_TAB | Load Control/Ext. Paral. Proc.: Header Table for Gen.Select. | WLC_PRESELECT_PRIMARY_TABLE | DD02L | CHAR | 30 |
| PRESEL_SEC_TAB | Load Control/Ext. Paral. Proc.: Row Table for Gen. Select. | WLC_PRESELECT_SECONDARY_TABLE | DD02L | CHAR | 30 |
| PRIM_TAB_WEIGHT | Load Control/Ext. Parallel.: Weighting Factor Field | WLC_PRESELECT_WEIGHTING_FIELD | DD03L | CHAR | 30 |
| SEC_TAB_WEIGHT | Load Control/Ext. Parallel.: Weighting Factor Field | WLC_PRESELECT_WEIGHTING_FIELD | DD03L | CHAR | 30 |
| WORKLOAD_MODE | Load Control/Ext. Paral. Proc.: Type of Workload Calculation | WLC_WORKLOAD_MODE | CHAR | 1 | |
| REPORT_VARIANT | ABAP: Name of variant (without program name) | VARIANT | VARID | CHAR | 14 |
| SELOPT_TO_FILL | Load Control/Ext. Paral. Proc.: Sel.Option that is Filled | WLC_SELOPT_TO_FILL | CHAR | 8 | |
| SELOPT_FOR_PARAL | Load Control/Ext. Paral. Proc.: SelOpt for Workload Determ. | WLC_SELOPT_FOR_PARALL_PROCESS | CHAR | 8 | |
| FIELD_FOR_PARAL | Load Control/Ext. Parall. Proc.: Field for Determ. Workload | WLC_FIELD_FOR_PARALL_PROCESS | CHAR | 132 | |
| SHOW_HIDDEN_SOPT | Load Control/Ext. Paral. Proc.: Show Hidden Select.Option? | WLC_SHOW_HIDDEN_SELOPTS | CHAR | 1 | |
| SERVER_GROUP | Server Group for Parallel Processing | SPTA_RFCGR | V_SRVGRP | CHAR | 20 |
| EVENT | Background Processing Event | BTCEVENTID | BTCSEV | CHAR | 32 |
| PARALLEL_MODE | Load Control/Ext. Paral. Proc.: Type of Parallel Processing | WLC_PARALLEL_MODE | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for WLC_OPTIONS
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WLC_OPTIONS | EVENT | 1: N | BTCSEV |
| WLC_OPTIONS | PRESEL_FM | : | TFDIR |
| WLC_OPTIONS | PRESEL_PRIM_TAB | : | DD02L |
| WLC_OPTIONS | PRESEL_SEC_TAB | : | DD02L |
| WLC_OPTIONS | PRIM_TAB_WEIGHT | 1: N | DD03L |
| WLC_OPTIONS | REPORT_NAME | 1: 1 | TRDIR |
| WLC_OPTIONS | REPORT_VARIANT | : | VARID |
| WLC_OPTIONS | SEC_TAB_WEIGHT | 1: N | DD03L |
| WLC_OPTIONS | SERVER_GROUP | : | V_SRVGRP |