I_PPS_PurOrdDocumentStatusText

DDL: I_PPS_PURORDDOCUMENTSTATUSTEXT SQL: PPSPURGDOCSTATXT Type: view BASIC

PPS Purchasing Document Status - Text

I_PPS_PurOrdDocumentStatusText is a Basic CDS View that provides data about "PPS Purchasing Document Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields PurchasingDocumentStatus, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (16)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName PPSPURGDOCSTATXT view
Analytics.dataExtraction.enabled true view
EndUserText.label PPS Purchasing Document Status - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PurchasingDocumentStatus view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A 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 (6)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentStatus
KEY Language
DomainValue dd07t domvalue_l
PurchasingDocumentStatusName
_PurchasingDocumentStatus _PurchasingDocumentStatus
_Language _Language
//@JIRA-KEY<S4PPS-8720>

@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PPSPURGDOCSTATXT'
@Analytics.dataExtraction.enabled: true
@EndUserText.label: 'PPS Purchasing Document Status - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'PurchasingDocumentStatus'
@ObjectModel.dataCategory:#TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #SEARCHABLE_ENTITY, #LANGUAGE_DEPENDENT_TEXT, #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 view I_PPS_PurOrdDocumentStatusText
  as select from dd07t

  association        to parent I_PPS_PurOrdDocumentStatus as _PurchasingDocumentStatus on $projection.PurchasingDocumentStatus = _PurchasingDocumentStatus.PurchasingDocumentStatus

  association [0..1] to I_Language                        as _Language                 on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_PurchasingDocumentStatus'
      @ObjectModel.text.element: ['PurchasingDocumentStatusName']
  key cast ( dd07t.domvalue_l as pps_e_mmpur_doc_status )      as PurchasingDocumentStatus,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )        as Language,

      @Consumption.hidden: true
      dd07t.domvalue_l                                         as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast ( ddtext as mmpur_doc_status_name preserving type ) as PurchasingDocumentStatusName,

      _PurchasingDocumentStatus,
      _Language

}

where
      domname       = 'PPS_D_MMPUR_DOC_STATUS'
  and as4local      = 'A'
  and dd07t.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PPS_PURORDDOCUMENTSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/