C_WorkpackageMember
Members of Workpackage
C_WorkpackageMember is a Consumption CDS View that provides data about "Members of Workpackage" in SAP S/4HANA. It has 1 association to related views.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | I_WorkforcePersonDet | _WorkforcePerson | $projection.person = _WorkforcePerson.Person |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CWPMEMBER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Members of Workpackage | view | |
| AccessControl.personalData.blocking | #REQUIRED | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| EngagementProject | PlanData | EngagementProject | Engmnt Project ID | |
| EngagementProjectResource | PlanData | EngagementProjectResource | Resource ID | |
| EmploymentInternalID | PlanData | EmploymentInternalID | WorkForce Assgmt ID | |
| EngmtProjEmployeeIsStaffed | _EngmntProjectSupplyData | EngmtProjEmployeeIsStaffed | Confirmation of staffed Employee | |
| WorkPackage | PlanData | WorkPackage | Plan Item | |
| EngagementProjectServiceOrg | PlanData | EngagementProjectServiceOrg | Service Org. | |
| _EngagementProjectResource | PlanData | _EngagementProjectResource | ||
| _WorkPackage | PlanData | _WorkPackage | ||
| _EngagementProject | PlanData | _EngagementProject | ||
| Person | ||||
| EngagementProjectResourceType | PlanData | EngagementProjectResourceType | ResourceTypeID | |
| _PersonWorkAgreement_1 | PlanData | _PersonWorkAgreement_1 | ||
| _PersonWorkAgreementDet | PlanData | _PersonWorkAgreementDet |
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 C_WorkpackageMember.
-- 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: CWPMEMBER
CREATE VIEW C_WorkpackageMember AS
SELECT
PlanData.EngagementProject AS EngagementProject,
PlanData.EngagementProjectResource AS EngagementProjectResource,
PlanData.EmploymentInternalID AS EmploymentInternalID,
_EngmntProjectSupplyData.EngmtProjEmployeeIsStaffed AS EngmtProjEmployeeIsStaffed,
PlanData.WorkPackage AS WorkPackage,
PlanData.EngagementProjectServiceOrg AS EngagementProjectServiceOrg,
PlanData._EngagementProjectResource AS _EngagementProjectResource,
PlanData._WorkPackage AS _WorkPackage,
PlanData._EngagementProject AS _EngagementProject,
PlanData._PersonWorkAgreement_1.Person AS Person,
PlanData.EngagementProjectResourceType AS EngagementProjectResourceType,
PlanData._PersonWorkAgreement_1 AS _PersonWorkAgreement_1,
PlanData._PersonWorkAgreementDet AS _PersonWorkAgreementDet
LEFT OUTER JOIN I_WorkforcePersonDet AS _WorkforcePerson ON person = _WorkforcePerson.Person -- association [1]
;
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