I_CustomerAccountAssgmtGroup

DDL: I_CUSTOMERACCOUNTASSGMTGROUP SQL: ISDCUSACCASSGRP Type: view BASIC Package: VDM_SD_BIL_ACCT_DETN

Customer Account Assignment Group

I_CustomerAccountAssgmtGroup is a Basic CDS View (Dimension) that provides data about "Customer Account Assignment Group" in SAP S/4HANA. It reads from 1 data source (tvkt) and exposes 2 fields with key field CustomerAccountAssignmentGroup. It has 1 association to related views. It is exposed through 2 OData services (C_SALESORDERMANAGE_SD, UI_SALESDOCUMENTMANAGE). Part of development package VDM_SD_BIL_ACCT_DETN.

Data Sources (1)

SourceAliasJoin Type
tvkt tvkt from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustomerAccountAssgmtGroupT _Text $projection.CustomerAccountAssignmentGroup = _Text.CustomerAccountAssignmentGroup

Annotations (21)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.sapObjectNodeType.name CustomerAccountAssignmentGroup view
ObjectModel.representativeKey CustomerAccountAssignmentGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
EndUserText.label Customer Account Assignment Group view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDCUSACCASSGRP view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_SALESDOCUMENTMANAGE UI_SALESDOCUMENTMANAGE V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CustomerAccountAssignmentGroup ktgrd
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.sapObjectNodeType.name: 'CustomerAccountAssignmentGroup'
@ObjectModel.representativeKey: 'CustomerAccountAssignmentGroup'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A 
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern:         #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE,
                                      #VALUE_HELP_PROVIDER,
                                      #SEARCHABLE_ENTITY,
                                      #EXTRACTION_DATA_SOURCE ]
@EndUserText.label: 'Customer Account Assignment Group'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDCUSACCASSGRP'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.preserveKey:true 
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true 
@Consumption.ranked: true

define view I_CustomerAccountAssgmtGroup
as select from
tvkt
association [0..*] to I_CustomerAccountAssgmtGroupT as _Text on $projection.CustomerAccountAssignmentGroup = _Text.CustomerAccountAssignmentGroup
{
    @ObjectModel.text.association: '_Text'
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 1.0    
    @Search.ranking: #HIGH    
    key ktgrd as CustomerAccountAssignmentGroup,
    
    _Text
};