SAP WDKDYNLAYOUT WDK: Dynamic Layout Table
Overview
WDKDYNLAYOUT is a standard SAP S/4HANA table that stores WDK: Dynamic Layout data. There are total 9 fields in the WDKDYNLAYOUT table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDKDYNLAYOUT belongs to Musing Tools (BC-MUS) module and is located in the package Kayak Controller (WDK_CONTROLLER).
In addition, following links provide an overview of foreign key relationships, if any, that link WDKDYNLAYOUT to other SAP tables and standard CDS views available based on WDKDYNLAYOUT table in S/4HANA 2020.
Techincal Settings of WDKDYNLAYOUT
Below are technical details of the table WDKDYNLAYOUT
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WDKDYNLAYOUT Fields
The following table gives you an overview of the fields available in WDKDYNLAYOUT
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| OBJECT | Layout object for dynamic adjustments | WDK_LAYOUT_OBJECT | WDKLAYOUTOBJ | CHAR | 4 |
| LAYOUT | Layout variant for dynamic adjustments | WDK_LAYOUT | WDKLAYOUT | CHAR | 10 |
| ELEMENT | Web Dynpro: Name of a UI Element | WDK_UI_ELEMENT_NAME | WDKLAYOUTELEM | CHAR | 60 |
| PARENT | Web Dynpro: Name of a Parent UI Element | WDK_UI_PARENT_NAME | WDKLAYOUTELEM | CHAR | 60 |
| CONT_LAYOUT | Web Dynpro UI Layout | WDK_UI_LAYOUT_NAME | CHAR | 3 | |
| HIDE | WDK: Hide UI element in layout | WDK_LAYOUT_HIDE | CHAR | 1 | |
| Y_POSITION | Layout: Y-Position | WDK_LAYOUT_Y_POSITION | INT4 | 10 | |
| X_POSITION | Layout: X-Position | WDK_LAYOUT_X_POSITION | INT4 | 10 | |
| OTR_TEXT | Unique Alias Name for OTR Concept | WDK_OTR_ALIAS | CHAR | 50 |
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 WDKDYNLAYOUT
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDKDYNLAYOUT | ELEMENT | 1: CN | WDKLAYOUTELEM |
| WDKDYNLAYOUT | LAYOUT | 1: CN | WDKLAYOUT |
| WDKDYNLAYOUT | OBJECT | 1: CN | WDKLAYOUTOBJ |
| WDKDYNLAYOUT | PARENT | 1: CN | WDKLAYOUTELEM |