I_ProcmtHubFixedDiscountText

DDL: I_PROCMTHUBFIXEDDISCOUNTTEXT SQL: IPRMTHBFXDDSCTXT Type: view BASIC Package: APPL_CIM_WORKLIST

Procurement Hub Fixed Discount Text

I_ProcmtHubFixedDiscountText is a Basic CDS View that provides data about "Procurement Hub Fixed Discount Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Name, Language, DomainValue. Part of development package APPL_CIM_WORKLIST.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPRMTHBFXDDSCTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Procurement Hub Fixed Discount Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.status #DEPRECATED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Name domname
KEY Language ddlanguage
KEY DomainValue domvalue_l
DomainText ddtext
@AbapCatalog.sqlViewName: 'IPRMTHBFXDDSCTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Procurement Hub Fixed Discount Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.status: #DEPRECATED

define view I_ProcmtHubFixedDiscountText as select from dd07t {
 
    key domname as Name, 
    
    key ddlanguage as Language, 
    
    key domvalue_l as DomainValue,
    
   @Semantics.text: true
  ddtext     as DomainText  
}
where
      as4local   = 'A'
  and domname    = 'ZBFIX'
  and ddlanguage = $session.system_language