A_CndnContrType

DDL: A_CNDNCONTRTYPE Type: view COMPOSITE

Condition Contract Type

A_CndnContrType is a Composite CDS View that provides data about "Condition Contract Type" in SAP S/4HANA. It reads from 1 data source (I_CndnContrType) and exposes 11 fields with key field CndnContrType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CndnContrType CndnContrType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt $projection.CndnContrType = _BusVolFldCombnSetTypeAssgmt.CndnContrType and $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet

Annotations (16)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Condition Contract Type view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ACNDNCONTRTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.representativeKey CndnContrType view
ObjectModel.createEnabled false view
ObjectModel.updateEnabled false view
ObjectModel.deleteEnabled false view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType CndnContrType
BusVolFldCombnSet BusVolFldCombnSet
CndnContrTypeBlockUsage CndnContrTypeBlockUsage
CndnContrPartnerCat CndnContrPartnerCat
CndnContrEligibleCat CndnContrEligibleCat
CndnContrClassfctnType CndnContrClassfctnType
CndnContrHasNoConditions CndnContrHasNoConditions
CndnContrSettlmtType CndnContrSettlmtType
CndnContrChangeability CndnContrChangeability
CndnContrPrtlSettlmtCat CndnContrPrtlSettlmtCat
_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt
@ClientHandling.algorithm:#SESSION_VARIABLE
@EndUserText.label: 'Condition Contract Type'
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
  sqlViewName: 'ACNDNCONTRTYPE',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@ObjectModel: {
   representativeKey: 'CndnContrType',
   createEnabled: false,
   updateEnabled: false,
   deleteEnabled: false,
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #C,
     sizeCategory:   #S
   }
}
@AccessControl.privilegedAssociations:  [ '_BusVolFldCombnSetTypeAssgmt' ]
@Metadata.ignorePropagatedAnnotations: true

define view A_CndnContrType
  as select from I_CndnContrType as CndnContrType
  
  association [0..*] to A_BusVolFldCombnSetTypeAssgmt as _BusVolFldCombnSetTypeAssgmt on $projection.CndnContrType = _BusVolFldCombnSetTypeAssgmt.CndnContrType
                                                                                and $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet 
{
  key CndnContrType,
     
      BusVolFldCombnSet,

      // @ObjectModel.foreignKey.association: '_CndnContrTypeBlockUsage'

      CndnContrTypeBlockUsage,
      // @ObjectModel.foreignKey.association: '_CndnContrPartnerCat'

      CndnContrPartnerCat,
      CndnContrEligibleCat,
      CndnContrClassfctnType,
      CndnContrHasNoConditions,
      CndnContrSettlmtType,
      // @ObjectModel.foreignKey.association: '_CndnContrChangeability'

      CndnContrChangeability,
      CndnContrPrtlSettlmtCat,

      //Associations

      _BusVolFldCombnSetTypeAssgmt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNDNCONTRTYPE"
],
"ASSOCIATED":
[
"A_BUSVOLFLDCOMBNSETTYPEASSGMT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/