I_PrepaymentStrtIntrstTypeVH

DDL: I_PREPAYMENTSTRTINTRSTTYPEVH SQL: IPPMGSTINTYP Type: view COMPOSITE

Start Intrst Date Type VH

I_PrepaymentStrtIntrstTypeVH is a Composite CDS View that provides data about "Start Intrst Date Type VH" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields PrepaymentAgrmtDomainCode, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t Domain from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPPMGSTINTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
EndUserText.label Start Intrst Date Type VH view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PrepaymentAgrmtDomainCode dd07t domvalue_l Start Interest Date Type
KEY Language
PrepaymentAgrmtDomainText dd07t ddtext Start Date Type Description
@AbapCatalog.sqlViewName: 'IPPMGSTINTYP'
@AbapCatalog.compiler.compareFilter         : true
@AbapCatalog.preserveKey                    : true
@ClientHandling.algorithm                   : #SESSION_VARIABLE
@AccessControl.authorizationCheck           : #NOT_REQUIRED
@VDM.viewType                               : #COMPOSITE
@ObjectModel:{
    usageType:{
    sizeCategory: #S,
    dataClass: #CUSTOMIZING,
    serviceQuality: #A
    }
}
@Metadata.ignorePropagatedAnnotations       : true
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
@EndUserText.label: 'Start Intrst Date Type VH'

define view I_PrepaymentStrtIntrstTypeVH
  as select from dd07t as Domain
{


       @Search.ranking: #HIGH
       @Search.defaultSearchElement: true
       @Search.fuzzinessThreshold: 0.8
       @EndUserText.label: 'Start Interest Date Type'
  key  Domain.domvalue_l           as PrepaymentAgrmtDomainCode,

       @Semantics.language:true
       @UI.hidden: true
  key  cast( ddlanguage as spras ) as Language,

       @Semantics.text: true
       @Search.defaultSearchElement: true
       @Search.ranking: #HIGH
       @Search.fuzzinessThreshold: 0.8
       @EndUserText.label: 'Start Date Type Description'
       Domain.ddtext               as PrepaymentAgrmtDomainText
}
where
      Domain.as4local   = 'A'
  and Domain.domname    = 'PPMGAG_D_START_INTEREST'
  and Domain.ddlanguage = $session.system_language