The CWB_OPTIONS_DEF table in SAP ERP or S/4HANA stores User-specific options for the Engineering Workbench data. There are total 40 fields in CWB_OPTIONS_DEF table. The User-specific options for the Engineering Workbench table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CWB_OPTIONS_DEF table. It is in R/3 Application Development: PP Task Lists (CP) ABAP package and is part of the Routing (PP-BD-RTG) module.
SAP CWB_OPTIONS_DEF Table Fields
Following is the list of fields that are available in SAP CWB_OPTIONS_DEF table. The primary key fields of the table are MANDT (Client), USERD (Changed by).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| USERD | Changed by | USER | CHAR (12) | |
| CAPID | Application | CAPID | TC04 | CHAR (4) |
| EMENG | Required quantity | EMENG | QUAN (13) | |
| MANUAL_BOM_SEL | EWB: Manual BOM selection indicator (top level) | FLG_MANUAL_BOM_SEL | CHAR (1) | |
| OPR_PRINT | Template for work instruction | LDPS_LAYOUT_ID | CHAR (8) | |
| PRINT_BY_WORD | Print via MS Word | FLG_PRINT_BY_WORD | CHAR (1) | |
| PRINT_BY_ALV | List printout | FLG_PRINT_BY_ALV | CHAR (1) | |
| CHANGE_ALL_VERS | Update mass changes | FLG_MASS_CHANGE_FUTURE | CHAR (1) | |
| CHANGE_PERIOD | Validity window automatically “change status” | FLG_CHANGE_PERIOD | CHAR (1) | |
| DISPLAY_DELETED | Display Deleted Objects | FLG_DISPLAY_DELETED_OBJECTS | CHAR (1) | |
| MAT_COPY | Materials are copied | MAT_COPY | CHAR (1) | |
| TSK_COPY | Headers are copied | TSK_COPY | CHAR (1) | |
| SEQ_COPY | Sequences are copied | SEQ_COPY | CHAR (1) | |
| CLA_TSK_COPY | Header classifications are copied | CLA_TSK_COPY | CHAR (1) | |
| ODP_SEQ_COPY | Sequence dependencies are copied | ODP_SEQ_COPY | CHAR (1) | |
| OPR_COPY | Operations are copied | OPR_COPY | CHAR (1) | |
| MTK_COPY | Create material-routing assignments | MTK_COPY | CHAR (1) | |
| ODP_OPR_COPY | Operation dependencies are copied | ODP_OPR_COPY | CHAR (1) | |
| CLA_OPR_COPY | Operation classifications are copied | CLA_OPR_COPY | CHAR (1) | |
| SUO_COPY | Suboperations Are Copied | SUO_COPY | CHAR (1) | |
| ODP_SUO_COPY | Operation dependencies are copied | ODP_OPR_COPY | CHAR (1) | |
| COM_COPY | Component Assignments Are Copied | COM_COPY | CHAR (1) | |
| PRT_COPY | Production resources/tools are copied | PRT_COPY | CHAR (1) | |
| ODP_PRT_COPY | Production resource/tool dependencies are copied | ODP_PRT_COPY | CHAR (1) | |
| MST_COPY | Trigger points are copied | MST_COPY | CHAR (1) | |
| CHA_COPY | Inspection characteristics are copied | CHA_COPY | CHAR (1) | |
| CHV_COPY | Inspection characteristic values are copied | CHV_COPY | CHAR (1) | |
| PAC_COPY | Maintenance Packages Are Copied | PAC_COPY | CHAR (1) | |
| BOM_COPY | BOM headers are being copied | BOM_COPY | CHAR (1) | |
| OBM_COPY | Material-BOM assignments are copied | OBM_COPY | CHAR (1) | |
| ITM_COPY | Items are copied | ITM_COPY | CHAR (1) | |
| ODP_ITM_COPY | Item dependencies are copied | ODP_ITM_COPY | CHAR (1) | |
| SUI_COPY | Sub-items are copied | SUI_COPY | CHAR (1) | |
| COPY_HIER | Multi-level copy | FLG_COPY_HIER | CHAR (1) | |
| CONTEXT_SET | Flag: Set target context after copying | CONTEXT_SET | CHAR (1) | |
| VIEW_SEL_PERIOD | EWB: Indicator: View selection period in the browser | FLG_SEL_PERIOD | CHAR (1) | |
| VIEW_DMU | EWB: Indicator: View DMU in the browser | FLG_DMU | CHAR (1) | |
| BROWSER_ACTIVE | EWB: Browser is active | BROWSER_ACTIVE | CHAR (1) | |
| FLG_SEL_COMPLEX | Flag: Complex selection criteria | FLG_SEL_COMPLEX | CHAR (1) |


