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. Part of development package IWO1.
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 (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maint Ord Comp Special Stock Type - Txt | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IMAINTSPCSTKTYPT | 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 |
@EndUserText.label: 'Maint Ord Comp Special Stock Type - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ObjectModel.resultSet.sizeCategory: #XS
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IMAINTSPCSTKTYPT'
@ObjectModel.representativeKey: 'MaintOrdOpCompSpecialStockType'
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
define view entity 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'
and ( dd07t.domvalue_l = '' or dd07t.domvalue_l = '2' )
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