I_CMMDTYHDGHDGGARDDSGNTNMETHOD

CDS View

DeDesignation Method

I_CMMDTYHDGHDGGARDDSGNTNMETHOD is a CDS View in S/4HANA. DeDesignation Method. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CmmdtyHdgHdggArDdsgntnMethod view_entity projection BASIC DeDesignation Method
C_CmmdtyHdgHdggArDdsgntnMethVH view from CONSUMPTION DeDesignation Method
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: { dataClass: #MASTER,
                          sizeCategory: #S,
                          serviceQuality: #A }


@EndUserText.label: 'DeDesignation Method'
@VDM:{
              viewType: #BASIC,
              lifecycle.contract.type: #PUBLIC_LOCAL_API
}
define root view entity I_CmmdtyHdgHdggArDdsgntnMethod
  as select from dd07l
  composition [0..*] of I_CmmdtyHdggArDdsgntnMethText as _Text
{
  key cast(substring(domvalue_l, 1, 2) as cmm_ha_dedes_method ) as HedgingAreaDedesignationMethod,

      _Text
}
where
      domname  = 'CMM_HA_DEDES_METHOD'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CMMDTYHDGGARDDSGNTNMETHTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/