I_PMRPProcedureText

DDL: I_PMRPPROCEDURETEXT Type: view_entity BASIC Package: PMRP_UI_SERVICES

PMRP Procurement Type Text

I_PMRPProcedureText is a Basic CDS View that provides data about "PMRP Procurement Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field ProcurementType. Part of development package PMRP_UI_SERVICES.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label PMRP Procurement Type Text view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProcurementType domvalue_l
ProcurementTypeDescription dd07t ddtext
@AccessControl.authorizationCheck: #CHECK

@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #M, dataClass: #TRANSACTIONAL}
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'PMRP Procurement Type Text'
define view entity I_PMRPProcedureText as select from dd07t 
{
key domvalue_l                as ProcurementType,
    dd07t.ddtext              as ProcurementTypeDescription   
}
where
      dd07t.domname  = 'BESKZ'
  and dd07t.ddlanguage  = $session.system_language