C_DFS_AssgmtFrcExerRotList
Consumption view for Exercise Rotation list
C_DFS_AssgmtFrcExerRotList is a Consumption CDS View that provides data about "Consumption view for Exercise Rotation list" in SAP S/4HANA. It reads from 1 data source (I_DFS_UniversalAssignmentUnion) and exposes 36 fields with key fields DfsAssgmtUUID, DraftUUID. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DFS_UniversalAssignmentUnion | I_DFS_UniversalAssignmentUnion | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_DFS_StatusAttributes | _StatusAttributes | $projection.DfsAssgmtStatusCode = _StatusAttributes.SystemStatus |
| [0..*] | I_DFS_TechnicalStatusText | _TechnicalStatusText | $projection.DfsAssgmtActiveDraft = _TechnicalStatusText.DfsAssgmtTechnicalStatus |
| [1..1] | C_FrcElmntOrgOpExerRotationVH | _FrcElmntOrgOpExerRotationVH | $projection.FrcElmntOrgRotationKey = _FrcElmntOrgOpExerRotationVH.FrcElmntOrgRotationKey and $projection.FrcElmntOrgOpExerciseID = _FrcElmntOrgOpExerRotationVH.ForceElementOrgID |
| [0..1] | C_FrcElmntSuplmntyAttribAssgmt | _SrceFrcElmntOrgTP | $projection.FrcElmntOrgOpExerciseID = _SrceFrcElmntOrgTP.ForceElementOrgID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDFSASGMTFEEXL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Consumption view for Exercise Rotation list | view |
Fields (36)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsAssgmtUUID | DfsAssgmtUUID | Assigment GUID | |
| KEY | DraftUUID | DraftUUID | UUID | |
| DfsAssgmtActiveDraft | DfsAssgmtActiveDraft | |||
| HasActiveEntity | HasActiveEntity | TRUE | ||
| HasDraftEntity | HasDraftEntity | Has Draft | ||
| DfsAssgmtCreationDateTime | DfsAssgmtCreationDateTime | Created On | ||
| DfsAssgmtCreatedByUser | DfsAssgmtCreatedByUser | Created By | ||
| DfsAssgmtChangeDateTime | DfsAssgmtChangeDateTime | Changed On | ||
| DfsAssgmtLastChgdByUser | DfsAssgmtLastChgdByUser | Changed By | ||
| DfsAssgmtValdtyStrtDate | DfsAssgmtValdtyStrtDate | Valid From (Date) | ||
| DfsAssgmtValdtyEndDate | DfsAssgmtValdtyEndDate | Valid To (Date) | ||
| DfsAssgmtSourceType | DfsAssgmtSourceType | Source Object Type | ||
| DfsAssgmtType | DfsAssgmtType | Assignment Type | ||
| ForceElementOrgSrceUUID | ForceElementOrgSrceUUID | GUID 32 | ||
| ForceElementOrgSrceID | ForceElementOrgSrceID | Object ID | ||
| FrcElmntOrgRotationKey | FrcElmntOrgRotationKey | Contingent Key | ||
| FrcElmntOrgOpExerciseID | FrcElmntOrgOpExerciseID | Operation/Exercise ID | ||
| FrcElmntOrgName | _SrceFrcElmntOrgTP | FrcElmntOrgName | Name | |
| DfsAssgmtStatusObject | DfsAssgmtStatusObject | Object Number | ||
| DfsAssgmtStatusCode | DfsAssgmtStatusCode | Status Code | ||
| Status | ||||
| FrcElmntOrgRotationName | _FrcElmntOrgOpExerRotationVH | FrcElmntOrgRotationName | ||
| FrcElmntOrgType | _SrceFrcElmntOrgTP | FrcElmntOrgType | Object type | |
| ForceElementOrgUUID | _SrceFrcElmntOrgTP | ForceElementOrgUUID | GUID 32 | |
| DfsAssgmtPlanOperationCode | DfsAssgmtPlanOperationCode | Planned Op. Code | ||
| DfsAssgmtPlanOperationCodeDesc | ||||
| DfsAssgmtPlanStatusObject | DfsAssgmtPlanStatusObject | Planning status | ||
| DfsAssgmtPlanDelimitDate | DfsAssgmtPlanDelimitDate | Planned Del. Date | ||
| DfsAssgmtPlanOperationStatus | ||||
| DfsAssgmtPlanOpStsCriticality | _PlanStatusObjectActiveStatus | StatusCriticality | ||
| ForceElementOrgID | _SrceFrcElmntOrgTP | ForceElementOrgID | Object ID Processor | |
| _StatusAttributes | _StatusAttributes | |||
| _TechnicalStatusText | _TechnicalStatusText | |||
| _FrcElmntOrgOpExerRotationVH | _FrcElmntOrgOpExerRotationVH | |||
| _SrceFrcElmntOrgTP | _SrceFrcElmntOrgTP | |||
| _PlannedOperation | _PlannedOperation |
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_DFS_AssgmtFrcExerRotList.
-- 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: CDFSASGMTFEEXL
CREATE VIEW C_DFS_AssgmtFrcExerRotList AS
SELECT
DfsAssgmtUUID,
DraftUUID,
DfsAssgmtActiveDraft,
HasActiveEntity,
HasDraftEntity,
DfsAssgmtCreationDateTime,
DfsAssgmtCreatedByUser,
DfsAssgmtChangeDateTime,
DfsAssgmtLastChgdByUser,
DfsAssgmtValdtyStrtDate,
DfsAssgmtValdtyEndDate,
DfsAssgmtSourceType,
DfsAssgmtType,
ForceElementOrgSrceUUID,
ForceElementOrgSrceID,
FrcElmntOrgRotationKey,
FrcElmntOrgOpExerciseID,
_SrceFrcElmntOrgTP.FrcElmntOrgName AS FrcElmntOrgName,
DfsAssgmtStatusObject,
DfsAssgmtStatusCode,
_StatusAttributes._SystemStatusText[1:Language = $session.system_language].SystemStatusName AS Status,
_FrcElmntOrgOpExerRotationVH.FrcElmntOrgRotationName AS FrcElmntOrgRotationName,
_SrceFrcElmntOrgTP.FrcElmntOrgType AS FrcElmntOrgType,
_SrceFrcElmntOrgTP.ForceElementOrgUUID AS ForceElementOrgUUID,
DfsAssgmtPlanOperationCode,
_PlannedOperation._Text[1:Language = $session.system_language].DfsAssgmtPlanOperationCodeDesc AS DfsAssgmtPlanOperationCodeDesc,
DfsAssgmtPlanStatusObject,
DfsAssgmtPlanDelimitDate,
_PlanStatusObjectActiveStatus._StatusCode._StatusCodeText[1:Language = $session.system_language].StatusName AS DfsAssgmtPlanOperationStatus,
_PlanStatusObjectActiveStatus.StatusCriticality AS DfsAssgmtPlanOpStsCriticality,
_SrceFrcElmntOrgTP.ForceElementOrgID AS ForceElementOrgID
FROM I_DFS_UniversalAssignmentUnion
LEFT OUTER JOIN I_DFS_StatusAttributes AS _StatusAttributes ON DfsAssgmtStatusCode = _StatusAttributes.SystemStatus -- association [0..1]
LEFT OUTER JOIN I_DFS_TechnicalStatusText AS _TechnicalStatusText ON DfsAssgmtActiveDraft = _TechnicalStatusText.DfsAssgmtTechnicalStatus -- association [0..*]
LEFT OUTER JOIN C_FrcElmntOrgOpExerRotationVH AS _FrcElmntOrgOpExerRotationVH ON FrcElmntOrgRotationKey = _FrcElmntOrgOpExerRotationVH.FrcElmntOrgRotationKey AND FrcElmntOrgOpExerciseID = _FrcElmntOrgOpExerRotationVH.ForceElementOrgID -- association [1..1]
LEFT OUTER JOIN C_FrcElmntSuplmntyAttribAssgmt AS _SrceFrcElmntOrgTP ON FrcElmntOrgOpExerciseID = _SrceFrcElmntOrgTP.ForceElementOrgID -- association [0..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