I_CndnContrClassfctnType

DDL: I_CNDNCONTRCLASSFCTNTYPE Type: view_entity BASIC Package: WCB_API_A2A_CONFIG_VDM

Condition Contract Classification Type

I_CndnContrClassfctnType is a Basic CDS View (Dimension) that provides data about "Condition Contract Classification Type" in SAP S/4HANA. It reads from 1 data source (twcbcategory) and exposes 4 fields with key field CndnContrClassfctnType. It has 2 associations to related views. Part of development package WCB_API_A2A_CONFIG_VDM.

Data Sources (1)

SourceAliasJoin Type
twcbcategory CndnContrClassfctnType from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_CndnContrProcessCategory _CndnContrProcessCategory $projection.CndnContrProcessCategory = _CndnContrProcessCategory.CndnContrProcessCategory
[0..*] I_CndnContrClassfctnTypeText _Text

Annotations (19)

NameValueLevelField
EndUserText.label Condition Contract Classification Type view
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.sapObjectNodeType.name CndnContrClassificationType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CndnContrClassfctnType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Search.searchable true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Analytics.technicalName ICCCLASSFCTNTY view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CndnContrClassfctnType twcbcategory category
CndnContrProcessCategory twcbcategory process_category
_Text _Text
_CndnContrProcessCategory _CndnContrProcessCategory
@EndUserText.label: 'Condition Contract Classification Type'
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
   sapObjectNodeType.name: 'CndnContrClassificationType',
   dataCategory: #VALUE_HELP,
   modelingPattern: #ANALYTICAL_DIMENSION,
   representativeKey: 'CndnContrClassfctnType',
   supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
                            #SQL_DATA_SOURCE,
                            #CDS_MODELING_DATA_SOURCE,
                            #ANALYTICAL_DIMENSION,
                            #EXTRACTION_DATA_SOURCE ],
   
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #A,
     sizeCategory:   #S
   },
   resultSet.sizeCategory: #XS
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Search.searchable: true
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'ICCCLASSFCTNTY'
}
@Metadata: {
  ignorePropagatedAnnotations: true
}

define root view entity I_CndnContrClassfctnType
  as select from twcbcategory as CndnContrClassfctnType

  composition [0..*] of I_CndnContrClassfctnTypeText as _Text
  association [0..1] to I_CndnContrProcessCategory   as _CndnContrProcessCategory on $projection.CndnContrProcessCategory = _CndnContrProcessCategory.CndnContrProcessCategory
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key CndnContrClassfctnType.category         as CndnContrClassfctnType,
      @ObjectModel.foreignKey.association: '_CndnContrProcessCategory'
      CndnContrClassfctnType.process_category as CndnContrProcessCategory,

      /*Associations*/
      _Text,
      _CndnContrProcessCategory
}