A_ProdSpecCompComponentTypeT

DDL: A_PRODSPECCOMPCOMPONENTTYPET SQL: APRODSPCMPCMPTYT Type: view COMPOSITE

Prod Spec Comp Component Type Text

A_ProdSpecCompComponentTypeT is a Composite CDS View that provides data about "Prod Spec Comp Component Type Text" in SAP S/4HANA. It reads from 1 data source (I_SpecComponentTypeText) and exposes 4 fields with key fields ProdSpecCompComponentType, Language. It has 1 association to related views. It is exposed through 1 OData service (API_PRODSPECCMPSTNCONFIGN).

Data Sources (1)

SourceAliasJoin Type
I_SpecComponentTypeText I_SpecComponentTypeText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_ProdSpecCompComponentType _ProdSpecCompComponentType $projection.ProdSpecCompComponentType = _ProdSpecCompComponentType.ProdSpecCompComponentType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName APRODSPCMPCMPTYT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
EndUserText.label Prod Spec Comp Component Type Text view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODSPECCMPSTNCONFIGN API_PRODSPECCMPSTNCONFIGN V2 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProdSpecCompComponentType
KEY Language Language
ProdSpecCompComponentTypeDesc SpecificationComponentTypeDesc
_ProdSpecCompComponentType _ProdSpecCompComponentType
@AbapCatalog.sqlViewName: 'APRODSPCMPCMPTYT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S

@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Prod Spec Comp Component Type Text'

define view A_ProdSpecCompComponentTypeT
  as select from I_SpecComponentTypeText
  association [1..1] to A_ProdSpecCompComponentType as _ProdSpecCompComponentType on $projection.ProdSpecCompComponentType = _ProdSpecCompComponentType.ProdSpecCompComponentType

{
  key cast(SpecificationComponentType as /plmb/spc_comp_comp_type preserving type ) as ProdSpecCompComponentType,
  key Language,
      SpecificationComponentTypeDesc                                                as ProdSpecCompComponentTypeDesc,

      _ProdSpecCompComponentType
}