A_IntrstRateInstrAddlAttrib_2
Additional Attribute
A_IntrstRateInstrAddlAttrib_2 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_2). Part of development package RAP_FIN_TRM_TM_FT_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FinTransAddlAttributeTP | R_FinTransAddlAttributeTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Additional Attribute | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | IntrstRateInstrAddlAttrib_Type | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FINTRANSINTRSTRATEINSTR_2 |
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
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Additional Attribute'
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'IntrstRateInstrAddlAttrib_Type'
@ObjectModel.usageType: { sizeCategory: #L, serviceQuality: #B, dataClass: #TRANSACTIONAL }
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
define view entity A_IntrstRateInstrAddlAttrib_2
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_2
}
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