I_TrdClassfctnCntntStatus

DDL: I_TRDCLASSFCTNCNTNTSTATUS SQL: ITRDCLSCNTNTST Type: view BASIC

Classification Content Status

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrdClassfctnCntntStatusTxt _TrdClassfctnCntntStatusTxt _TrdClassfctnCntntStatusTxt.TrdClassfctnCntntStatus = $projection.TrdClassfctnCntntStatus

Annotations (9)

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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdClassfctnCntntStatus domvalue_l
_TrdClassfctnCntntStatusTxt _TrdClassfctnCntntStatusTxt
@EndUserText.label: 'Classification Content Status'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'ITRDCLSCNTNTST'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TrdClassfctnCntntStatus'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: #META
define view I_TrdClassfctnCntntStatus 
  as select from dd07l 
  association [0..*] to I_TrdClassfctnCntntStatusTxt as _TrdClassfctnCntntStatusTxt on _TrdClassfctnCntntStatusTxt.TrdClassfctnCntntStatus = $projection.TrdClassfctnCntntStatus
{
      @ObjectModel.text.association: '_TrdClassfctnCntntStatusTxt'
  key domvalue_l as TrdClassfctnCntntStatus,
  
      _TrdClassfctnCntntStatusTxt
}
where 
      domname  = '/SAPSLL/CNTST'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TRDCLASSFCTNCNTNTSTATUSTXT"
],
"BASE":
[],
"VERSION":0
}
}*/