A_CustomerGroupText

DDL: A_CUSTOMERGROUPTEXT SQL: ASDCUSTGRPT Type: view BASIC Package: FINS_FIS_API

API Customer Group Text

A_CustomerGroupText is a Basic CDS View that provides data about "API Customer Group Text" in SAP S/4HANA. It reads from 1 data source (I_CustomerGroupText) and exposes 4 fields with key fields CustomerGroup, Language. It has 1 association to related views. Part of development package FINS_FIS_API.

Data Sources (1)

SourceAliasJoin Type
I_CustomerGroupText I_CustomerGroupText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_CustomerGroup _CustomerGroup $projection.CustomerGroup = _CustomerGroup.CustomerGroup

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label API Customer Group Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ASDCUSTGRPT view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CustomerGroup CustomerGroup
KEY Language Language
CustomerGroupName CustomerGroupName
_CustomerGroup _CustomerGroup
//@Analytics.dataExtraction.enabled: true

@ClientHandling.algorithm: #SESSION_VARIABLE
//@ObjectModel.dataCategory: #TEXT

//@ObjectModel.representativeKey: 'CustomerGroup'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'API Customer Group Text'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ASDCUSTGRPT'
//@AbapCatalog.buffering.status: #ACTIVE

//@AbapCatalog.buffering.type: #FULL


//A-view Annotation

@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

define view A_CustomerGroupText
  as select from I_CustomerGroupText
  association [1..1] to A_CustomerGroup as _CustomerGroup on $projection.CustomerGroup = _CustomerGroup.CustomerGroup
  //  association [0..1] to A_CustomerGroup as _CustomerGroup on $projection.CustomerGroup = _CustomerGroup.CustomerGroup

  //  association [0..1] to I_Language      as _Language      on $projection.Language = _Language.Language


{
      //I_CustomerGroupText

  key CustomerGroup,

//      @Semantics.language:true

  key Language,
      CustomerGroupName,
      /* Associations */
      _CustomerGroup
      //I_CustomerGroup

      //      _CustomerGroup

      //I_Language

      //_Language

}