SAP WDR_ELEM_APT_MAP Web Dynpro Runtime: Mapping View Element to Adapter Table
Overview
WDR_ELEM_APT_MAP is a standard SAP S/4HANA table that stores Web Dynpro Runtime: Mapping View Element to Adapter data. There are total 5 fields in the WDR_ELEM_APT_MAP table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDR_ELEM_APT_MAP 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_ELEM_APT_MAP to other SAP tables and standard CDS views available based on WDR_ELEM_APT_MAP table in S/4HANA 2020.
Techincal Settings of WDR_ELEM_APT_MAP
Below are technical details of the table WDR_ELEM_APT_MAP
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WDR_ELEM_APT_MAP Fields
The following table gives you an overview of the fields available in WDR_ELEM_APT_MAP
| 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_ELEM_DEF | CHAR | 30 |
| DEFINITION_NAME | Web Dynpro: Web Dynpro UI Element Definition | WDY_MD_UI_ELEMENT_DEF_NAME | WDY_UI_ELEM_DEF | CHAR | 60 |
| ADAPTER_NAME | Web Dynpro Runtime: Adapter Name | WDR_ADAPTER_NAME | WDR_UIEL_ADAPTER | CHAR | 23 |
| HAS_LIFETIME_MGM | Replacement for Real Boolean Type: 'X' == True '' == False | WDY_BOOLEAN | CHAR | 1 | |
| ID_GEN_ENTITY | Single-Character Flag | CHAR1 | 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_ELEM_APT_MAP
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDR_ELEM_APT_MAP | ADAPTER_NAME | : | WDR_UIEL_ADAPTER |
| WDR_ELEM_APT_MAP | DEFINITION_NAME | : | WDY_UI_ELEM_DEF |
| WDR_ELEM_APT_MAP | LIBRARY_NAME | : | WDY_UI_ELEM_DEF |