A_IntrstRateInstrAddlAttrib
Additional Attribute
A_IntrstRateInstrAddlAttrib is a Consumption CDS View that provides data about "Additional Attribute" in SAP S/4HANA. It reads from 1 data source (R_FinTransAddlAttributeTP) and exposes 25 fields with key fields CompanyCode, FinancialTransaction. It is exposed through 1 OData service (API_FINTRANSINTRSTRATEINSTR).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FinTransAddlAttributeTP | R_FinTransAddlAttributeTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Additional Attribute | view | |
| OData.entityType.name | IntrstRateInstrAddlAttrib_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FINTRANSINTRSTRATEINSTR | API_FINTRANSINTRSTRATEINSTR | V4 | C2 | C1 |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | FinancialTransaction | FinancialTransaction | ||
| FinTransGeneralValuationClass | FinTransGeneralValuationClass | |||
| Portfolio | Portfolio | |||
| TreasuryFinanceProject | TreasuryFinanceProject | |||
| FinancialInstrumentAssignment | FinancialInstrumentAssignment | |||
| FinancialInstrumentReference | FinancialInstrumentReference | |||
| FinancialInstrCharacteristic | FinancialInstrCharacteristic | |||
| Fund | Fund | |||
| GrantID | GrantID | |||
| FinTransIsRiskMitigating | FinTransIsRiskMitigating | |||
| FinancialInstrumentGuarantor | FinancialInstrumentGuarantor | |||
| TreasuryFacility | TreasuryFacility | |||
| TreasuryFacilityCompanyCode | TreasuryFacilityCompanyCode | |||
| FinTransAuthorizationGroup | FinTransAuthorizationGroup | |||
| BusinessPlace | BusinessPlace | |||
| CostCenter | CostCenter | |||
| ProfitCenter | ProfitCenter | |||
| FunctionalArea | FunctionalArea | |||
| WBSElementInternalID | WBSElementInternalID | |||
| TrsyPosCustomDiffntnTerm1 | TrsyPosCustomDiffntnTerm1 | |||
| TrsyPosCustomDiffntnTerm2 | TrsyPosCustomDiffntnTerm2 | |||
| TrsyPosCustomDiffntnTerm3 | TrsyPosCustomDiffntnTerm3 | |||
| TrsyPosCustomDiffntnTerm4 | TrsyPosCustomDiffntnTerm4 | |||
| TrsyPosCustomDiffntnTerm5 | TrsyPosCustomDiffntnTerm5 |
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #CONSUMPTION
@ObjectModel:{
usageType : {
sizeCategory: #L,
serviceQuality: #B,
dataClass: #TRANSACTIONAL
}
}
@EndUserText.label: 'Additional Attribute'
@OData.entityType.name: 'IntrstRateInstrAddlAttrib_Type'
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
define view entity A_IntrstRateInstrAddlAttrib
as projection on R_FinTransAddlAttributeTP
{
key CompanyCode,
key FinancialTransaction,
FinTransGeneralValuationClass,
Portfolio,
TreasuryFinanceProject,
FinancialInstrumentAssignment,
FinancialInstrumentReference,
FinancialInstrCharacteristic,
Fund,
GrantID,
FinTransIsRiskMitigating,
FinancialInstrumentGuarantor,
TreasuryFacility,
TreasuryFacilityCompanyCode,
FinTransAuthorizationGroup,
BusinessPlace,
CostCenter,
ProfitCenter,
FunctionalArea,
WBSElementInternalID,
TrsyPosCustomDiffntnTerm1,
TrsyPosCustomDiffntnTerm2,
TrsyPosCustomDiffntnTerm3,
TrsyPosCustomDiffntnTerm4,
TrsyPosCustomDiffntnTerm5,
_FinancialTransaction : redirected to parent A_FinTransIntrstRateInstr
}
where
FinancialInstrProductCategory = '550'
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