I_BUSVOLFLDCOMBNSETTYPEASSGMT

CDS View

Bus Vol Field Combn Set Type Assignment

I_BUSVOLFLDCOMBNSETTYPEASSGMT is a CDS View in S/4HANA. Bus Vol Field Combn Set Type Assignment. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BusVolFldCombnSetTypeAssgmt view inner COMPOSITE Field Combination Assignment

Fields (1)

KeyField CDS FieldsUsed in Views
KEY BusVolFldCombnSet BusVolFldCombnSet 1
@AbapCatalog: {
    sqlViewName: 'IBUSVOLFLDSASG',
    compiler.compareFilter: true,
    preserveKey: true
    }
@EndUserText.label: 'Bus Vol Field Combn Set Type Assignment'
@AccessControl: {
    authorizationCheck: #NOT_REQUIRED
    }
@ObjectModel: {
    representativeKey: 'BusVolFldCombnSet',
    modelingPattern: #ANALYTICAL_DIMENSION,
    supportedCapabilities : [ #ANALYTICAL_DIMENSION,
                              #CDS_MODELING_ASSOCIATION_TARGET,
                              #SQL_DATA_SOURCE,
                              #CDS_MODELING_DATA_SOURCE ],
    usageType: {
      dataClass:      #CUSTOMIZING,
      serviceQuality: #B,
      sizeCategory:   #S
      }
    }
@ClientHandling: {
    type: #INHERITED,
    algorithm: #SESSION_VARIABLE
    }
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
    }
@Analytics: {
    dataCategory: #DIMENSION,
    dataExtraction.enabled: false,
    internalName: #LOCAL
    }
@Metadata.ignorePropagatedAnnotations: true

define view I_BusVolFldCombnSetTypeAssgmt
  as select from R_BusVolFldCombnSetTypeAssgmt

  association [0..1] to I_BusVolFieldCombnType    as _BusVolFieldCombnType    on $projection.BusVolFieldCombnType = _BusVolFieldCombnType.BusVolFieldCombnType
  association [0..1] to I_BusVolFldCombnSet       as _BusVolFldCombnSet       on $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet
  association [0..1] to I_BusVolFldCombnAllwdSign as _BusVolFldCombnAllwdSign on $projection.BusVolFldCombnAllwdSign = _BusVolFldCombnAllwdSign.BusVolFldCombnAllwdSign

{
  key BusVolFldCombnSet,
      @ObjectModel.foreignKey.association: '_BusVolFieldCombnType'
  key BusVolFieldCombnType,
      BusVolFldCombnGroup,
      @ObjectModel.foreignKey.association: '_BusVolFldCombnAllwdSign'
      BusVolFldCombnAllwdSign,
      BusVolFldCombnValdtyIsAllwd,
      BusVolFldCombnMinNrOfEntries,
      BusVolFldCombnMaxNrOfEntries,

      /* Associations */
      _BusVolFieldCombnType,
      _BusVolFldCombnSet,
      _BusVolFldCombnAllwdSign

}