I_CMMDTYHDGGARDDSGNTNMETHTEXT

CDS View

DeDesignation Method - Text

I_CMMDTYHDGGARDDSGNTNMETHTEXT is a CDS View in S/4HANA. DeDesignation Method - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CmmdtyHdgHdggArDdsgntnMethT view_entity projection BASIC DeDesignation Method - Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: { dataClass: #MASTER,
                          sizeCategory: #M,
                          serviceQuality: #A }
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@EndUserText.label: 'DeDesignation Method - Text'

define view entity I_CmmdtyHdggArDdsgntnMethText
  as select from dd07t
  association [0..1] to I_Language                            as _Language      on $projection.Language = _Language.Language
  association        to parent I_CmmdtyHdgHdggArDdsgntnMethod as _DdsgntnMethod on $projection.HedgingAreaDedesignationMethod = _DdsgntnMethod.HedgingAreaDedesignationMethod
{
  key   cast(domvalue_l as cmm_ha_dedes_method ) as HedgingAreaDedesignationMethod,
        @Semantics.language:true
  key   ddlanguage                               as Language,
        @Semantics.text: true
        ddtext                                   as HdggArDedesignationMethodText,

        _Language,
        _DdsgntnMethod
}
where
      domname  = 'CMM_HA_DEDES_METHOD'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_CMMDTYHDGHDGGARDDSGNTNMETHOD",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/