I_TranspOrdCreationType

DDL: I_TRANSPORDCREATIONTYPE Type: view_entity BASIC Package: VDM_TM_BASIC

Transportation Order Creation Type

I_TranspOrdCreationType is a Basic CDS View (Dimension) that provides data about "Transportation Order Creation Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field TransportationOrderCrtnType. It has 1 association to related views. Part of development package VDM_TM_BASIC.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TranspOrdCreationTypeText _Text

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Consumption.ranked true view
EndUserText.label Transportation Order Creation Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name TranspOrderCreationType view
ObjectModel.representativeKey TransportationOrderCrtnType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY TransportationOrderCrtnType
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@EndUserText.label: 'Transportation Order Creation Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'TranspOrderCreationType'
@ObjectModel.representativeKey: 'TransportationOrderCrtnType'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define root view entity I_TranspOrdCreationType
  as select from dd07l

  composition [0..*] of I_TranspOrdCreationTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast(substring(domvalue_l, 1, 2) as /scmtms/tor_creation_type preserving type) as TransportationOrderCrtnType,

      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Search.fuzzinessThreshold: 0.8
      dd07l.domvalue_l                                                               as DomainValue,

      /* Associations */
      _Text
}
where
      domname                     =  '/SCMTMS/TOR_CREATION_TYPE'
  and as4local                    =  'A'
  and substring(domvalue_l, 1, 2) <> 'P' //Creation from Planning

  and substring(domvalue_l, 1, 2) <> 'B' //Bill of Lading Creation

  and substring(domvalue_l, 1, 2) <> 'S' //Creation from ERP Shipment

  and substring(domvalue_l, 1, 2) <> 'C' //Creation from a Customer Pick-Up/Self-Delivery Stage

  and substring(domvalue_l, 1, 2) <> 'R' //Manually Created Booking

  and substring(domvalue_l, 1, 2) <> 'A' //Import Booking Automatically Created from Export Booking

  and substring(domvalue_l, 1, 2) <> 'FR' //Freight Units Created from Export or Import Processing

  and substring(domvalue_l, 1, 2) <> 'I' //Creation of Initial Freight Unit

  and substring(domvalue_l, 1, 2) <> 'PB' //Creation from Freight Units by Unified Package Building