A_CustomerAccountGroupText

DDL: A_CUSTOMERACCOUNTGROUPTEXT SQL: ACUSTACCTGRPTXT Type: view BASIC Package: ODATA_MASTER_DATA_BP

Customer Account Group - Text

A_CustomerAccountGroupText is a Basic CDS View that provides data about "Customer Account Group - Text" in SAP S/4HANA. It reads from 1 data source (I_CustomerAccountGroupText) and exposes 4 fields with key fields Language, CustomerAccountGroup. It has 1 association to related views. It is exposed through 1 OData service (API_CUSTOMERACCOUNTGROUP). Part of development package ODATA_MASTER_DATA_BP.

Data Sources (1)

SourceAliasJoin Type
I_CustomerAccountGroupText I_CustomerAccountGroupText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_CustomerAccountGroup _CustomerAccountGroup $projection.CustomerAccountGroup = _CustomerAccountGroup.CustomerAccountGroup

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ACUSTACCTGRPTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Customer Account Group - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #BASIC view

OData Services (1)

ServiceBindingVersionContractRelease
API_CUSTOMERACCOUNTGROUP API_CUSTOMERACCOUNTGROUP V4 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY CustomerAccountGroup CustomerAccountGroup
AccountGroupName AccountGroupName
_CustomerAccountGroup _CustomerAccountGroup
@AbapCatalog.sqlViewName: 'ACUSTACCTGRPTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Customer Account Group - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #BASIC

define view A_CustomerAccountGroupText as select from I_CustomerAccountGroupText
 association [1..1] to A_CustomerAccountGroup as _CustomerAccountGroup
 on $projection.CustomerAccountGroup = _CustomerAccountGroup.CustomerAccountGroup
{
       @Semantics.language: true
    key Language,
        @ObjectModel.text.element: ['AccountGroupName']
    key CustomerAccountGroup,
        @Search.defaultSearchElement: true
        @Search.fuzzinessThreshold: 0.8
        @Search.ranking: #HIGH
        @Semantics.text: true
        AccountGroupName,
        _CustomerAccountGroup
}