I_CAToleranceGroup

DDL: I_CATOLERANCEGROUP Type: view_entity BASIC

Tolerance Group

I_CAToleranceGroup is a Basic CDS View that provides data about "Tolerance Group" in SAP S/4HANA. It reads from 1 data source (tfk043) and exposes 9 fields with key field CAToleranceGroup. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tfk043 tfk043 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CAToleranceGroupText _Text $projection.CAToleranceGroup = _Text.CAToleranceGroup

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Tolerance Group view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
ObjectModel.representativeKey CAToleranceGroup view
ObjectModel.sapObjectNodeType.name ContrAcctgToleranceGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CAToleranceGroup togru
Currency waers
CAMaxPaytDiffForExpense difbh
CAMaxPaytDiffForRevenue difbs
CAMaxPaytDiffForExpenseInPct difph
CAMaxPaytDiffForRevenueInPct difps
CAPaytNtcIsCreatedForUndrpayt xundp
CAPaytNtcIsCreatedForOvrpayt xovrp
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Tolerance Group'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { modelingPattern: #NONE,
                representativeKey: 'CAToleranceGroup',
                sapObjectNodeType.name: 'ContrAcctgToleranceGroup',
                supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
                                         #CDS_MODELING_DATA_SOURCE,
                                         #SQL_DATA_SOURCE ],
                usageType: { dataClass: #CUSTOMIZING,
                             serviceQuality: #A,
                             sizeCategory: #S } }

@VDM.viewType: #BASIC

define view entity I_CAToleranceGroup
  as select from tfk043
  
  association [0..*] to I_CAToleranceGroupText as _Text on $projection.CAToleranceGroup = _Text.CAToleranceGroup

{
      @ObjectModel.text.association: '_Text'
  key togru as CAToleranceGroup,
  
      waers as Currency,
      @Semantics.amount.currencyCode: 'Currency'
      difbh as CAMaxPaytDiffForExpense,
      @Semantics.amount.currencyCode: 'Currency'
      difbs as CAMaxPaytDiffForRevenue,
      difph as CAMaxPaytDiffForExpenseInPct,
      difps as CAMaxPaytDiffForRevenueInPct,
      xundp as CAPaytNtcIsCreatedForUndrpayt,
      xovrp as CAPaytNtcIsCreatedForOvrpayt,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK043"
],
"ASSOCIATED":
[
"I_CATOLERANCEGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/