I_TrdClassfctnCntntVersType

DDL: I_TRDCLASSFCTNCNTNTVERSTYPE SQL: ITRDCLSCNTVERT Type: view BASIC

Classification Content Version Type

I_TrdClassfctnCntntVersType is a Basic CDS View that provides data about "Classification Content Version Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TrdClassfctnCntntVersType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrdClassfctnCntntVersTypeTxt _TrdClassfctnCntntVersTypeTxt _TrdClassfctnCntntVersTypeTxt.TrdClassfctnCntntVersType = $projection.TrdClassfctnCntntVersType

Annotations (9)

NameValueLevelField
EndUserText.label Classification Content Version Type view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName ITRDCLSCNTVERT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TrdClassfctnCntntVersType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.dataClass #META view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdClassfctnCntntVersType domvalue_l
_TrdClassfctnCntntVersTypeTxt _TrdClassfctnCntntVersTypeTxt
@EndUserText.label: 'Classification Content Version Type'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'ITRDCLSCNTVERT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TrdClassfctnCntntVersType'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: #META
define view I_TrdClassfctnCntntVersType 
  as select from dd07l 
  association [0..*] to I_TrdClassfctnCntntVersTypeTxt as _TrdClassfctnCntntVersTypeTxt on _TrdClassfctnCntntVersTypeTxt.TrdClassfctnCntntVersType = $projection.TrdClassfctnCntntVersType
{
      //@ObjectModel.text.association: '_TrdClassfctnCntntVersTypeTxt'

  key domvalue_l as TrdClassfctnCntntVersType,
  
      _TrdClassfctnCntntVersTypeTxt
}
where 
      domname  = '/SAPSLL/VERTY'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TRDCLASSFCTNCNTNTVERSTYPETXT"
],
"BASE":
[],
"VERSION":0
}
}*/