I_CmmdtyHdgSpecDirection

DDL: I_CMMDTYHDGSPECDIRECTION SQL: ICMMHDGSPECDIREC Type: view BASIC

Commodity Hedge Specification

I_CmmdtyHdgSpecDirection is a Basic CDS View that provides data about "Commodity Hedge Specification" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field CmmdtyHdgSpecDirection.

Data Sources (1)

SourceAliasJoin Type
dd07t Domain from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICMMHDGSPECDIREC view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Commodity Hedge Specification view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyHdgSpecDirection
CmmdtyHdgSpecDirectionText dd07t ddtext
@AbapCatalog.sqlViewName: 'ICMMHDGSPECDIREC'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Commodity Hedge Specification'
@VDM.viewType: #BASIC
define view I_CmmdtyHdgSpecDirection
 as select from dd07t as Domain{
  
    @ObjectModel.text.element: 'CmmdtyHdgSpecDirectionText'
    key cast( Domain.domvalue_l  as cmm_hs_direction ) as CmmdtyHdgSpecDirection,
    @Semantics.text: true
    Domain.ddtext                       as CmmdtyHdgSpecDirectionText
    
}
where
      domname  = 'CMM_HS_DIRECTION'
  and as4local = 'A'
  and as4vers  = '0000'
  and Domain.ddlanguage = $session.system_language
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/