I_CUSTOMERACCOUNTGROUP

CDS View

Customer Account Group

I_CUSTOMERACCOUNTGROUP is a CDS View in S/4HANA. Customer Account Group. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CustomerAccountGroup view from BASIC Customer Account Group
FAC_DART_Z3_Customer view left_outer Customer Master Data
I_CustomerAccountGroupStdVH view from COMPOSITE Customer Account Group

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CustomerAccountGroup CustomerAccountGroup 2
@EndUserText.label: 'Customer Account Group' //same as DDL description

@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'CustomerAccountGroup'
@AbapCatalog.sqlViewName: 'ICUSTACCGRP'
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #ANALYTICAL_DIMENSION]
@ObjectModel.modelingPattern:#ANALYTICAL_DIMENSION                                     
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
define view I_CustomerAccountGroup //must start with "I_"; same as DDL source name in upper-camelcase notation

  as select from t077d

  association [0..*] to I_CustomerAccountGroupText as _CustomerAccountGroupText on $projection.CustomerAccountGroup = _CustomerAccountGroupText.CustomerAccountGroup
{
      @ObjectModel.text.association: '_CustomerAccountGroupText'
  key t077d.ktokd as CustomerAccountGroup,
      _CustomerAccountGroupText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T077D"
],
"ASSOCIATED":
[
"I_CUSTOMERACCOUNTGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/