I_CustomerAccountAssgmtGroupT

DDL: I_CUSTOMERACCOUNTASSGMTGROUPT SQL: ISDCUSACCASSGRPT Type: view BASIC

Account Assignment Group of Customer - Text

I_CustomerAccountAssgmtGroupT is a Basic CDS View that provides data about "Account Assignment Group of Customer - Text" in SAP S/4HANA. It reads from 1 data source (tvktt) and exposes 5 fields with key fields CustomerAccountAssignmentGroup, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tvktt tvktt from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_CustomerAccountAssgmtGroup _CustomerAccountAssgmtGroup $projection.CustomerAccountAssignmentGroup = _CustomerAccountAssgmtGroup.CustomerAccountAssignmentGroup
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (17)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CustomerAccountAssignmentGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
EndUserText.label Account Assignment Group of Customer - Text view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDCUSACCASSGRPT view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CustomerAccountAssignmentGroup ktgrd
KEY Language spras
CustomerAccountAssgmtGrpName vtext
_CustomerAccountAssgmtGroup _CustomerAccountAssgmtGroup
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CustomerAccountAssignmentGroup'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S 
@ObjectModel.modelingPattern:         #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE,
                                      #SEARCHABLE_ENTITY,
                                      #EXTRACTION_DATA_SOURCE ]
@EndUserText.label: 'Account Assignment Group of Customer - Text'
@VDM.viewType: #BASIC
@Analytics.dataExtraction.enabled: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDCUSACCASSGRPT'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.preserveKey:true 
@Metadata.ignorePropagatedAnnotations:true 
@Search.searchable: true

define view I_CustomerAccountAssgmtGroupT
as
select from tvktt
association [0..1] to I_CustomerAccountAssgmtGroup as _CustomerAccountAssgmtGroup on $projection.CustomerAccountAssignmentGroup = _CustomerAccountAssgmtGroup.CustomerAccountAssignmentGroup
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    @ObjectModel.foreignKey.association: '_CustomerAccountAssgmtGroup'
    key ktgrd as CustomerAccountAssignmentGroup,
    
    @Semantics.language
    @ObjectModel.foreignKey.association: '_Language'
    key spras as Language,
    
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.8
    @Search.ranking: #LOW    
    @Semantics.text
    vtext as CustomerAccountAssgmtGrpName,
    
    _CustomerAccountAssgmtGroup,
    _Language
};     
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVKTT"
],
"ASSOCIATED":
[
"I_CUSTOMERACCOUNTASSGMTGROUP",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/