I_PMRPProcedureText

DDL: I_PMRPPROCEDURETEXT SQL: IPMRPPROCTEXT Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPMRPPROCTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE 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
@AbapCatalog.sqlViewName: 'IPMRPPROCTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #M, dataClass: #TRANSACTIONAL}
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'PMRP Procurement Type Text'
define view 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
    
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/