I_UtilsAccountDetnCode
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)
| Source | Alias | Join Type |
|---|---|---|
| te097 | te097 | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA