R_SecurityClPayInPriceRateTP

DDL: R_SECURITYCLPAYINPRICERATETP Type: view_entity TRANSACTIONAL Package: RAP_FIN_TRM_SEC_SC

Security Class Pay-In Price Rate

R_SecurityClPayInPriceRateTP is a Transactional CDS View that provides data about "Security Class Pay-In Price Rate" in SAP S/4HANA. It reads from 1 data source (I_SecurityClassPayInPriceRate) and exposes 7 fields with key fields SecurityClass, StockPartlyPaytEffctvFromDate. Part of development package RAP_FIN_TRM_SEC_SC.

Data Sources (1)

SourceAliasJoin Type
I_SecurityClassPayInPriceRate I_SecurityClassPayInPriceRate from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Security Class Pay-In Price Rate view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SecurityClass SecurityClass
KEY StockPartlyPaytEffctvFromDate StockPartlyPaytEffctvFromDate
StockPartlyPayInRateInPercent StockPartlyPayInRateInPercent
StockPartlyPaymentAmount StockPartlyPaymentAmount
StockPartlyPaymentDate StockPartlyPaymentDate
IssueCurrency IssueCurrency
_SecurityClass _SecurityClass
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #M,
  dataClass: #MASTER
}
@EndUserText.label: 'Security Class Pay-In Price Rate'
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
define view entity R_SecurityClPayInPriceRateTP
  as select from I_SecurityClassPayInPriceRate
  association to parent R_SecurityClassTP as _SecurityClass on $projection.SecurityClass = _SecurityClass.SecurityClass
{
  key SecurityClass,
  key StockPartlyPaytEffctvFromDate,
      StockPartlyPayInRateInPercent,
      StockPartlyPaymentAmount,
      StockPartlyPaymentDate,
      IssueCurrency,

      _SecurityClass
}