SAP WDR_UIEL_ADAPTER Web Dynpro Runtime: Adapter for Elements of UI Libraries Table
Overview
WDR_UIEL_ADAPTER is a standard SAP S/4HANA table that stores Web Dynpro Runtime: Adapter for Elements of UI Libraries data. There are total 15 fields in the WDR_UIEL_ADAPTER table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDR_UIEL_ADAPTER belongs to Web Dynpro ABAP Rendering (BC-WD-ABA-REN) module and is located in the package Web Dynpro Runtime: Rendering (SWDP_RUNTIME_RENDERING).
In addition, following links provide an overview of foreign key relationships, if any, that link WDR_UIEL_ADAPTER to other SAP tables and standard CDS views available based on WDR_UIEL_ADAPTER table in S/4HANA 2020.
Techincal Settings of WDR_UIEL_ADAPTER
Below are technical details of the table WDR_UIEL_ADAPTER
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WDR_UIEL_ADAPTER Fields
The following table gives you an overview of the fields available in WDR_UIEL_ADAPTER
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| LIBRARY_NAME | Web Dynpro : Name of a UI Element Library | WDY_MD_UI_ELEMENT_LIBRARY | WDY_UI_LIBRARY | CHAR | 30 |
| ADAPTER_NAME | Web Dynpro Runtime: Adapter Name | WDR_ADAPTER_NAME | CHAR | 23 | |
| EXT_ADAPTER_LIB | Web Dynpro : Name of a UI Element Library | WDY_MD_UI_ELEMENT_LIBRARY | WDR_UIEL_ADAPTER | CHAR | 30 |
| EXT_ADAPTER_NAME | Web Dynpro Runtime: Adapter Name | WDR_ADAPTER_NAME | WDR_UIEL_ADAPTER | CHAR | 23 |
| UR_INTERFACE | Object Type Name | SEOCLSNAME | SEOCLASS | CHAR | 30 |
| IS_ABSTRACT | Checkbox | XFELD | CHAR | 1 | |
| DEFINITION_NAME | Web Dynpro: Web Dynpro UI Element Definition | WDY_MD_UI_ELEMENT_DEF_NAME | WDY_UI_ELEM_DEF | CHAR | 60 |
| CUSTOM_METHOD | Web Dynpro: Special Method (Incl. Interface) | WDR_ADAPTER_CUSTOM_METHOD | CHAR | 62 | |
| IS_PRIVATE | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| ALLOW_DELTA_SYNC | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| HAS_FINALIZE_UCA | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| HAS_POSTREND_UCA | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| ID_GEN_ENTITY | Single-Character Flag | CHAR1 | CHAR | 1 | |
| LABEL_SUPPORT | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| IS_MAIN_ADAPTER | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | 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 WDR_UIEL_ADAPTER
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDR_UIEL_ADAPTER | DEFINITION_NAME | : | WDY_UI_ELEM_DEF |
| WDR_UIEL_ADAPTER | EXT_ADAPTER_LIB | : | WDR_UIEL_ADAPTER |
| WDR_UIEL_ADAPTER | EXT_ADAPTER_NAME | : | WDR_UIEL_ADAPTER |
| WDR_UIEL_ADAPTER | LIBRARY_NAME | : | WDY_UI_LIBRARY |
| WDR_UIEL_ADAPTER | UR_INTERFACE | : | SEOCLASS |