I_PROCUREMENTTYPETEXT

CDS View

Demand Driven Procurement Type Desc

I_PROCUREMENTTYPETEXT is a CDS View in S/4HANA. Demand Driven Procurement Type Desc. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MaterialProcurementTypeVH view_entity from CONSUMPTION Procurement Type Value Help

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ProcurementType ProcurementType 1
ProcurementTypeDescription ProcurementTypeDescription 1
@EndUserText.label: 'Demand Driven Procurement Type Desc'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IDDPROCMTTYPETXT'
@ObjectModel.representativeKey: 'ProcurementType'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED

define view entity I_ProcurementTypeText as select from dd07t
association [0..1] to I_DemandDrivenProcurementType as _DemandDrivenProcurementType on $projection.ProcurementType = _DemandDrivenProcurementType.ProcurementType
association [0..1] to I_Language as _Language on dd07t.ddlanguage = _Language.Language
{
  key cast ( substring( dd07t.domvalue_l, 1, 1 ) as pph_proc_type  ) as ProcurementType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key dd07t.ddlanguage                                       as Language,

      @Semantics.text: true
      dd07t.ddtext                                           as ProcurementTypeDescription,

    _Language,
    _DemandDrivenProcurementType
}
where
      dd07t.domname  = 'PPH_PROC_TYPE'
  and dd07t.as4local = 'A'