I_MaintOrdOpCompSpclStockType

DDL: I_MAINTORDOPCOMPSPCLSTOCKTYPE SQL: IMAINTSPCLSTKTYP Type: view BASIC

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)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaintOrdOpCompSpclStkTypeTxt _Text $projection.MaintOrdOpCompSpecialStockType = _Text.MaintOrdOpCompSpecialStockType

Annotations (14)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/