A_BusVolFldCombnTypeFldAssgmt

DDL: A_BUSVOLFLDCOMBNTYPEFLDASSGMT Type: view COMPOSITE Package: WCB_API_A2A_CONFIG_SRV

Field Assignment to Combination Type

A_BusVolFldCombnTypeFldAssgmt is a Composite CDS View that provides data about "Field Assignment to Combination Type" in SAP S/4HANA. It reads from 1 data source (I_BusVolFldCombnTypeFldAssgmt) and exposes 4 fields with key fields BusVolFieldCombnType, BusVolFldCombnExtFieldName. It has 1 association to related views. Part of development package WCB_API_A2A_CONFIG_SRV.

Data Sources (1)

SourceAliasJoin Type
I_BusVolFldCombnTypeFldAssgmt I_BusVolFldCombnTypeFldAssgmt from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt $projection.BusVolFieldCombnType = _BusVolFldCombnSetTypeAssgmt.BusVolFieldCombnType

Annotations (16)

NameValueLevelField
EndUserText.label Field Assignment to Combination Type view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ABUSVOLFLDCOMBN view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.representativeKey BusVolFieldCombnType 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 (4)

KeyFieldSource TableSource FieldDescription
KEY BusVolFieldCombnType BusVolFieldCombnType
KEY BusVolFldCombnExtFieldName BusVolFldCombnExtFieldName
BusVolFldCombnFldInitIsAllwd BusVolFldCombnFldInitIsAllwd
_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt
@EndUserText.label: 'Field Assignment to Combination Type'
@ClientHandling.algorithm:#SESSION_VARIABLE
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
  sqlViewName: 'ABUSVOLFLDCOMBN',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: {
  authorizationCheck: #PRIVILEGED_ONLY
}
@ObjectModel: {
   representativeKey: 'BusVolFieldCombnType',
   createEnabled: false,
   updateEnabled: false,
   deleteEnabled: false,
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #C,
     sizeCategory:   #S
   }
}
@Metadata.ignorePropagatedAnnotations: true

define view A_BusVolFldCombnTypeFldAssgmt
  as select from I_BusVolFldCombnTypeFldAssgmt

  association [0..*] to A_BusVolFldCombnSetTypeAssgmt as _BusVolFldCombnSetTypeAssgmt on $projection.BusVolFieldCombnType = _BusVolFldCombnSetTypeAssgmt.BusVolFieldCombnType

{
      @ObjectModel.foreignKey.association: null
  key BusVolFieldCombnType,
      @ObjectModel.foreignKey.association: null
  key BusVolFldCombnExtFieldName,

      BusVolFldCombnFldInitIsAllwd,

      //Associations

      _BusVolFldCombnSetTypeAssgmt
}