C_DfsCapabilityCodeVH
Value Help for Defense Capability Code
C_DfsCapabilityCodeVH is a Consumption CDS View (Dimension) that provides data about "Value Help for Defense Capability Code" in SAP S/4HANA. It reads from 1 data source (I_DfsCapabilityObject) and exposes 7 fields with key field DfsCapbltObjShortName. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DfsCapabilityObject | I_DfsCapabilityObject | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_DfsCapabilityObject | _DfsCapabilityRootObject | $projection.DfsCapbltObjRootUUID = _DfsCapabilityRootObject.DfsCapabilityObjectUUID |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDFSCAPBLTCODEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Value Help for Defense Capability Code | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsCapbltObjShortName | I_DfsCapabilityObject | DfsCapbltObjShortName | Capability Code |
| DfsCapabilityObjectUUID | I_DfsCapabilityObject | DfsCapabilityObjectUUID | Capability Obj UUID | |
| DfsCapbltObjRootUUID | I_DfsCapabilityObject | DfsCapbltObjRootUUID | Root UUID | |
| DfsCapabilityObjectID | I_DfsCapabilityObject | DfsCapabilityObjectID | Capability ID | |
| DfsCapbltObjName | I_DfsCapabilityObject | DfsCapbltObjName | Capability Name | |
| DfsCapbltObjSearchRootName | _DfsCapabilityRootObject | DfsCapbltObjName | Capability Tree | |
| _SenstvyClfn | _SenstvyClfn |
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_DfsCapabilityCodeVH.
-- 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: CDFSCAPBLTCODEVH
CREATE VIEW C_DfsCapabilityCodeVH AS
SELECT
I_DfsCapabilityObject.DfsCapbltObjShortName AS DfsCapbltObjShortName,
I_DfsCapabilityObject.DfsCapabilityObjectUUID AS DfsCapabilityObjectUUID,
I_DfsCapabilityObject.DfsCapbltObjRootUUID AS DfsCapbltObjRootUUID,
I_DfsCapabilityObject.DfsCapabilityObjectID AS DfsCapabilityObjectID,
I_DfsCapabilityObject.DfsCapbltObjName AS DfsCapbltObjName,
_DfsCapabilityRootObject.DfsCapbltObjName AS DfsCapbltObjSearchRootName
FROM I_DfsCapabilityObject
LEFT OUTER JOIN I_DfsCapabilityObject AS _DfsCapabilityRootObject ON DfsCapbltObjRootUUID = _DfsCapabilityRootObject.DfsCapabilityObjectUUID -- 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