I_UtilsAccountDetnCode

DDL: I_UTILSACCOUNTDETNCODE SQL: IEACCTDETNCODE Type: view BASIC

Account Determination Code

I_UtilsAccountDetnCode is a Basic CDS View (Dimension) that provides data about "Account Determination Code" in SAP S/4HANA. It reads from 1 data source (te097) and exposes 6 fields with key fields CompanyCode, Division, UtilitiesAccountDetnCode. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
te097 te097 from

Associations (3)

CardinalityTargetAliasCondition
[0..1] I_CompanyCode _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode
[0..1] I_Division _Division $projection.Division = _Division.Division
[0..*] I_UtilsAccountDetnCodeText _Text $projection.CompanyCode = _Text.CompanyCode and $projection.Division = _Text.Division and $projection.UtilitiesAccountDetnCode = _Text.UtilitiesAccountDetnCode

Annotations (14)

NameValueLevelField
EndUserText.label Account Determination Code view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEACCTDETNCODE view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey UtilitiesAccountDetnCode view
Metadata.allowExtensions true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode te097 bukrs
KEY Division te097 sparte
KEY UtilitiesAccountDetnCode
_Division _Division
_CompanyCode _CompanyCode
_Text _Text
@EndUserText.label: 'Account Determination Code'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEACCTDETNCODE'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.representativeKey: 'UtilitiesAccountDetnCode'
@Metadata.allowExtensions: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilsAccountDetnCode
  as select from te097
  association [0..1] to I_CompanyCode              as _CompanyCode on  $projection.CompanyCode = _CompanyCode.CompanyCode
  association [0..1] to I_Division                 as _Division    on  $projection.Division = _Division.Division
  association [0..*] to I_UtilsAccountDetnCodeText as _Text        on  $projection.CompanyCode              = _Text.CompanyCode
                                                                   and $projection.Division                 = _Text.Division
                                                                   and $projection.UtilitiesAccountDetnCode = _Text.UtilitiesAccountDetnCode
{
      @ObjectModel.foreignKey.association: '_CompanyCode'
  key te097.bukrs                                      as CompanyCode,
      @ObjectModel.foreignKey.association: '_Division'
  key te097.sparte                                     as Division,
      @ObjectModel.text.association: '_Text'
  key cast(te097.kofiz as e_kofiz_vdm preserving type) as UtilitiesAccountDetnCode,

      _Division,
      _CompanyCode,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE097"
],
"ASSOCIATED":
[
"I_COMPANYCODE",
"I_DIVISION",
"I_UTILSACCOUNTDETNCODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/