I_PPS_PurOrdDocumentStatus

DDL: I_PPS_PURORDDOCUMENTSTATUS SQL: PPSPURORDDOCSTA Type: view BASIC

PPS Status of Purchase Order Document

I_PPS_PurOrdDocumentStatus is a Basic CDS View (Dimension) that provides data about "PPS Status of Purchase Order Document" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PurchasingDocumentStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PPS_PurOrdDocumentStatusText _Text

Annotations (17)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label PPS Status of Purchase Order Document view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName PPSPURORDDOCSTA view
ObjectModel.representativeKey PurchasingDocumentStatus view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentStatus
DomainValue dd07l domvalue_l
_Text _Text
//@JIRA-KEY<S4PPS-8720>

@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'PPS Status of Purchase Order Document'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PPSPURORDDOCSTA'
@AccessControl  .authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'PurchasingDocumentStatus'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE, #ANALYTICAL_DIMENSION, #SEARCHABLE_ENTITY, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

define root view I_PPS_PurOrdDocumentStatus
  as select from dd07l

  composition [0..*] of I_PPS_PurOrdDocumentStatusText as _Text

{
      @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as pps_e_mmpur_doc_status ) as PurchasingDocumentStatus,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l                              as DomainValue,

      _Text
}
where
      domname       = 'PPS_D_MMPUR_DOC_STATUS'
  and as4local      = 'A'
  and dd07l.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PPS_PURORDDOCUMENTSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/