I_VarOrderUnit

DDL: I_VARORDERUNIT SQL: IMMVOU Type: view BASIC Package: VDM_MM_GF

Variable order unit VDM for value help

I_VarOrderUnit is a Basic CDS View that provides data about "Variable order unit VDM for value help" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field VarblPurOrdUnitActvtnStatus. Part of development package VDM_MM_GF.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IMMVOU view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Variable order unit VDM for value help view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY VarblPurOrdUnitActvtnStatus
VariableOrderUnitName ddtext
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IMMVOU'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Variable order unit VDM for value help'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_VarOrderUnit
  as select from dd07t
{

      @ObjectModel.text.element:  [ 'VariableOrderUnitName' ]
  key cast( substring( domvalue_l, 1, 1 ) as vabme )  as VarblPurOrdUnitActvtnStatus,

      @Semantics.text: true
      ddtext                                          as VariableOrderUnitName

}
where
      domname    = 'VABME'
  and as4local   = 'A'
  and ddlanguage = $session.system_language