SAP WDR_ADP_GET_MP Web Dynpro Runtime: Get->Property Mapping of Adapters Table
Overview
WDR_ADP_GET_MP is a standard SAP S/4HANA table that stores Web Dynpro Runtime: Get->Property Mapping of Adapters data. There are total 6 fields in the WDR_ADP_GET_MP table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDR_ADP_GET_MP 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_ADP_GET_MP to other SAP tables and standard CDS views available based on WDR_ADP_GET_MP table in S/4HANA 2020.
Techincal Settings of WDR_ADP_GET_MP
Below are technical details of the table WDR_ADP_GET_MP
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WDR_ADP_GET_MP Fields
The following table gives you an overview of the fields available in WDR_ADP_GET_MP
| 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_ADAPTER_PROP | CHAR | 30 |
| ADAPTER_NAME | Web Dynpro Runtime: Adapter Name | WDR_ADAPTER_NAME | WDR_ADAPTER_PROP | CHAR | 23 |
| PROPERTY_NAME | Component name | SEOCMPNAME | WDR_ADAPTER_PROP | CHAR | 30 |
| VELEM_PROP_NAME | Web Dynpro: Name of a Web Dynpro Metadata Object | WDY_MD_UI_ELEMENT_PROP_NAME | WDY_UI_PROP_DEF | CHAR | 60 |
| CHECK_VALIDITY | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| CON_SELECTION | 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_ADP_GET_MP
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDR_ADP_GET_MP | ADAPTER_NAME | : | WDR_ADAPTER_PROP |
| WDR_ADP_GET_MP | LIBRARY_NAME | : | WDR_ADAPTER_PROP |
| WDR_ADP_GET_MP | PROPERTY_INTF | : | * |
| WDR_ADP_GET_MP | PROPERTY_NAME | : | WDR_ADAPTER_PROP |
| WDR_ADP_GET_MP | VELEM_PROP_NAME | : | WDY_UI_PROP_DEF |