I_PersnWrkAgreementDet
Retrieve Person Work Agreement Details
I_PersnWrkAgreementDet is a Composite CDS View that provides data about "Retrieve Person Work Agreement Details" in SAP S/4HANA. It reads from 1 data source (I_PersonWorkAgreement_1) and exposes 10 fields with key fields Person, PersonWorkAgreement. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PersonWorkAgreement_1 | I_PersonWorkAgreement_1 | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_PersonWorkAgrmtToExternalID | _PersonWorkAgrmtToExternalID | $projection.PersonWorkAgreement = _PersonWorkAgrmtToExternalID.PersonWorkAgreement |
| [1] | I_WorkforcePersonDet | _WorkforcePerson | $projection.Person = _WorkforcePerson.Person |
| [0..1] | I_WorkforcePersonImageURL | _WorkforcePersonImageURL | $projection.Person = _WorkforcePersonImageURL.Person |
| [1] | I_BusinessPartner | _BusinessPartner | $projection.Person = _BusinessPartner.BusinessPartner and _BusinessPartner.BusinessPartnerCategory = '1' |
| [0..*] | I_WorkforcePersonSkillTags | _WorkforcePersonSkillTags | $projection.Person = _WorkforcePersonSkillTags.Person and _WorkforcePersonSkillTags.WorkforcePersonSkillTagType = 'S' |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AbapCatalog.sqlViewName | IWRKAGRMNTDET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Retrieve Person Work Agreement Details | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Person | I_PersonWorkAgreement_1 | Person | Person/ Farm/ Field |
| KEY | PersonWorkAgreement | I_PersonWorkAgreement_1 | PersonWorkAgreement | Personnel No. |
| PersonFullName | I_PersonWorkAgreement_1 | PersonFullName | Full Name | |
| _PersonWorkAgrmtToExternalID | _PersonWorkAgrmtToExternalID | |||
| _BusinessPartner | _BusinessPartner | |||
| _WorkforcePerson | _WorkforcePerson | |||
| _PersonWorkAgrmtOrglDetails | _PersonWorkAgrmtOrglDetails | |||
| _PersonWorkAgrmtStatus | _PersonWorkAgrmtStatus | |||
| _WorkforcePersonImageURL | _WorkforcePersonImageURL | |||
| _WorkforcePersonSkillTags | _WorkforcePersonSkillTags |
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_PersnWrkAgreementDet.
-- 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.
-- SQL view name: IWRKAGRMNTDET
CREATE VIEW I_PersnWrkAgreementDet AS
SELECT
I_PersonWorkAgreement_1.Person AS Person,
I_PersonWorkAgreement_1.PersonWorkAgreement AS PersonWorkAgreement,
I_PersonWorkAgreement_1.PersonFullName AS PersonFullName
FROM I_PersonWorkAgreement_1
LEFT OUTER JOIN I_PersonWorkAgrmtToExternalID AS _PersonWorkAgrmtToExternalID ON PersonWorkAgreement = _PersonWorkAgrmtToExternalID.PersonWorkAgreement -- association [1..*]
LEFT OUTER JOIN I_WorkforcePersonDet AS _WorkforcePerson ON Person = _WorkforcePerson.Person -- association [1]
LEFT OUTER JOIN I_WorkforcePersonImageURL AS _WorkforcePersonImageURL ON Person = _WorkforcePersonImageURL.Person -- association [0..1]
LEFT OUTER JOIN I_BusinessPartner AS _BusinessPartner ON Person = _BusinessPartner.BusinessPartner AND _BusinessPartner.BusinessPartnerCategory = '1' -- association [1]
LEFT OUTER JOIN I_WorkforcePersonSkillTags AS _WorkforcePersonSkillTags ON Person = _WorkforcePersonSkillTags.Person AND _WorkforcePersonSkillTags.WorkforcePersonSkillTagType = 'S' -- association [0..*]
;
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