C_DFS_AssgmtFeToCapbltObjList
Consumption view - FE to CAP List
C_DFS_AssgmtFeToCapbltObjList is a Consumption CDS View that provides data about "Consumption view - FE to CAP List" in SAP S/4HANA. It reads from 1 data source (I_DFS_UniversalAssignmentUnion) and exposes 41 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_DfsCapabilityCodeVH | _CapabilityCodeVH | $projection.DfsCapabilityObjectTargetUUID = _CapabilityCodeVH.DfsCapabilityObjectUUID |
| [0..1] | C_FrcElmntOrgSuplmntyVrtlElmnt | _SrceFrcElmntOrgTP | $projection.forceelementorgid = _SrceFrcElmntOrgTP.ForceElementOrgID and _SrceFrcElmntOrgTP.FrcElmntOrgLanguage = $session.system_language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDFSASSGMTFECAPL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Consumption view - FE to CAP List | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
Fields (41)
| 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 Start Date | ||
| DfsAssgmtValdtyEndDate | DfsAssgmtValdtyEndDate | Valid End Date | ||
| DfsAssgmtSourceType | DfsAssgmtSourceType | Source Type | ||
| DfsAssgmtType | DfsAssgmtType | Assignment Type | ||
| ForceElementOrgSrceUUID | ForceElementOrgSrceUUID | GUID 32 | ||
| ForceElementOrgSrceID | ForceElementOrgSrceID | Object ID | ||
| DfsCapabilityObjectTargetUUID | DfsCapabilityObjectTargetUUID | Capability Obj UUID | ||
| DfsCapabilityObjectUUID | DfsCapabilityObjectTargetUUID | Capability Obj UUID | ||
| DfsCapabilityObjectTargetID | DfsCapabilityObjectTargetID | Capability ID | ||
| DfsAssgmtStatusObject | DfsAssgmtStatusObject | Object Number | ||
| DfsAssgmtStatusCode | DfsAssgmtStatusCode | Status Code | ||
| Status | ||||
| IsActiveEntity | ||||
| DfsCapbltObjShortName | _CapabilityCodeVH | DfsCapbltObjShortName | Capability | |
| DfsCapbltObjName | _CapabilityCodeVH | DfsCapbltObjName | Capability Name | |
| FrcElmntOrgType | ||||
| ForceElementOrgUUID | ||||
| FrcElmntOrgName | _SrceFrcElmntOrgTP | FrcElmntOrgName | Object Name | |
| FrcElmntOrgPlanVersion | ||||
| FrcElmntOrgSymbol | Symbol Code | |||
| ForceElementOrgID | _SrceFrcElmntOrgTP | ForceElementOrgID | Object ID Processor | |
| DfsAssgmtPlanOperationCode | DfsAssgmtPlanOperationCode | Planned Op. Code | ||
| DfsAssgmtPlanOperationCodeDesc | ||||
| DfsAssgmtPlanStatusObject | DfsAssgmtPlanStatusObject | Planning status | ||
| DfsAssgmtPlanDelimitDate | DfsAssgmtPlanDelimitDate | Planned Del. Date | ||
| DfsAssgmtPlanOperationStatus | ||||
| DfsAssgmtPlanOpStsCriticality | _PlanStatusObjectActiveStatus | StatusCriticality | ||
| _StatusAttributes | _StatusAttributes | |||
| _TechnicalStatusText | _TechnicalStatusText | |||
| _CapabilityCodeVH | _CapabilityCodeVH | |||
| _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_AssgmtFeToCapbltObjList.
-- 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: CDFSASSGMTFECAPL
CREATE VIEW C_DFS_AssgmtFeToCapbltObjList AS
SELECT
DfsAssgmtUUID,
DraftUUID,
DfsAssgmtActiveDraft,
HasActiveEntity,
HasDraftEntity,
DfsAssgmtCreationDateTime,
DfsAssgmtCreatedByUser,
DfsAssgmtChangeDateTime,
DfsAssgmtLastChgdByUser,
DfsAssgmtValdtyStrtDate,
DfsAssgmtValdtyEndDate,
DfsAssgmtSourceType,
DfsAssgmtType,
ForceElementOrgSrceUUID,
ForceElementOrgSrceID,
DfsCapabilityObjectTargetUUID,
DfsCapabilityObjectTargetUUID AS DfsCapabilityObjectUUID,
DfsCapabilityObjectTargetID,
DfsAssgmtStatusObject,
DfsAssgmtStatusCode,
_StatusAttributes._SystemStatusText[1:Language = $session.system_language].SystemStatusName AS Status,
'true' AS IsActiveEntity,
_CapabilityCodeVH.DfsCapbltObjShortName AS DfsCapbltObjShortName,
_CapabilityCodeVH.DfsCapbltObjName AS DfsCapbltObjName,
_SrceFrcElmntOrgTP._FrcElmntOrg.FrcElmntOrgType AS FrcElmntOrgType,
_SrceFrcElmntOrgTP._FrcElmntOrg.ForceElementOrgUUID AS ForceElementOrgUUID,
_SrceFrcElmntOrgTP.FrcElmntOrgName AS FrcElmntOrgName,
_SrceFrcElmntOrgTP._FrcElmntOrg.FrcElmntOrgPlanVersion AS FrcElmntOrgPlanVersion,
_SrceFrcElmntOrgTP._FrcElmntOrgSuplmntySymCode.FrcElmntOrgSymbol AS FrcElmntOrgSymbol,
_SrceFrcElmntOrgTP.ForceElementOrgID AS ForceElementOrgID,
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
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_DfsCapabilityCodeVH AS _CapabilityCodeVH ON DfsCapabilityObjectTargetUUID = _CapabilityCodeVH.DfsCapabilityObjectUUID -- association [1..1]
LEFT OUTER JOIN C_FrcElmntOrgSuplmntyVrtlElmnt AS _SrceFrcElmntOrgTP ON forceelementorgid = _SrceFrcElmntOrgTP.ForceElementOrgID AND _SrceFrcElmntOrgTP.FrcElmntOrgLanguage = $session.system_language -- 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