C_DFS_AssgmtFrcExerRotList

DDL: C_DFS_ASSGMTFRCEXERROTLIST SQL: CDFSASGMTFEEXL Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_DFS_UniversalAssignmentUnion I_DFS_UniversalAssignmentUnion from

Associations (4)

CardinalityTargetAliasCondition
[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)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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]
;