I_WorkAssignmentKeyMapping
Work Assignment Key Mappings
I_WorkAssignmentKeyMapping is a Basic CDS View that provides data about "Work Assignment Key Mappings" in SAP S/4HANA. It reads from 2 data sources (wfd_d_assgmt, wfd_d_keymap) and exposes 13 fields with key field WorkAssignment. Part of development package VDM_WFD_WORK_FORCE.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| wfd_d_assgmt | assgmt | inner |
| wfd_d_keymap | keymap | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Work Assignment Key Mappings | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkAssignment | wfd_d_keymap | workforce_assgmt_id | WorkForce Assgmt ID |
| BusinessPartner | wfd_d_keymap | business_partner_id | Busn. Partner | |
| WorkforcePersonExternalID | wfd_d_keymap | person_id_external | External Person ID | |
| WorkAssignmentStartDate | wfd_d_assgmt | start_date | Valn start date | |
| WorkAssignmentEndDate | wfd_d_assgmt | end_date | Valn End date | |
| IsContingentWorker | wfd_d_assgmt | is_contingent_worker | Contingent Worker | |
| CentralPerson | wfd_d_keymap | central_person | WorkForce Master ID | |
| WorkforcePersonID | wfd_d_keymap | worker_id | Worker ID | |
| Country2DigitISOCode | wfd_d_keymap | country | Venue: Ctry/Reg | |
| WorkAssignmentExternalID | ||||
| WorkforceBPModelType | wfd_d_keymap | bp_model_type | Workforceperson BP Model type | |
| WorkAssignmentDataSource | wfd_d_keymap | data_source | Data Source | |
| IsBlocked | wfd_d_keymap | block_ind | BlockingInd. |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_WorkAssignmentKeyMapping.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW I_WorkAssignmentKeyMapping AS
SELECT
keymap.workforce_assgmt_id AS WorkAssignment,
keymap.business_partner_id AS BusinessPartner,
keymap.person_id_external AS WorkforcePersonExternalID,
assgmt.start_date AS WorkAssignmentStartDate,
assgmt.end_date AS WorkAssignmentEndDate,
assgmt.is_contingent_worker AS IsContingentWorker,
keymap.central_person AS CentralPerson,
keymap.worker_id AS WorkforcePersonID,
keymap.country AS Country2DigitISOCode,
cast(keymap.user_id as wfd_assgmt_ext_id preserving type) AS WorkAssignmentExternalID,
keymap.bp_model_type AS WorkforceBPModelType,
keymap.data_source AS WorkAssignmentDataSource,
keymap.block_ind AS IsBlocked
FROM wfd_d_keymap AS keymap
INNER JOIN wfd_d_assgmt AS assgmt ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA