I_SupDmndAssgdSupTypeText
Assigned Supply Type Text
I_SupDmndAssgdSupTypeText is a Basic CDS View that provides data about "Assigned Supply Type Text" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 5 fields with key fields AssignedSupplyType, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07v | dd07v | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SupDmndAssgdSupType | _SupDmndRqmtType | $projection.AssignedSupplyType = _SupDmndRqmtType.AssignedSupplyType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IASSGDSUPTYPTXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | AssignedSupplyType | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| EndUserText.label | Assigned Supply Type Text | view | |
| Search.searchable | true | view |
@AbapCatalog.sqlViewName: 'IASSGDSUPTYPTXT'
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'AssignedSupplyType'
@VDM.viewType:#BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #X
@EndUserText.label: 'Assigned Supply Type Text'
@Search.searchable: true
define view I_SupDmndAssgdSupTypeText
as select from dd07v
association [0..1] to I_SupDmndAssgdSupType as _SupDmndRqmtType on $projection.AssignedSupplyType = _SupDmndRqmtType.AssignedSupplyType
{
key cast( domvalue_l as arun_bskz ) as AssignedSupplyType,
@Semantics.language: true
key dd07v.ddlanguage as Language,
@Consumption.hidden: true
@Analytics.hidden:true
dd07v.domvalue_l as DomainValue,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
ddtext as AssignedSupplyTypeName,
_SupDmndRqmtType
}
where
domname = 'ARUN_SDO_SUPPLY_SOURCE'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[
"I_SUPDMNDASSGDSUPTYPE"
],
"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