I_SupDmndAllDocSupSource
Description for Supply Source for All Documents
I_SupDmndAllDocSupSource is a Basic CDS View (Dimension) that provides data about "Description for Supply Source for All Documents" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field SupAssgmtSource. 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_SupDmndAllDocSupSourceT | _Text | $projection.SupAssgmtSource = _Text.SupAssgmtSource |
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 | ISUPDMNDADSUPSC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | SupAssgmtSource | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Description for Supply Source for All Documents | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupAssgmtSource | |||
| SupAssgmtSourceName | ddtext |
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@AbapCatalog: {
sqlViewName: 'ISUPDMNDADSUPSC',
compiler.compareFilter: true,
preserveKey: true
}
@Analytics: {
dataCategory: #DIMENSION,
internalName:#LOCAL
}
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #X,
sizeCategory: #S
},
representativeKey: 'SupAssgmtSource',
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SQL_DATA_SOURCE],
modelingPattern: #ANALYTICAL_DIMENSION
}
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Description for Supply Source for All Documents'
define view I_SupDmndAllDocSupSource
as select from dd07v
association [0..*] to I_SupDmndAllDocSupSourceT as _Text on $projection.SupAssgmtSource = _Text.SupAssgmtSource
{
@ObjectModel.text.element: ['SupAssgmtSourceName']
key cast( dd07v.domvalue_l as arun_sdo_alldoc_stock_source ) as SupAssgmtSource,
ddtext as SupAssgmtSourceName //,
// _Text
}
where
domname = 'ARUN_SDO_ALLDOC_STOCK_SOURCE'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[
"I_SUPDMNDALLDOCSUPSOURCET"
],
"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