I_MaintOrdOpCompSpclStkTypeTxt
Maint Ord Comp Special Stock Type - Txt
I_MaintOrdOpCompSpclStkTypeTxt is a Basic CDS View that provides data about "Maint Ord Comp Special Stock Type - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields MaintOrdOpCompSpecialStockType, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MaintOrdOpCompSpclStockType | _MaintOrdOpCompSpclStockType | $projection.MaintOrdOpCompSpecialStockType = _MaintOrdOpCompSpclStockType.MaintOrdOpCompSpecialStockType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAINTSPCSTKTYPT | view | |
| EndUserText.label | Maint Ord Comp Special Stock Type - Txt | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | MaintOrdOpCompSpecialStockType | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrdOpCompSpecialStockType | |||
| KEY | Language | ddlanguage | ||
| MaintOrdOpCompSpclStkTypeText | dd07t | ddtext | ||
| _MaintOrdOpCompSpclStockType | _MaintOrdOpCompSpclStockType | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IMAINTSPCSTKTYPT'
@EndUserText.label: 'Maint Ord Comp Special Stock Type - Txt'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.resultSet.sizeCategory: #XS
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'MaintOrdOpCompSpecialStockType'
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
define view I_MaintOrdOpCompSpclStkTypeTxt
as select from dd07t
association [0..1] to I_MaintOrdOpCompSpclStockType as _MaintOrdOpCompSpclStockType on $projection.MaintOrdOpCompSpecialStockType = _MaintOrdOpCompSpclStockType.MaintOrdOpCompSpecialStockType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key cast ( domvalue_l as co_sobkz_d ) as MaintOrdOpCompSpecialStockType,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@Semantics.text: true
dd07t.ddtext as MaintOrdOpCompSpclStkTypeText,
_MaintOrdOpCompSpclStockType,
_Language
}
where
dd07t.domname = 'CO_SOBKZ_D'
and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MAINTORDOPCOMPSPCLSTOCKTYPE"
],
"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