I_IHBOBJECTRELEASESTATUS

CDS View

IHB Condition Status

I_IHBOBJECTRELEASESTATUS is a CDS View in S/4HANA. IHB Condition Status. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_IHBObjectReleaseStatusVH view_entity from CONSUMPTION IHB Object release status
I_IHBObjectRelStsCriticality view_entity from COMPOSITE IHB Object release status criticality
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'IHB Condition Status'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #MIXED
}

@Search.searchable: true
@VDM.viewType: #BASIC

define view entity I_IHBObjectReleaseStatus
  as select from dd07l
  association [0..*] to I_IHBObjectReleaseStatusT as _IHBObjectReleaseStatusT on $projection.IHBReleaseStatus = _IHBObjectReleaseStatusT.IHBReleaseStatus
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_IHBObjectReleaseStatusT'
  key cast(domvalue_l as /pf1/dte_ihb_cond_stat ) as IHBReleaseStatus,
      _IHBObjectReleaseStatusT

}
where
      domname  = '/PF1/DOM_IHB_OBJ_RELEASE_STAT'
  and as4local = 'A'
  and as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_IHBOBJECTRELEASESTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/