I_MaterialPlanningUsageText_SL
Source List Usage in Materials Planning Texts
I_MaterialPlanningUsageText_SL is a Basic CDS View that provides data about "Source List Usage in Materials Planning Texts" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, MRPSourcingControl. It has 2 associations to related views. Part of development package VDM_MM_PUR_SOS_SL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MaterialPlanningUsage_SL | _MRPSourcingControl | $projection.MRPSourcingControl = _MRPSourcingControl.MRPSourcingControl |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IAUTETTEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| EndUserText.label | Source List Usage in Materials Planning Texts | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | MRPSourcingControl | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
@AbapCatalog.sqlViewName: 'IAUTETTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@EndUserText.label: 'Source List Usage in Materials Planning Texts'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'MRPSourcingControl'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XXL
define view I_MaterialPlanningUsageText_SL as select from dd07t
association [0..1] to I_MaterialPlanningUsage_SL as _MRPSourcingControl
on $projection.MRPSourcingControl = _MRPSourcingControl.MRPSourcingControl
association [0..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@Semantics.language
key cast(ddlanguage as spras) as Language,
key dd07t.domvalue_l as MRPSourcingControl,
@Semantics.text
dd07t.ddtext as MRPSourcingControlName,
_MRPSourcingControl,
_Language
}where dd07t.domname = 'AUTET' 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