I_ThirdPartyOrderProcessing

DDL: I_THIRDPARTYORDERPROCESSING SQL: ISPTHRDPRTORDP Type: view BASIC Package: VDM_SCMB_SPP_MD

Third Party Order Processing

I_ThirdPartyOrderProcessing is a Basic CDS View (Dimension) that provides data about "Third Party Order Processing" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ThirdPartyOrderProcessing. It has 1 association to related views. Part of development package VDM_SCMB_SPP_MD.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ThirdPartyOrderProcessingT _Text $projection.ThirdPartyOrderProcessing = _Text.ThirdPartyOrderProcessing

Annotations (17)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ThirdPartyOrderProcessing view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Third Party Order Processing view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISPTHRDPRTORDP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ThirdPartyOrderProcessing
DomainValue dd07l domvalue_l
_Text _Text
@ClientHandling.algorithm:             #SESSION_VARIABLE
@ObjectModel.representativeKey:       'ThirdPartyOrderProcessing'
@ObjectModel.usageType.dataClass:      #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory:   #S
@ObjectModel.dataCategory:             #VALUE_HELP
@ObjectModel.resultSet.sizeCategory:   #XS
@EndUserText.label:                   'Third Party Order Processing'
@Analytics:                            {dataCategory:                 #DIMENSION,
                                       internalName:                 #LOCAL }
@VDM.viewType:                         #BASIC
@AccessControl.authorizationCheck:     #NOT_REQUIRED
@AbapCatalog.sqlViewName:              'ISPTHRDPRTORDP'
@AbapCatalog.compiler.compareFilter:   true
@AbapCatalog.preserveKey:              true
@Metadata.ignorePropagatedAnnotations: true
//@Search.searchable: true

@Consumption.ranked: true

define view I_ThirdPartyOrderProcessing
  as select from dd07l

  association [0..*] to I_ThirdPartyOrderProcessingT as _Text on $projection.ThirdPartyOrderProcessing = _Text.ThirdPartyOrderProcessing
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as /sapapo/tpop ) as ThirdPartyOrderProcessing,

      @Consumption.hidden: true
//      @Search.defaultSearchElement: true

//      @Search.fuzzinessThreshold: 0.8

//      @Search.ranking: #HIGH

      dd07l.domvalue_l                         as DomainValue,
      _Text
}

where

      dd07l.domname  = '/SAPAPO/TPOP'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'