I_SupDmndAllDocSupType
Description of Supply Types
I_SupDmndAllDocSupType is a Basic CDS View (Dimension) that provides data about "Description of Supply Types" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key field AssignedSupplyType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07v | dd07v | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SupDmndAllDocSupTypeT | _Text | $projection.AssignedSupplyType = _Text.AssignedSupplyType |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ISUPDMNDADSUPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | AssignedSupplyType | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Description of Supply Types | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssignedSupplyType | |||
| AssignedSupplyTypeName | ddtext | |||
| _Text | _Text |
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@AbapCatalog: {
sqlViewName: 'ISUPDMNDADSUPT',
compiler.compareFilter: true,
preserveKey: true
}
@Analytics: {
dataCategory: #DIMENSION,
internalName:#LOCAL
}
@ObjectModel: {
usageType: {
dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'AssignedSupplyType',
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SQL_DATA_SOURCE],
modelingPattern: #ANALYTICAL_DIMENSION
}
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Description of Supply Types'
define view I_SupDmndAllDocSupType
as select from dd07v
association [0..*] to I_SupDmndAllDocSupTypeT as _Text on $projection.AssignedSupplyType = _Text.AssignedSupplyType
{
@ObjectModel.text.element: ['AssignedSupplyTypeName']
key cast( dd07v.domvalue_l as arun_bskz ) as AssignedSupplyType,
ddtext as AssignedSupplyTypeName,
_Text
}
where
domname = 'ARUN_SDO_ALLDOC_SUPPLY_TYPE'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[
"I_SUPDMNDALLDOCSUPTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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