R_SecurityClConditionHeaderTP
Security Class Condition Header
R_SecurityClConditionHeaderTP is a Transactional CDS View that provides data about "Security Class Condition Header" in SAP S/4HANA. It reads from 1 data source (I_SecurityClassConditionHeader) and exposes 14 fields with key field SecurityClass. Part of development package RAP_FIN_TRM_SEC_SC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SecurityClassConditionHeader | I_SecurityClassConditionHeader | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Security Class Condition Header | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SecurityClass | SecurityClass | ||
| ScrtyClDvdndRightsPerUnitInPct | ScrtyClDvdndRightsPerUnitInPct | |||
| ScrtyClCalculationRoundingRule | ScrtyClCalculationRoundingRule | |||
| ScrtyClIntrstCalcCuttingDays | ScrtyClIntrstCalcCuttingDays | |||
| ScrtyClDvdndEntlmntStartDate | ScrtyClDvdndEntlmntStartDate | |||
| ScrtyClDistrIsReinvested | ScrtyClDistrIsReinvested | |||
| DistrReinvestmentDiscInPct | DistrReinvestmentDiscInPct | |||
| InterestCalculationMethod | InterestCalculationMethod | |||
| ScrtyClInterestIsDiscounted | ScrtyClInterestIsDiscounted | |||
| EffectiveInterestMethod | EffectiveInterestMethod | |||
| ScrtyClInterestSettlementFrqcy | ScrtyClInterestSettlementFrqcy | |||
| EffectiveInterestRate | EffectiveInterestRate | |||
| SecurityClassRepaymentType | SecurityClassRepaymentType | |||
| _SecurityClass | _SecurityClass |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Security Class Condition Header'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
define view entity R_SecurityClConditionHeaderTP
as select from I_SecurityClassConditionHeader
association to parent R_SecurityClassTP as _SecurityClass on $projection.SecurityClass = _SecurityClass.SecurityClass
{
key SecurityClass,
ScrtyClDvdndRightsPerUnitInPct,
ScrtyClCalculationRoundingRule,
ScrtyClIntrstCalcCuttingDays,
ScrtyClDvdndEntlmntStartDate,
@Semantics.booleanIndicator
ScrtyClDistrIsReinvested,
DistrReinvestmentDiscInPct,
InterestCalculationMethod,
@Semantics.booleanIndicator
ScrtyClInterestIsDiscounted,
EffectiveInterestMethod,
ScrtyClInterestSettlementFrqcy,
EffectiveInterestRate,
SecurityClassRepaymentType,
_SecurityClass
}
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