I_CndnContrClassfctnType

DDL: I_CNDNCONTRCLASSFCTNTYPE Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
twcbcategory CndnContrClassfctnType from

Associations (2)

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

Annotations (22)

NameValueLevelField
AbapCatalog.sqlViewName ICCCLASSFCTNTY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey CndnContrClassfctnType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
Analytics.internalName #LOCAL view
EndUserText.label Condition Contract Classification Type view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CndnContrClassfctnType twcbcategory category
CndnContrProcessCategory twcbcategory process_category
_Text _Text
_CndnContrProcessCategory _CndnContrProcessCategory
@AbapCatalog: {
  sqlViewName: 'ICCCLASSFCTNTY',
  compiler.compareFilter: true,
  buffering: {
     status: #ACTIVE,
     type: #GENERIC,
     numberOfKeyFields: 001
  },
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
   representativeKey: 'CndnContrClassfctnType',
   modelingPattern: #ANALYTICAL_DIMENSION,
   supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #ANALYTICAL_DIMENSION ],
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
              },
   resultSet.sizeCategory: #XS
}
@ClientHandling: {
     type: #INHERITED,
     algorithm: #SESSION_VARIABLE
}
@Analytics: {
    dataCategory: #DIMENSION,
    dataExtraction.enabled: false,
    internalName: #LOCAL
}
@EndUserText.label: 'Condition Contract Classification Type'
@Metadata.ignorePropagatedAnnotations: true

/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ]  } */
define view I_CndnContrClassfctnType
  as select from twcbcategory as CndnContrClassfctnType

  association [0..*] to I_CndnContrClassfctnTypeText as _Text                     on $projection.CndnContrClassfctnType = _Text.CndnContrClassfctnType
  association [0..1] to I_CndnContrProcessCategory   as _CndnContrProcessCategory on $projection.CndnContrProcessCategory = _CndnContrProcessCategory.CndnContrProcessCategory
{
      @ObjectModel.text.association: '_Text'
  key CndnContrClassfctnType.category         as CndnContrClassfctnType,
      @ObjectModel.foreignKey.association: '_CndnContrProcessCategory'
      CndnContrClassfctnType.process_category as CndnContrProcessCategory,
      //Associations

      _Text,
      _CndnContrProcessCategory
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWCBCATEGORY"
],
"ASSOCIATED":
[
"I_CNDNCONTRCLASSFCTNTYPETEXT",
"I_CNDNCONTRPROCESSCATEGORY"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/