I_PPS_PurgHistDocumentCategory

DDL: I_PPS_PURGHISTDOCUMENTCATEGORY SQL: IPPSXPOPDC Type: view BASIC

Domain Values for Document Categories

I_PPS_PurgHistDocumentCategory is a Basic CDS View that provides data about "Domain Values for Document Categories" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 7 fields with key fields PurchasingDocumentCategory, ABAPDomain, Language, DomainActivationState, DomainVersion.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPPSXPOPDC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Domain Values for Document Categories view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentCategory
KEY ABAPDomain domname
KEY Language ddlanguage
KEY DomainActivationState as4local
KEY DomainVersion as4vers
KEY ValuePositionNumber valpos
PPSPurgHistDocumentCategory
@AbapCatalog.sqlViewName: 'IPPSXPOPDC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Domain Values for Document Categories'
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #META
}
@VDM:{viewType: #BASIC }
define view I_PPS_PurgHistDocumentCategory

  as select from dd07t
{
  key   '*'                                                        as PurchasingDocumentCategory,
  key   domname                                                    as ABAPDomain,
  key   ddlanguage                                                 as Language,
  key   as4local                                                   as DomainActivationState,
  key   as4vers                                                    as DomainVersion,
  key   valpos                                                     as ValuePositionNumber,
        cast ( right ( domvalue_l , 1 ) as bstyp preserving type ) as PPSPurgHistDocumentCategory
}
where
      domname    = 'PPS_D_XPO_DOC_CAT'
  and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/