SAP WDR_ADAPTER_PROP Web Dynpro Runtime: Adapter Properties Table
Overview
WDR_ADAPTER_PROP is a standard SAP S/4HANA table that stores Web Dynpro Runtime: Adapter Properties data. There are total 16 fields in the WDR_ADAPTER_PROP table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDR_ADAPTER_PROP 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_ADAPTER_PROP to other SAP tables and standard CDS views available based on WDR_ADAPTER_PROP table in S/4HANA 2020.
Techincal Settings of WDR_ADAPTER_PROP
Below are technical details of the table WDR_ADAPTER_PROP
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WDR_ADAPTER_PROP Fields
The following table gives you an overview of the fields available in WDR_ADAPTER_PROP
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| LIBRARY_NAME | Web Dynpro : Name of a UI Element Library | WDY_MD_UI_ELEMENT_LIBRARY | WDR_UIEL_ADAPTER | CHAR | 30 |
| ADAPTER_NAME | Web Dynpro Runtime: Adapter Name | WDR_ADAPTER_NAME | WDR_UIEL_ADAPTER | CHAR | 23 |
| PROPERTY_NAME | Component name | SEOCMPNAME | * | CHAR | 30 |
| TYPTYPE | Typing | SEOTYPTYPE | NUMC | 1 | |
| DECLTYPE | Attribute declaration level | SEOATTDECL | NUMC | 1 | |
| EXPOSURE | Visibility of a class or component | SEOEXPOSE | NUMC | 1 | |
| READ_ONLY | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| TYPE | Text field length 200 | CHAR200 | CHAR | 200 | |
| VALUE | Initial value | SEOVALUE | CHAR | 132 | |
| MAPPING_RULE | Web Dynpro Runtime: Mapping Rule for Adapter Attribute | WDR_ADAPTER_PROP_MAPPING_RULE | NUMC | 2 | |
| IS_UCA_AFTER | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| DEP_PROP_NAME | Component name | SEOCMPNAME | CHAR | 30 | |
| IS_BIDIRECTIONAL | Settings for Bi-Directional Attributes | WDR_ADAPTER_PROP_BIDIRECT_MODE | CHAR | 1 | |
| RENDER_HINPFIELD | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| IS_LOCAL | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| ENFORCE_ESCAPING | Escaping Mode | WDR_ADP_PROP_ENFORCE_ESCAPING | 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_ADAPTER_PROP
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDR_ADAPTER_PROP | ADAPTER_NAME | : | WDR_UIEL_ADAPTER |
| WDR_ADAPTER_PROP | DEP_ADAPTER_NAME | : | * |
| WDR_ADAPTER_PROP | DEP_LIBRARY_NAME | : | * |
| WDR_ADAPTER_PROP | LIBRARY_NAME | : | WDR_UIEL_ADAPTER |
| WDR_ADAPTER_PROP | PROPERTY_NAME | : | * |