I_CmmdtyOrdReqMsgAvailyVH

DDL: I_CMMDTYORDREQMSGAVAILYVH SQL: ICMDTYMSGAVL Type: view BASIC

Basic View for Err Msg Availability

I_CmmdtyOrdReqMsgAvailyVH is a Basic CDS View that provides data about "Basic View for Err Msg Availability" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
dd07t Domain from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICMDTYMSGAVL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Basic View for Err Msg Availability view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CMMDTYORDERREQMSGISAVAILABLE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view

Fields (1)

KeyFieldSource TableSource FieldDescription
Language dd07t ddlanguage
@AbapCatalog.sqlViewName: 'ICMDTYMSGAVL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View for Err Msg Availability'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CMMDTYORDERREQMSGISAVAILABLE'
@ObjectModel.usageType:{ serviceQuality: #B, sizeCategory : #M, dataClass: #META}
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations:true


define view I_CmmdtyOrdReqMsgAvailyVH
  as select from dd07t as Domain
{


  key  cast( substring(Domain.domvalue_l, 1, 1)
         as cmmfdor_ordreqmsgavailability preserving type )  as  CmmdtyOrderReqMsgIsAvailable,

       cast(Domain.ddtext
        as cmmfdor_ordreqmsgavailtext preserving type )      as  HasErrorDescription,

       Domain.ddlanguage                                     as  Language
}
where
      Domain.as4local   = 'A'
  and Domain.domname    = 'CMMFDOR_ORDREQMSGAVAILABILITY'
  and Domain.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/