C_Sitn2DefTypeVH
Situation Definition Type
C_Sitn2DefTypeVH is a Consumption CDS View that provides data about "Situation Definition Type" in SAP S/4HANA. It reads from 1 data source (I_SitnDefDomainValueText) and exposes 2 fields with key field SitnDefType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SitnDefDomainValueText | I_SitnDefDomainValueText | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSITN2DEFTYPEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | SitnDefType | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| EndUserText.label | Situation Definition Type | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SitnDefType | DomainValue | ||
| SitnDefTypeText | DomainText |
@AbapCatalog.sqlViewName: 'CSITN2DEFTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{ representativeKey: 'SitnDefType',
usageType:{
serviceQuality:#B,
sizeCategory: #M,
dataClass: #MASTER
},
resultSet.sizeCategory: #XS,
dataCategory:#VALUE_HELP
}
@EndUserText.label: 'Situation Definition Type'
define view C_Sitn2DefTypeVH as select from I_SitnDefDomainValueText {
@Consumption.filter.hidden: true
@ObjectModel.text: { element: 'SitnDefTypeText' }
key DomainValue as SitnDefType,
@Semantics.text: true
DomainText as SitnDefTypeText
}where
I_SitnDefDomainValueText.SAPDataDictionaryDomain = 'SIT_DO_DEF_TYPE'
and I_SitnDefDomainValueText.Language = $session.system_language
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