I_AmountFieldGroup

DDL: I_AMOUNTFIELDGROUP Type: view_entity BASIC Package: WCB_API_A2A_CONFIG_VDM

Amount Field Group

I_AmountFieldGroup is a Basic CDS View (Dimension) that provides data about "Amount Field Group" in SAP S/4HANA. It reads from 1 data source (wb2_c_af_group) and exposes 2 fields with key field AmountFieldGroup. It has 1 association to related views. Part of development package WCB_API_A2A_CONFIG_VDM.

Data Sources (1)

SourceAliasJoin Type
wb2_c_af_group AmountFieldGroup from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AmountFieldGroupText _Text

Annotations (17)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
EndUserText.label Amount Field Group view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AmountFieldGroup view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Search.searchable true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
Analytics.internalName #LOCAL view
Analytics.technicalName AMOUNTFIELDGROUP view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AmountFieldGroup wb2_c_af_group af_group
_Text _Text
@AbapCatalog.entityBuffer.definitionAllowed: true
@EndUserText.label: 'Amount Field Group'
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'AmountFieldGroup',
  modelingPattern: #ANALYTICAL_DIMENSION,
  supportedCapabilities : [#ANALYTICAL_DIMENSION,
                           #VALUE_HELP_PROVIDER,
                           #SEARCHABLE_ENTITY,
                           #CDS_MODELING_ASSOCIATION_TARGET,
                           #SQL_DATA_SOURCE,
                           #CDS_MODELING_DATA_SOURCE],
  usageType: {
    dataClass:      #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory:   #S
  } 
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Search.searchable: true
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: false,
  internalName: #LOCAL,
  technicalName: 'AMOUNTFIELDGROUP'
}
@Metadata: {
  ignorePropagatedAnnotations: true
}

define root view entity I_AmountFieldGroup
  as select from wb2_c_af_group as AmountFieldGroup

  composition [0..*] of I_AmountFieldGroupText as _Text

{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 1.0
      @Search.ranking: #HIGH
      @UI: {
        textArrangement: #TEXT_FIRST
      }
  key AmountFieldGroup.af_group as AmountFieldGroup,

      /* Associations */
      _Text
}