A_BusVolFldCombnSetTypeAssgmt

DDL: A_BUSVOLFLDCOMBNSETTYPEASSGMT Type: view COMPOSITE

Field Combination Assignment

A_BusVolFldCombnSetTypeAssgmt is a Composite CDS View that provides data about "Field Combination Assignment" in SAP S/4HANA. It reads from 2 data sources (I_BusVolFldCombnSetTypeAssgmt, I_CndnContrType) and exposes 9 fields with key fields CndnContrType, BusVolFldCombnSet, BusVolFieldCombnType. It has 1 association to related views.

Data Sources (2)

SourceAliasJoin Type
I_BusVolFldCombnSetTypeAssgmt BusVolFldCombnSet inner
I_CndnContrType ContractType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_BusVolFldCombnTypeFldAssgmt _BusVolFldCombnTypeFldAssgmt $projection.BusVolFieldCombnType = _BusVolFldCombnTypeFldAssgmt.BusVolFieldCombnType

Annotations (16)

NameValueLevelField
EndUserText.label Field Combination Assignment view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ABUSVOLFLDSCMBN 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 (9)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType I_CndnContrType CndnContrType
KEY BusVolFldCombnSet I_BusVolFldCombnSetTypeAssgmt BusVolFldCombnSet
KEY BusVolFieldCombnType BusVolFieldCombnType
BusVolFldCombnMinNrOfEntries BusVolFldCombnMinNrOfEntries
BusVolFldCombnMaxNrOfEntries BusVolFldCombnMaxNrOfEntries
BusVolFldCombnGroup BusVolFldCombnGroup
BusVolFldCombnAllwdSign BusVolFldCombnAllwdSign
BusVolFldCombnValdtyIsAllwd BusVolFldCombnValdtyIsAllwd
_BusVolFldCombnTypeFldAssgmt _BusVolFldCombnTypeFldAssgmt
@EndUserText.label: 'Field Combination Assignment'
@ClientHandling.algorithm:#SESSION_VARIABLE
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
  sqlViewName: 'ABUSVOLFLDSCMBN',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@ObjectModel: {
   representativeKey: 'CndnContrType',
   createEnabled: false,
   updateEnabled: false,
   deleteEnabled: false,
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #C,
     sizeCategory:   #S
   }
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.privilegedAssociations:  ['_BusVolFldCombnTypeFldAssgmt']
define view A_BusVolFldCombnSetTypeAssgmt
  as select from I_CndnContrType               as ContractType
    inner join   I_BusVolFldCombnSetTypeAssgmt as BusVolFldCombnSet on BusVolFldCombnSet.BusVolFldCombnSet = ContractType.BusVolFldCombnSet

  association [0..*] to A_BusVolFldCombnTypeFldAssgmt as _BusVolFldCombnTypeFldAssgmt on $projection.BusVolFieldCombnType = _BusVolFldCombnTypeFldAssgmt.BusVolFieldCombnType

{
      @ObjectModel.foreignKey.association: null
  key ContractType.CndnContrType as CndnContrType,
      @ObjectModel.foreignKey.association: null
  key BusVolFldCombnSet.BusVolFldCombnSet,
      @ObjectModel.foreignKey.association: null
  key BusVolFieldCombnType,

      BusVolFldCombnMinNrOfEntries,
      BusVolFldCombnMaxNrOfEntries,

      BusVolFldCombnGroup,
      BusVolFldCombnAllwdSign,
      BusVolFldCombnValdtyIsAllwd,

      //Associations

      _BusVolFldCombnTypeFldAssgmt

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