I_REConditionAttribute
Attribute of Condition Type
I_REConditionAttribute is a Basic CDS View (Dimension) that provides data about "Attribute of Condition Type" in SAP S/4HANA. It reads from 1 data source (tivcdprop) and exposes 5 fields with key field REConditionAttribute. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivcdprop | tivcdprop | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_REConditionAttributeText | _Text | $projection.REConditionAttribute = _Text.REConditionAttribute |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRECNDNATTR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Attribute of Condition Type | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REConditionAttribute | condprop | ||
| REConditionTypeIsFlatrate | isflatrate | |||
| REConditionTypesIsAdvancePayt | isprepayment | |||
| REAdjustmentMethod | adjmmeth | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IRECNDNATTR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName:#LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Attribute of Condition Type'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.representativeKey: ['REConditionAttribute']
@ObjectModel.semanticKey: ['REConditionAttribute']
@VDM.viewType: #BASIC
define view I_REConditionAttribute
as select from tivcdprop
association [0..*] to I_REConditionAttributeText as _Text on $projection.REConditionAttribute = _Text.REConditionAttribute
{
@ObjectModel.text.association: '_Text'
key condprop as REConditionAttribute,
isflatrate as REConditionTypeIsFlatrate,
isprepayment as REConditionTypesIsAdvancePayt,
adjmmeth as REAdjustmentMethod,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TIVCDPROP"
],
"ASSOCIATED":
[
"I_RECONDITIONATTRIBUTETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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