E_WorkforceAssignment

DDL: E_WORKFORCEASSIGNMENT SQL: EWORKFORCEASGMNT Type: view EXTENSION Package: WFD_BL_PERSISTENCE

Extended view for workforce assignment details

E_WorkforceAssignment is a Extension CDS View that provides data about "Extended view for workforce assignment details" in SAP S/4HANA. It reads from 1 data source (wfd_d_assgmt) and exposes 1 field with key field WorkforceAssignment. Part of development package WFD_BL_PERSISTENCE.

Data Sources (1)

SourceAliasJoin Type
wfd_d_assgmt Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EWORKFORCEASGMNT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Extended view for workforce assignment details view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY WorkforceAssignment wfd_d_assgmt workforce_assgmt_id WorkForce Assgmt ID

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 E_WorkforceAssignment.
-- 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: EWORKFORCEASGMNT

CREATE VIEW E_WorkforceAssignment AS
SELECT
  Persistence.workforce_assgmt_id AS WorkforceAssignment
FROM wfd_d_assgmt AS Persistence
;