I_MaintOrdOpCompSpclStockType
Maint Ord Component Special Stock Type
I_MaintOrdOpCompSpclStockType is a Basic CDS View that provides data about "Maint Ord Component Special Stock Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MaintOrdOpCompSpecialStockType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MaintOrdOpCompSpclStkTypeTxt | _Text | $projection.MaintOrdOpCompSpecialStockType = _Text.MaintOrdOpCompSpecialStockType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAINTSPCLSTKTYP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Maint Ord Component Special Stock Type | 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.representativeKey | MaintOrdOpCompSpecialStockType | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrdOpCompSpecialStockType | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IMAINTSPCLSTKTYP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maint Ord Component Special Stock Type'
@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.representativeKey: 'MaintOrdOpCompSpecialStockType'
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
define view I_MaintOrdOpCompSpclStockType as select from dd07l
association [0..*] to I_MaintOrdOpCompSpclStkTypeTxt as _Text on $projection.MaintOrdOpCompSpecialStockType = _Text.MaintOrdOpCompSpecialStockType
{
key cast ( domvalue_l as co_sobkz_d ) as MaintOrdOpCompSpecialStockType,
_Text
}
where dd07l.domname = 'CO_SOBKZ_D' and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_MAINTORDOPCOMPSPCLSTKTYPETXT"
],
"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