I_DFS_TechnicalStatus
Intf. View for Technical status
I_DFS_TechnicalStatus is a Basic CDS View that provides data about "Intf. View for Technical status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DfsAssgmtTechnicalStatus. 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_DFS_TechnicalStatusText | _TechnicalStatusText | $projection.DfsAssgmtTechnicalStatus = _TechnicalStatusText.DfsAssgmtTechnicalStatus |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IDFSTECHSTAT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Intf. View for Technical status | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | DfsAssgmtTechnicalStatus | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsAssgmtTechnicalStatus | domvalue_l | ||
| _TechnicalStatusText | _TechnicalStatusText |
@AbapCatalog.sqlViewName: 'IDFSTECHSTAT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Intf. View for Technical status'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
usageType: {
dataClass: #MIXED,
sizeCategory: #S,
serviceQuality: #X
},
resultSet.sizeCategory: #XS,
representativeKey: 'DfsAssgmtTechnicalStatus'
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_DFS_TechnicalStatus
as select from dd07l
association [0..*] to I_DFS_TechnicalStatusText as _TechnicalStatusText on $projection.DfsAssgmtTechnicalStatus = _TechnicalStatusText.DfsAssgmtTechnicalStatus
{
@ObjectModel.text.association: '_TechnicalStatusText'
key domvalue_l as DfsAssgmtTechnicalStatus,
/* Association */
_TechnicalStatusText
}
where
dd07l.domname = 'DFS_TECHNICALSTATUS'
and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_DFS_TECHNICALSTATUSTEXT"
],
"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