I_PyblsFincgDiscountType

DDL: I_PYBLSFINCGDISCOUNTTYPE Type: view_entity BASIC Package: FPF_CORE

Payables Financing Discount Type

I_PyblsFincgDiscountType is a Basic CDS View that provides data about "Payables Financing Discount Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PayablesFinancingDiscountType. It has 1 association to related views. Part of development package FPF_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PyblsFincgDiscountTypeText _PyblsFincgDiscountTypeText

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Payables Financing Discount Type view
ObjectModel.representativeKey PayablesFinancingDiscountType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view
Search.searchable true view
Analytics.technicalName IPyblsFincgDiscType view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PayablesFinancingDiscountType
DomainValue dd07l domvalue_l
_PyblsFincgDiscountTypeText _PyblsFincgDiscountTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Payables Financing Discount Type'
@ObjectModel.representativeKey: 'PayablesFinancingDiscountType'
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  usageType: {
    serviceQuality: #A,
    sizeCategory:   #S,
    dataClass:      #META
  },
   resultSet.sizeCategory: #XS
}
@VDM.viewType: #BASIC
@Search.searchable: true
@Analytics.technicalName: 'IPyblsFincgDiscType'
define root view entity I_PyblsFincgDiscountType 
  as select from dd07l 
  composition [0..*] of I_PyblsFincgDiscountTypeText  as _PyblsFincgDiscountTypeText
{
      @ObjectModel.text.association: '_PyblsFincgDiscountTypeText'
      @UI.textArrangement: #TEXT_ONLY
  key cast( dd07l.domvalue_l as fpf_discount_type ) as PayablesFinancingDiscountType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _PyblsFincgDiscountTypeText
} 
where dd07l.domname  = 'FPF_DISCOUNT_TYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'