R_PRASTATEINTERESTOPTIONTP

CDS View

PRA State Interest Option

R_PRASTATEINTERESTOPTIONTP is a CDS View in S/4HANA. PRA State Interest Option. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PRAStateInterestOptionTP view_entity projection CONSUMPTION PRA State Interest Option
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'PRA State Interest Option'
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #MASTER
}
//@ObjectModel.sapObjectNodeType.name: 'PRAInterestOwnerDetailData'

@ObjectModel.sapObjectNodeType.name: 'PRAStateInterestOption'
@VDM:
{
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
} 

define root view entity R_PRAStateInterestOptionTP
  as select from I_PRAStateInterestOption
{
  key Country,
  key PrimaryGeogrlLocation,
  key PRAInterestOption,
  key PRAStateIntrstOptnEffctvFrmDte,
      PRAStateIntrstOptnEffctvToDate,
      PRAInterestFormulaNumber,
      PRAInterestOptionDesc,
      PRAInterestRateDateSelection,
      PRAInterestCalculationType,
      @Semantics.user.createdBy: true
      CreatedByUser,
      @Semantics.systemDateTime.createdAt: true
      CreationDateTime, 
      /* Associations */
      _Country,
      _CreatedByUser,
      _PRAInterestFormulaNumberVH,
      _PrimaryGeogrlLocation,
      _PRAInterestRateDateSel,
      _PRAInterestCalcType
}