I_CAToleranceGroup
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. Part of development package FKKB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk043 | tfk043 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CAToleranceGroupText | _Text | $projection.CAToleranceGroup = _Text.CAToleranceGroup |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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