I_DFS_TechnicalStatusText
Intf. View for Technical status text
I_DFS_TechnicalStatusText is a Basic CDS View that provides data about "Intf. View for Technical status text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields DfsAssgmtTechnicalStatus, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_DFS_TechnicalStatus | _TechnicalStatus | $projection.DfsAssgmtTechnicalStatus = _TechnicalStatus.DfsAssgmtTechnicalStatus |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IDFSTECHSTATT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| EndUserText.label | Intf. View for Technical status text | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | DfsAssgmtTechnicalStatus | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsAssgmtTechnicalStatus | domvalue_l | ||
| KEY | Language | ddlanguage | ||
| DfsAssgmtTechnicalStatusDesc | dd07t | ddtext | Active / Draft Description | |
| _TechnicalStatus | _TechnicalStatus | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IDFSTECHSTATT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@EndUserText.label: 'Intf. View for Technical status text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
dataClass: #ORGANIZATIONAL,
sizeCategory: #S,
serviceQuality: #A
},
representativeKey: 'DfsAssgmtTechnicalStatus'
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_DFS_TechnicalStatusText as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_DFS_TechnicalStatus as _TechnicalStatus on $projection.DfsAssgmtTechnicalStatus = _TechnicalStatus.DfsAssgmtTechnicalStatus
{
key domvalue_l as DfsAssgmtTechnicalStatus,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key ddlanguage as Language,
@Semantics.text: true
@EndUserText.label: 'Active / Draft Description'
dd07t.ddtext as DfsAssgmtTechnicalStatusDesc,
/* Association */
_TechnicalStatus,
_Language
} where dd07t.domname = 'DFS_TECHNICALSTATUS' and dd07t.as4local = 'A'
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