I_PyblsFinancingOrderItemType

DDL: I_PYBLSFINANCINGORDERITEMTYPE Type: view_entity BASIC Package: FPF_CORE

Payables Financing Order Item Type

I_PyblsFinancingOrderItemType is a Basic CDS View that provides data about "Payables Financing Order Item Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PayablesFinancingOrderItemType. 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_PyblsFincgOrdItemTypeText _PyblsFincgOrdItemTypeText

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Payables Financing Order Item Type view
Metadata.ignorePropagatedAnnotations true 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
ObjectModel.representativeKey PayablesFinancingOrderItemType view
VDM.viewType #BASIC view
Search.searchable true view
Analytics.technicalName IPyblsFincgOrdItmType view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PayablesFinancingOrderItemType
DomainValue dd07l domvalue_l
_PyblsFincgOrdItemTypeText _PyblsFincgOrdItemTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Payables Financing Order Item Type'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  usageType: {
    serviceQuality: #A,
    sizeCategory:   #S,
    dataClass:      #META
  },
   resultSet.sizeCategory: #XS
}
@ObjectModel.representativeKey: 'PayablesFinancingOrderItemType'
@VDM.viewType: #BASIC
@Search.searchable: true
@Analytics.technicalName: 'IPyblsFincgOrdItmType'
define root view entity I_PyblsFinancingOrderItemType 
  as select from dd07l 
  composition [0..*] of I_PyblsFincgOrdItemTypeText  as _PyblsFincgOrdItemTypeText
{
      @ObjectModel.text.association: '_PyblsFincgOrdItemTypeText'
      @UI.textArrangement: #TEXT_ONLY
  key cast( dd07l.domvalue_l as fpf_finord_itm_type ) as PayablesFinancingOrderItemType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _PyblsFincgOrdItemTypeText
} 
where dd07l.domname  = 'FPF_FINORD_ITM_TYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'