I_ProductHasTCCClassificationT

DDL: I_PRODUCTHASTCCCLASSIFICATIONT SQL: IPRDTCCCLSFCTNT Type: view BASIC Package: CVIEW_CMDTYCODE

Product Classification for Scheme - Text

I_ProductHasTCCClassificationT is a Basic CDS View that provides data about "Product Classification for Scheme - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, ProductTCCSchemeClfnStatus. It has 2 associations to related views. Part of development package CVIEW_CMDTYCODE.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_ProductHasTCCClassification _ProductTCCSchemeClfnStatus $projection.ProductTCCSchemeClfnStatus = _ProductTCCSchemeClfnStatus.ProductTCCSchemeClfnStatus

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPRDTCCCLSFCTNT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Product Classification for Scheme - Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.representativeKey ProductTCCSchemeClfnStatus view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language dd07t ddlanguage
KEY ProductTCCSchemeClfnStatus
ProductTCCSchemeClfnStatusText dd07t ddtext
_Language _Language
_ProductTCCSchemeClfnStatus _ProductTCCSchemeClfnStatus
@AbapCatalog.sqlViewName: 'IPRDTCCCLSFCTNT'
@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Product Classification for Scheme - Text'
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory:   #S,
  dataClass:      #META }
@ObjectModel:   { representativeKey: 'ProductTCCSchemeClfnStatus' }
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ProductHasTCCClassificationT 
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
  association [1..1] to I_ProductHasTCCClassification as _ProductTCCSchemeClfnStatus on $projection.ProductTCCSchemeClfnStatus = _ProductTCCSchemeClfnStatus.ProductTCCSchemeClfnStatus
{
  @Semantics.language: true
  @ObjectModel.foreignKey.association: '_Language'
  key dd07t.ddlanguage as Language,
  @ObjectModel.foreignKey.association: '_ProductTCCSchemeClfnStatus'
  key cast( dd07t.domvalue_l as /scmtms/vdm_prd_tccns_clfn_sts ) as ProductTCCSchemeClfnStatus,
  @Semantics.text: true
  dd07t.ddtext as ProductTCCSchemeClfnStatusText,
  
  _Language,
  _ProductTCCSchemeClfnStatus
}
  where dd07t.domname = '/SCMTMS/VDM_PRD_TCCNS_CLFN_STS'
    and dd07t.as4local = 'A'