I_DfsCapabilityStmntCat
Defence Capability Statement Category
I_DfsCapabilityStmntCat is a Basic CDS View that provides data about "Defence Capability Statement Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DfsCapbltStmntCat. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DfsCapabilityStmntCatText | _DfsCapabilityStmntCatText | $projection.DfsCapbltStmntCat = _DfsCapabilityStmntCatText.DfsCapbltStmntCat |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IDFSCAPSTMCAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.type | #SINGLE | view | |
| AbapCatalog.buffering.numberOfKeyFields | 1 | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Defence Capability Statement Category | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | DfsCapbltStmntCat | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsCapbltStmntCat | |||
| _DfsCapabilityStmntCatText | _DfsCapabilityStmntCatText |
@AbapCatalog.sqlViewName: 'IDFSCAPSTMCAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.type: #SINGLE
@AbapCatalog.buffering.numberOfKeyFields: 1
@AbapCatalog.buffering.status: #ACTIVE
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Defence Capability Statement Category'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: { representativeKey: 'DfsCapbltStmntCat',
usageType: {serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING},
resultSet.sizeCategory: #XS }
define view I_DfsCapabilityStmntCat
as select from dd07l
association [0..*] to I_DfsCapabilityStmntCatText as _DfsCapabilityStmntCatText on $projection.DfsCapbltStmntCat = _DfsCapabilityStmntCatText.DfsCapbltStmntCat
{
@ObjectModel.text.association: '_DfsCapabilityStmntCatText'
key cast(dd07l.domvalue_l as dfs_cscat ) as DfsCapbltStmntCat,
_DfsCapabilityStmntCatText
}
where
dd07l.domname = 'DFS_CSCAT'
and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_DFSCAPABILITYSTMNTCATTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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