I_AssetAcctDetermination

DDL: I_ASSETACCTDETERMINATION Type: view BASIC

Asset Account Determination

I_AssetAcctDetermination is a Basic CDS View (Dimension) that provides data about "Asset Account Determination" in SAP S/4HANA. It reads from 1 data source (P_AssetAcctDetermination) and exposes 2 fields with key field AssetAccountDetermination. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
P_AssetAcctDetermination P_AssetAcctDetermination from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AssetAcctDeterminationText _Text $projection.AssetAccountDetermination = _Text.AssetAccountDetermination

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IFIASSETACCTDET view
AbapCatalog.preserveKey true view
Analytics.dataCategory #DIMENSION view
EndUserText.label Asset Account Determination view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey AssetAccountDetermination view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AssetAccountDetermination AssetAccountDetermination
_Text _Text
@AbapCatalog: {sqlViewName: 'IFIASSETACCTDET', preserveKey: true}
@Analytics: { dataCategory: #DIMENSION }
@EndUserText.label: 'Asset Account Determination'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'AssetAccountDetermination',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING,
                modelingPattern: #ANALYTICAL_DIMENSION,
                supportedCapabilities: [#ANALYTICAL_DIMENSION]
              }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_AssetAcctDetermination
  as select from P_AssetAcctDetermination

  association [0..*] to I_AssetAcctDeterminationText as _Text on $projection.AssetAccountDetermination = _Text.AssetAccountDetermination

{
      @ObjectModel.text.association: '_Text'
  key AssetAccountDetermination,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_ASSETACCTDETERMINATION"
],
"ASSOCIATED":
[
"I_ASSETACCTDETERMINATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/